Template:Documentation/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Created page with "== Usage == By default, this template displays the /doc subpage if it exists, or shows a link to create one if it does not. <pre style="width:50%"> <noinclude> {{Documentation}} </noinclude> </pre> For custom documentation, use the contents parameter to override the /doc subpage. <pre style="width:50%"> <noinclude> {{Documentation | contents = <!-- Custom documentation --> }} </noinclude> </pre>" |
m cat |
||
| Line 14: | Line 14: | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
</pre> | </pre><noinclude>[[Category:Template documentation]]</noinclude> | ||
Revision as of 06:55, 13 September 2024
Usage
By default, this template displays the /doc subpage if it exists, or shows a link to create one if it does not.
<noinclude>
{{Documentation}}
</noinclude>
For custom documentation, use the contents parameter to override the /doc subpage.
<noinclude>
{{Documentation
| contents = <!-- Custom documentation -->
}}
</noinclude>