Template:Documentation

From Team Fortress Wiki
Revision as of 10:14, 30 November 2021 by Darkid (talk | contribs) (Unlike wikipedia, we don't have shortlinks for edit/purge/etc. But action= works just fine.)
Jump to: navigation, search

Template documentation [view] [edit] [history] [purge]

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>