(Created page with "<includeonly>Category:Categorization Template</includeonly> {{Template|Stub}} is used to identify and categorize templates that are meant to be transcluded into other templates, rather than viewed directly. ==Usage== It accepts one {{Parameter|optional|string}}, a page name. ==Return== If the optional parameter is excluded, e.g. {{Code|<nowiki>{{Stub}}</nowiki>}}, returns: {{Return|{{Stub}}}}") |
No edit summary |
||
| Line 5: | Line 5: | ||
==Return== | ==Return== | ||
If the optional parameter is excluded, e.g. {{Code|<nowiki>{{Stub}}</nowiki>}}, returns: {{Return|{{Stub}}}} | If the optional parameter is excluded, e.g. {{Code|<nowiki>{{Stub}}</nowiki>}}, returns: {{Return|{{Stub}}}} | ||
If the optional parameter is included, e.g. {{Code|<nowiki>{{Stub|Template:Stub}}</nowiki>}}, returns: {{Return|{{Stub|Template:Stub}}}} | |||
Latest revision as of 20:01, 23 October 2022
Template:Stub is used to identify and categorize templates that are meant to be transcluded into other templates, rather than viewed directly.
Usage
It accepts one optional string parameter, a page name.
Return
If the optional parameter is excluded, e.g. {{Stub}}, returns:
This page is a Stub, meant to be transcluded into another page rather than viewed directly.
If the optional parameter is included, e.g. {{Stub|Template:Stub}}, returns:
This page is a Stub, meant to be transcluded into Template:Stub rather than viewed directly.
