Template:Documentation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(44 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div id="template-documentation" class="template-documentation"> | |||
<div style="border-bottom: 1px solid #aaa;margin-bottom:2ex;padding:3px;text-align: left;">[[File:Template info.png|text-bottom|x18px]]<span style="font-weight: bold;font-size: 125%;"> | |||
'''Documentation for ''{{FULLPAGENAME}}'''''</span><span id="doc_editlinks" class="mw-editsection-like plainlinks">[[{{FULLPAGENAMEE}}/doc|[view]]] [http://www.septempontia.org/mw/index.php?title={{FULLPAGENAMEE}}/doc&action=edit [edit]] [http://www.septempontia.org/mw/index.php?title={{FULLPAGENAMEE}}/doc&action=history [history]]</span></div> | |||
|- | |||
|style=" | {{#ifexist: {{FULLPAGENAME}}/doc|{{{{FULLPAGENAME}}/doc}}|This template has no documentation. Someone should fix that.}} | ||
<br style="clear: both;"> | |||
</div> | |||
| | |||
| | {|style="width: 100%; margin:0; margin-top: 2ex; background:none; border-spacing: 0px;" | ||
|}</includeonly><noinclude>{{Documentation}}</noinclude> | |class="template-documentation" style="width:50%;vertical-align:top;background:#ecf4fc;" | | ||
<div style="border-bottom: 1px solid #aaa;margin-bottom:2ex;padding:3px;text-align: left;font-weight: bold;font-size: 110%;">Pages that use this Template</div> | |||
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}} | |||
| style="border:7px solid transparent;" | | |||
|class="template-documentation" style="width:50%;vertical-align:top;background:#fceded;" | | |||
<div style="border-bottom: 1px solid #aaa;margin-bottom:2ex;padding:3px;text-align: left;font-weight: bold;font-size: 110%;">Templates that use this Template</div> | |||
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=10}} | |||
|} | |||
</includeonly><noinclude>{{Documentation}}</noinclude> |
Latest revision as of 11:42, 9 April 2016
![]() |
This is a metatemplate; that is, a template that will rarely be used directly in articles, but rather used in other templates which will be used directly. |
This template is used to display the documentation for templates, including itself.
To write documentation for the template Template:Foobar
, edit the document Template:Foobar/doc
.
Then to use this template, include
<noinclude>{{Documentation}}</noinclude>
at the bottom of the template itself.
So Template:Foobar
looks like:
(... all the actual template code ...) <noinclude>{{Documentation}}</noinclude>
And Template:Foobar/doc
looks like:
Here's some helpful instructions on using the Foobar template ...