Difference between revisions of "Template:Error:must be substituted/doc"
Jump to navigation
Jump to search
imported>Thesevenseas (Fixed Code) |
imported>Thesevenseas (Added Code) |
||
| Line 4: | Line 4: | ||
In a template that must be substituted, add the following code at the top: | In a template that must be substituted, add the following code at the top: | ||
| − | <code><nowiki>{{ {{#ifeq:{{<includeonly>subst:</includeonly>void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code><tt>''template name''</tt><code><nowiki>}}</nowiki></code> | + | <code><nowiki>{{ {{#ifeq:{{<includeonly>subst:</includeonly>void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code><tt>{{fontcolor||white| ''template name'' }}</tt><code><nowiki>}}</nowiki></code> |
Example: {{tiw|Demo of template that must be substituted}}. | Example: {{tiw|Demo of template that must be substituted}}. | ||
Revision as of 18:41, 31 January 2010
| This is a documentation subpage for Template:Error:must be substituted. It contains usage information, categories and other content that is not part of the original template page. |
Usage
In a template that must be substituted, add the following code at the top:
{{ {{#ifeq:{{<includeonly>subst:</includeonly>void}}|{{void}}|void|Error:must be substituted}}| template name }}
Example: Template:Demo of template that must be substituted (backlinks edit).
while {{subst:Demo of template that must be substituted}} gives "Template body".
See also
- User:Pathoschild/Help/Template special effects
- Template:Error:must not be substituted (backlinks edit)