Template:Documentation: Difference between revisions

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
m top: clean up
 
(6 intermediate revisions by one other user not shown)
Line 10: Line 10:
| style="width:140px; text-align:center; padding:1em;" |
| style="width:140px; text-align:center; padding:1em;" |
| style="padding:1em;" | <span style="font-size:20px;">'''Template Documentation'''</span> <sup style="font-size:12px; font-style:italic;">(sometimes hidden or invisible)</sup>
| style="padding:1em;" | <span style="font-size:20px;">'''Template Documentation'''</span> <sup style="font-size:12px; font-style:italic;">(sometimes hidden or invisible)</sup>
<span style="font-size:12px;">'''Template tools:''' [{{fullurl:{{FULLPAGENAME}}|action=purge}} purge] &bull; [[Special:WhatLinksHere/{{FULLPAGENAME}}|what links here]] &bull; [{{fullurl:Special:WhatLinksHere/{{FULLPAGENAME}}|hideredirs=1&hidelinks=1}} what transclude this] &bull; [[Special:PrefixIndex/{{FULLPAGENAME}}/|subpages]]</span>
<span style="font-size:12px;">'''Template tools:''' [{{fullurl:{{FULLPAGENAME}}|action=purge}} purge] [[Special:WhatLinksHere/{{FULLPAGENAME}}|what links here]] [{{fullurl:Special:WhatLinksHere/{{FULLPAGENAME}}|hideredirs=1&hidelinks=1}} what transclude this] [[Special:PrefixIndex/{{FULLPAGENAME}}/|subpages]]</span>
|}
|}
<!------------------------------
<!------------------------------
View Documentation
View Documentation
------------------------------>
------------------------------>
<div style="padding:10px 5px; background:#ffdbe7;">
<div class="volume" style="padding:10px 5px; background:#fff4f8; font-size: 85%;">
{{#ifexist: {{FULLPAGENAME}}/doc
{{#ifexist: {{FULLPAGENAME}}/doc
| {{#if: {{{NOTOC|}}} | __NOTOC__ | {{Tocright}} }}{{{{PAGENAME}}/doc}}
| {{#if: {{{NOTOC|}}} | __NOTOC__ | {{Tocright}} }}{{{{PAGENAME}}/doc}}
Line 31: Line 31:
| [[{{FULLPAGENAME}}/doc]]
| [[{{FULLPAGENAME}}/doc]]
| [{{fullurl:{{FULLPAGENAME}}/doc|action=edit&preload=Template:Documentazione/preload}} {{FULLPAGENAME}}/doc]
| [{{fullurl:{{FULLPAGENAME}}/doc|action=edit&preload=Template:Documentazione/preload}} {{FULLPAGENAME}}/doc]
}} to edit this text! ([[Template:Documentation|How does this work]]?) ([{{fullurl:{{FULLPAGENAME}}|action=purge}} Refresh] this text - [[w:Help:Purge|why?]])
}} to edit this text! ([[Template:Documentation|How does this work]]?) ([{{fullurl:{{FULLPAGENAME}}|action=purge}} Refresh] this text)
</div>
</div>
</div>
</div>

Latest revision as of 18:58, 23 June 2020

Template Documentation (sometimes hidden or invisible)

Template tools: purgewhat links herewhat transclude thissubpages

Description
This template is used to insert a documentation box on template pages. The box makes use of MediaWiki's Transclusion functionality to automatically load the contents of the /doc subpage.
Syntax
Type <noinclude>{{documentation}}</noinclude> at the end of the template page. Make sure the opening <noinclude> starts directly after the template code and not on the line below. This would insert an unwanted newline to the template.

General usage

On the Template page

(Template code here)<noinclude>

{{documentation}}</noinclude>

You may additional add the notoc parameter if the table of contents is not desired.

On the Documentation subpage

On the documentation page you can provide all the needed info for people to know how to use the template.

Every documentation page should start with {{Documentation subpage}}. This will add the appropriate header and category to the page.

The format for the documentation page varies, but try to include at least the following:

  • Description: A short description/introduction of what the template does and when/where it should be used.
  • Syntax/Parameters: The syntax/parameters that the template uses. Make sure to explain individual parameters if needed.
  • Examples: Brief examples demonstrating the template with the various parameters filled in.

Visit Template:Documentation/doc to edit this text! (How does this work?) (Refresh this text)