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

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(Removing per TfD outcome)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE. -->
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE. -->
==Usage==
+
 
 +
== Usage ==
 
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&gt;subst:&lt;/includeonly&gt;void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code><tt>{{fontcolor||white|&nbsp;''template name''&nbsp;}}</tt><code><nowiki>}}</nowiki></code>
+
<code><nowiki>{{ {{#ifeq:{{&lt;includeonly&gt;subst:&lt;/includeonly&gt;void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code><kbd>{{font color||white|&nbsp;''template name''&nbsp;}}</kbd><code><nowiki>}}</nowiki></code>
  
 
Example: {{tiw|Demo of template that must be substituted}}.
 
Example: {{tiw|Demo of template that must be substituted}}.
Line 10: Line 11:
 
{{evd|Demo of template that must be substituted}}
 
{{evd|Demo of template that must be substituted}}
  
while <nowiki>{{subst:Demo of template that must be substituted}}</nowiki> gives "{{ {{#ifeq:|{{void}}|void|Error:must be substituted}}|Demo of template that must be substituted}}Template body".
+
while <nowiki>{{subst:Demo of template that must be substituted}}</nowiki> gives "Template body".
  
==See also==
+
== See also ==
 
*[[User:Pathoschild/Help/Template special effects]]
 
*[[User:Pathoschild/Help/Template special effects]]
  
<includeonly><!--
+
 
++++ PLEASE ADD CATEGORIES BELOW THIS LINE, THANK YOU. -->
+
<includeonly>{{Sandbox other||
[[Category:Wikipedia formatting and function templates|Error:not substituted]]
+
<!-- PLEASE ADD CATEGORIES BELOW THIS LINE: -->
</includeonly>
+
[[Category:Error-message templates]]
 +
}}</includeonly>

Latest revision as of 01:33, 25 April 2020

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