Difference between revisions of "Template:Documentation"
| m (minor fixes) | |||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <includeonly><div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em; margin-bottom: 5px;"> | 
| − | <div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em; margin-bottom: 5px;"> | + | <div style="float: right;" class="plainlinks">[[[{{{1|/doc}}}|view]]] [[{{fullurl:{{FULLPAGENAMEE}}/doc|action=edit}} edit]]</div><!--  | 
| − | <div style="float: right;">[[[{{{1| | + |  --> | 
| + | = <span style="font-size:188%">Documentation for ''{{{1|{{BASEPAGENAME}}}}}''</span> = | ||
| + | {{ #ifexist: {{{content|{{FULLPAGENAME}}/doc}}}  | {{{{{content|}{{FULLPAGENAME}}/doc}}}}} | }} | ||
| </div> | </div> | ||
| − | + | {{ #ifexist: {{{1|{{FULLPAGENAME}}/doc}}} | <!-- /doc exists --> | |
| − | |||
| − | |||
| − | |||
| − | {{ #ifexist: {{{1|{{ | ||
| <div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em"> | <div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em"> | ||
| − | ::[[Image:Template_info.png|40px|link={{ | + | ::[[Image:Template_info.png|40px|link={{FULLPAGENAME}}/doc]]  ''This [[:Category:Template documentation|documentation]] is transcluded from [[{{{1|/doc}}}]]''. | 
| − | </div> |<!-- no /doc --> }} | + | </div> |<!-- no /doc --> }} __NOEDITSECTION__ </includeonly><!--  | 
| − | __NOEDITSECTION__ | ||
| − | </includeonly> | ||
| − | < | ||
| − | |||
| − | |||
| − | </noinclude> | + | --><noinclude>{{Template doc}}[[Category:Templates|{{BASEPAGENAME}}]]</noinclude> | 
Revision as of 06:39, 26 July 2010
This template is used to show documentation that explains other templates.
Usage
Add this template to the end of other templates while wrapped in <noinclude> tags to show the documentation. It will show the /doc subpage of the template in a green box.
<!--Last line of your template code--><noinclude>
{{Documentation}}
<!-- Add categories to the /doc subpage, not here -->
</noinclude>
Alternatively, you can use a parameter for documentation instead of creating a /doc page:
<!--Last line of your template code--><noinclude>
{{Documentation|
<!--Documentation goes here-->
}}
</noinclude>
