Template:Documentation: Difference between revisions
Jump to navigation
Jump to search
add wlh |
shadow |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<div style="clear: both; margin: 1em 0 0 0; padding: 15px; border: 1px solid #aaa; border-radius: 3px; background-color: #f3eee2;"> | <div style="clear: both; margin: 1em 0 0 0; padding: 15px; border: 1px solid #aaa; border-radius: 3px; background-color: #f3eee2; box-shadow:0 .25em .35em -0.25em rgba(0,0,0,0.5);"> | ||
<div style="border-bottom: 1px solid #aaa; margin-bottom:10px;"> | <div style="border-bottom: 1px solid #aaa; margin-bottom:10px;"> | ||
<div style="font-weight: bold; font-size:115%;"> {{#switch:{{NAMESPACE}}|Template=Template documentation|Module=Module documentation|#default=Documentation}} <span class="plainlinks" style="font-size:75%;"> {{#if:{{{contents|}}}|[[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]] [[{{fullurl:{{FULLPAGENAME}}|action=purge}} purge]]|{{#ifexist:{{FULLPAGENAME}}/doc|[[[{{FULLPAGENAME}}/doc|view]]] [[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} edit]] [[{{fullurl:{{FULLPAGENAME}}|action=purge}} purge]]|[[[{{FULLPAGENAME}}/doc|create]]]}}}} | <div style="font-weight: bold; font-size:115%;"> {{#switch:{{NAMESPACE}}|Template=Template documentation|Module=Module documentation|#default=Documentation}} <span class="plainlinks" style="font-size:75%;"> {{#if:{{{contents|}}}|[[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]] [[{{fullurl:{{FULLPAGENAME}}|action=purge}} purge]]|{{#ifexist:{{FULLPAGENAME}}/doc|[[[{{FULLPAGENAME}}/doc|view]]] [[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} edit]] [[{{fullurl:{{FULLPAGENAME}}|action=purge}} purge]]|[[[{{FULLPAGENAME}}/doc|create]]]}}}} | ||
Line 5: | Line 5: | ||
</div> | </div> | ||
{{#if:{{{contents|}}}|{{{contents}}}|{{#ifexist:{{FULLPAGENAME}}/doc|{{:{{FULLPAGENAME}}/doc}}|{{{1|No documentation available.}}}}}}} | {{#if:{{{contents|}}}|{{{contents}}}|{{#ifexist:{{FULLPAGENAME}}/doc|{{:{{FULLPAGENAME}}/doc}}|{{{1|No documentation available.}}}}}}} | ||
</div> | </div> |
Revision as of 08:04, 17 September 2024
Usage
By default, this template displays the /doc subpage if it exists, or shows a link to create one if it does not.
<noinclude> {{Documentation}} </noinclude>
For custom documentation, use the contents parameter to override the /doc subpage.
<noinclude> {{Documentation | contents = <!-- Custom documentation --> }} </noinclude>