You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a username, along with other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Any work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. Anti-spam check. Do not fill this in!==Placement and tags== This code should be added at the bottom of the template code page, with no space before {{Tag|noinclude|o}} (which causes extra whitespace to show on pages where the template is transcluded): <syntaxhighlight lang="xml"><!--Last line of your template code--><noinclude> {{documentation}} </noinclude></syntaxhighlight> To automatically insert the [[Wikipedia:Noinclude|noinclude tags]], the template call and the guiding comment, you can also use this [[Wikipedia:Substitution|substitution]] code shortcut: {{tlxs|doc-code}} Which results in: <syntaxhighlight lang="xml"><!--Last line of your template code--><noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noinclude></syntaxhighlight> ===Categorization=== When a documentation subpage is created by using this template, then to place the template itself into a category, add <code><nowiki>[[Category:Category name]]</nowiki></code> inside an {{tag|includeonly|p|content={{((}}Sandbox other{{!!}}...{{))}}}} section on the /doc subpage. For example, for placement on the documentation subpage: <syntaxhighlight lang="xml" style="overflow:auto;"> {{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == <includeonly>{{sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> [[Category:Category name]] [[Category:Category name2]] }}</includeonly> </syntaxhighlight> When a documentation subpage has not been created, and the documentation template is being used with a {{para|content}} parameter on the actual template page, then to place the template itself into a category, add <code><nowiki>[[Category:Category name]]</nowiki></code> inside the documentation template, after the content. For example, for placement on the actual template page: <syntaxhighlight lang="xml" style="overflow:auto;"> <!--Last line of your template code--><noinclude> {{Documentation | content = <!-- template documentation --> [[Category:Category name]] [[Category:Category name2]] }}</noinclude> </syntaxhighlight> Interwiki links that apply to the template should be listed at [[d:|Wikidata]] (more at [[Wikipedia:Wikidata]]). For more complex cases, see {{section link|Wikipedia:Template documentation#Categories and interwiki links}}. Edit summary (Briefly describe your changes) How to edit: 1. Change what you want in the box above. 2. Press "Show preview" below to make sure the page looks right. 3. When done, push "Save page". Exit Editing help (opens in new window) Preview page with this template