模板:模板文档:修订间差异

来自「荏苒之境」
无编辑摘要
无编辑摘要
 
(未显示同一用户的27个中间版本)
第1行: 第1行:
<templatestyles src="模板:Documentation/style.css" />
<templatestyles src="模板:模板文档/style.css" />
<div class="documentation">
<div class="documentation">
   <div class="documentation-header">'''模板文档'''<span style="font-size: 85%; float: right;">{{Edit shortcuts|doc}}</span></div>
   <div class="documentation-header">'''模板文档'''<span style="font-size: 85%; float: right;">{{Edit shortcuts|doc}}</span></div>
   <div class="documentation-content">{{
   <div class="documentation-content">{{
     #if: {{{content|}}}
     #if: {{{content|}}}
第7行: 第7行:
{{{content}}}
{{{content}}}
     | {{
     | {{
       #ifexist: {{ #if: {{{1|}}} | {{{1}}} | {{FULLPAGENAME}}/doc }}
       #ifexist: {{ #if: {{{1|}}} | {{{1}}} | {{#invoke: Template translation | getMainPage | {{FULLPAGENAME}}}}/doc }}
       | {{tocright}}{{{{
       | {{{{
         #ifeq: {{NAMESPACE}} | {{ns:Template}}
         #ifeq: {{NAMESPACE}} | {{ns:Template}}
         || :{{NAMESPACE:{{ #if: {{{1|}}} | {{{1}}} | {{FULLPAGENAME}} }}}}:
         || :{{NAMESPACE:{{ #if: {{{1|}}} | {{{1}}} | {{FULLPAGENAME}} }}}}:
       }}{{ #if: {{{1|}}} | {{PAGENAME:{{{1}}}}} | {{PAGENAME}}/doc}} }}
       }}{{ #if: {{{1|}}} | {{PAGENAME:{{{1}}}}} | {{#invoke: Template translation | getMainPage | {{FULLPAGENAME}}}}/doc}} }}
       | :<strong class="error">该模板暂无文档!</strong>}}}}
       | :<strong class="error">该模板暂无文档!</strong>}}}}
<br/>
   </div>
   </div>
</div>
</div><noinclude>
 
<noinclude>
[[Category:模板]]
[[Category:模板]]
</noinclude>
</noinclude>

2025年8月7日 (四) 23:24的最新版本

此模板使用的样式:模板:模板文档/style.css
.documentation {
	clear: both;
	border: 1px solid #616f8b;
}

.documentation-header {
	color: white;
	background: #616f8b ;
	padding: 1em;
	margin: 0;
}

.documentation-header a {
	color: #dbe9ff !important;
	background: none;
	padding-right: 1px;
}

.documentation-content {
	background: #f1f5ff;
	padding: 1em;
	margin: 0;
	overflow: auto;
}