|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <!--
| | {{Delete}} |
| Start of green doc box
| |
| --><div class="template-documentation" style="background-color:#ecfcf4; border:1px solid #aaa; padding:12px; clear:both;"><!--
| |
| Add the heading at the top of the doc box:
| |
| -->{{#ifeq: {{{heading|¬}}} | <!--Defined but empty-->
| |
| | <!--"heading=", do nothing-->
| |
| | <div style="padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;"><span style="{{#if: {{{heading-style|}}}
| |
| | {{{heading-style|}}}
| |
| | {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}}
| |
| | font-weight: bold; font-size: 125%
| |
| | font-size: 150%
| |
| }}
| |
| }}">{{#switch: {{{heading|¬}}}
| |
| | ¬ =
| |
| <!--"heading" not defined in this or previous level-->
| |
| {{#switch: {{SUBJECTSPACE}}
| |
| | {{ns:Template}} = [[File:Test Template Info-Icon.svg|50px|link=|alt={{Documentation/getText|icon alt}}]] {{Documentation/getText|template heading}}
| |
| | {{ns:Module}} = [[File:Test Template Info-Icon.svg|50px|link=|alt={{Documentation/getText|icon alt}}]] {{Documentation/getText|module heading}}
| |
| | {{ns:File}} = {{Documentation/getText|file heading}}
| |
| | #default = {{Documentation/getText|default heading}}
| |
| }}
| |
| | #default =
| |
| <!--"heading" has data or is empty but defined-->
| |
| {{{heading|}}}
| |
| }}</span>{{
| |
| #if: {{{content|}}}
| |
| |
| |
| | <!--Add the [view][edit][history][purge] or [create] links-->
| |
| <span class="mw-editsection plainlinks" id="doc_editlinks">{{
| |
| #if: {{{doc exist|}}}
| |
| | [[[{{{docpage|{{FULLPAGENAME}}/doc}}}|{{Documentation/getText|view}}]] '''·''' [[Special:EditPage/{{{docpage|{{FULLPAGENAME}}/doc}}}|{{Documentation/getText|edit}}]] '''·''' [[Special:PageHistory/{{{docpage|{{FULLPAGENAME}}/doc}}}|{{Documentation/getText|history}}]] '''·''' {{purge|{{Documentation/getText|purge}}}} ]
| |
| | <!--/doc doesn't exist-->
| |
| [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}| action=edit&preload={{
| |
| #if: {{{preload|}}}
| |
| | {{urlencode:{{{preload}}}}}
| |
| | {{#ifeq: {{SUBJECTSPACE}} | {{ns:File}}
| |
| | Template:Documentation/preload-filespace
| |
| | Template:Documentation/preload
| |
| }} }} }} {{Documentation/getText|create}}]]
| |
| | |
| }}<!--
| |
| | |
| Add a link to the [/text] subpage for translation
| |
| | |
| -->{{#ifexist:{{FULLPAGENAME}}/text| [[[{{FULLPAGENAME}}/text|{{Documentation/getText|translate template}}]]]}} <!--
| |
| --></span>
| |
| }}</div>
| |
| }}<noinclude><!-- close the div --></div>{{pp-template}}<!-- Add categories and interwikis to the /doc subpage, not here! -->
| |
| </noinclude>
| |