Template:Documentation: Difference between revisions

From PZwiki
m (rm Languages)
m (update colors to use css variables instead)
 
Line 1: Line 1:
<includeonly><onlyinclude><!--
<includeonly><onlyinclude><!--
--><div style="clear: both; border: 1px solid #A2A9B1;"><!--
--><div style="clear: both; border: var(--border-mw);"><!--


   --><div style="padding: 0.5em; background:#EAECF0; border-bottom: 1px solid #A2A9B1;"><!--
   --><div style="padding: 0.5em; background:var(--background-mw-heading); border-bottom: var(--border-mw);"><!--
     --><span style="font-size:80%;" class="plainlinks">[[{{fullurl:{{FULLPAGENAME}}/doc}} <span title="view the documentation">view</span>]]  [[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} <span title="edit the documentation">edit</span>]]  [[{{fullurl:{{FULLPAGENAME}}/doc|action=history}} <span title="documentation history">history</span>]]  [[{{fullurl:{{FULLPAGENAME}}|action=purge}} <span title="purge this page">purge</span>]]</span><!--
     --><span style="font-size:80%;" class="plainlinks">[[{{fullurl:{{FULLPAGENAME}}/doc}} <span title="view the documentation">view</span>]]  [[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} <span title="edit the documentation">edit</span>]]  [[{{fullurl:{{FULLPAGENAME}}/doc|action=history}} <span title="documentation history">history</span>]]  [[{{fullurl:{{FULLPAGENAME}}|action=purge}} <span title="purge this page">purge</span>]]</span><!--
     --> '''Template documentation'''<!--
     --> '''Template documentation'''<!--
Line 8: Line 8:
   --></div><!--
   --></div><!--


   --><div style="margin: 0; padding: 10px; background:#F8F9FA"><!--
   --><div style="margin: 0; padding: 10px; background:var(--background-mw)"><!--
     -->{{#ifexist: {{FULLPAGENAME}}/doc<!--
     -->{{#ifexist: {{FULLPAGENAME}}/doc<!--
Line 20: Line 20:
   --></div><!--
   --></div><!--


   --><div style="background:#EAECF0; text-align: right; padding: 0.5em; border-top: 1px solid #A2A9B1;">''Documentation transcluded from [[{{FULLPAGENAME}}/doc]].<br>Editors can experiment in this template's sandbox ([[{{FULLPAGENAME}}/sandbox|create]])''</div><!--
   --><div style="background:var(--background-mw-heading); text-align: right; padding: 0.5em; border-top: var(--border-mw);">''Documentation transcluded from [[{{FULLPAGENAME}}/doc]].<br>Editors can experiment in this template's sandbox ([[{{FULLPAGENAME}}/sandbox|create]])''</div><!--
--></div><!--
--></div><!--
--></onlyinclude></includeonly>
--></onlyinclude></includeonly>

Latest revision as of 07:45, 30 March 2024

Imbox content.png
This template is deprecated.
This template will eventually be removed. Please use Template:Documentation/sandbox instead.
[view] [edit] [history] [purge] Template documentation
The {{Documentation}} template is used to contain the documented information and instructions of a certain template from a /doc subpage.

Usage

To use this template, {{Documentation}} should be added to the template inside a <noinclude> tag, so the documentation isn't transcluded along with the template. Then add the documentation to the /doc page, and it will be added to the template. The documentation page should include the {{Documentation subpage}} template, so it is added to the appropriate documentation category.

Example

<!--Last line of your template code--><noinclude>
{{Documentation}}
</noinclude>

See also

Documentation transcluded from Template:Documentation/doc.
Editors can experiment in this template's sandbox (create)