Difference between revisions of "Template:Documentation"
(yikes) |
|||
| 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|{{BASEPAGENAME}}/doc}}}|view]]] [[{{fullurl:{{BASEPAGENAME}}/doc|action=edit}} edit]] |
| − | <div style="float: right;">[[[{{{1|{{ | ||
</div> | </div> | ||
<span style="font-size:188%">Documentation for ''{{{1|{{PAGENAME}}}}}''</span> | <span style="font-size:188%">Documentation for ''{{{1|{{PAGENAME}}}}}''</span> | ||
---- | ---- | ||
| − | {{ #ifexist: {{{content|{{ | + | {{ #ifexist: {{{content|{{BASEPAGENAME}}/doc}}} | {{{{{content|{{BASEPAGENAME}}/doc}}}}} | }} |
</div> | </div> | ||
| − | {{ #ifexist: {{{1|{{ | + | {{ #ifexist: {{{1|{{BASEPAGENAME}}/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={{BASEPAGENAME}}/doc]] ''This [[:Category:Template documentation|documentation]] is transcluded from [[{{{1|{{BASEPAGENAME}}/doc}}}]]''. |
| − | </div> |<!-- no /doc --> }} | + | </div> |<!-- no /doc --> }} __NOEDITSECTION__ </includeonly><noinclude> |
| − | __NOEDITSECTION__ | + | |
| − | </includeonly> | ||
| − | <noinclude> | ||
{{Template doc}} | {{Template doc}} | ||
| − | [[Category:Templates|{{ | + | [[Category:Templates|{{BASEPAGENAME}}]] |
| − | |||
</noinclude> | </noinclude> | ||
Revision as of 06:43, 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>