Difference between revisions of "Template:Error:must be substituted/doc"

From blackwiki
Jump to navigation Jump to search
imported>Ohms law
(use code tags instead of a space so that the text wraps correctly.)
imported>Thesevenseas
(Fixed 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:{{&lt;includeonly>subst:</includeonly>void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code>''template name''}}
+
<code><nowiki>{{ {{#ifeq: {{&lt;includeonly&gt;subst:&lt;/includeonly&gt;void}} | {{void}} | void | {{Error:must be substituted|template name}} }} }}</nowiki></code>
  
 
Example: {{tiw|Demo of template that must be substituted}}.
 
Example: {{tiw|Demo of template that must be substituted}}.

Revision as of 19:00, 30 January 2010

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).

Template:Xpd0

while {{subst:Demo of template that must be substituted}} gives "Template body".

See also