Template:Documentation: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m this is already in the sidebar Tag: Manual revert |
shadow |
||
| 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]]]}}}} | ||
Revision as of 08:04, 17 September 2024
This template uses CSS found at Documentation/styles.css.
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>