Difference between revisions of "Template:Documentation"
m (minor fixes) |
(yikes) |
||
| Line 1: | Line 1: | ||
| − | <includeonly><div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em; margin-bottom: 5px;"> | + | <includeonly> |
| − | <div style="float: right; | + | <div style="border:1px solid #aaa;background:#F2F2FC;width=100%;padding:0.5em; margin-bottom: 5px;"> |
| − | + | <div style="float: right;">[[[{{{1|{{NAMESPACE}}:{{PAGENAME}}/doc}}}|view]]] [[{{SERVER}}{{localurl:{{{1|{{NAMESPACE}}:{{PAGENAME}}}}}/doc|action=edit}} edit]] | |
| − | |||
| − | |||
</div> | </div> | ||
| − | {{ #ifexist: {{{1|{{ | + | <span style="font-size:188%">Documentation for ''{{{1|{{PAGENAME}}}}}''</span> |
| + | ---- | ||
| + | {{ #ifexist: {{{content|{{NAMESPACE}}:{{PAGENAME}}/doc}}} | {{{{{content|{{NAMESPACE}}:{{PAGENAME}}/doc}}}}} | }} | ||
| + | </div> | ||
| + | {{ #ifexist: {{{1|{{NAMESPACE}}:{{PAGENAME}}/doc}}} | <!-- /doc exists --> | ||
<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={{NAMESPACE}}:{{PAGENAME}}/doc]] ''This [[:Category:Template documentation|documentation]] is transcluded from [[{{{1|{{NAMESPACE}}:{{PAGENAME}}/doc}}}]]''. |
| − | </div> |<!-- no /doc --> }} __NOEDITSECTION__ </includeonly>< | + | </div> |<!-- no /doc --> }} |
| + | __NOEDITSECTION__ | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | {{Template doc}} | ||
| + | [[Category:Templates|{{PAGENAME}}]] | ||
| − | + | </noinclude> | |
Revision as of 06:40, 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>