Template:Undocumented/Doc: Difference between revisions
Appearance
m DoggoBit moved page Template:Notice undocumented template/Doc to Template:Undocumented/Doc: Better name |
No edit summary |
||
Line 1: | Line 1: | ||
This notice can be added to templates that don't use the [[Template:Documentation|documentation]] helper template. This helps us keep track of them via the [[:Category:Undocumented template|undocumented templates]] category, and might prompt the author of the template to add in information about its usage. | This notice can be added to templates that don't use the [[Template:Documentation|documentation]] helper template. This helps us keep track of them via the [[:Category:Undocumented template|undocumented templates]] category, and might prompt the author of the template to add in information about its usage. | ||
{{ | {{undocumented|category=no}} | ||
=== Usage === | === Usage === | ||
Line 7: | Line 7: | ||
Simply add this template to a page, within <code>noinclude</code> tags: | Simply add this template to a page, within <code>noinclude</code> tags: | ||
< | {{code|lang=mediawiki|line=no| | ||
<noinclude>{{ | <<nowiki>includeonly</nowiki>> | ||
</ | ... | ||
</<nowiki>includeonly</nowiki>><<nowiki>noinclude</nowiki>><nowiki>{{undocumented}}</nowiki></<nowiki>noinclude</nowiki>>}} |
Latest revision as of 21:51, 7 June 2025
This notice can be added to templates that don't use the documentation helper template. This helps us keep track of them via the undocumented templates category, and might prompt the author of the template to add in information about its usage.
{{?}}︎
Undocumented template. This template has no documentation, or its documentation is in a non-standard format. Please provide documentation about this template using the
{{documentation}}
helper template. Doing so will help other editors use your template, as reading template code can be unwieldy and time-consuming.Usage
Simply add this template to a page, within noinclude
tags:
<includeonly>
...
</includeonly><noinclude>{{undocumented}}</noinclude>