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

From blackwiki
Jump to navigation Jump to search
imported>Zyxw
m (Since <tt> is obsolete in HTML5, replace it with <kbd> – see HTML element#tt, Wikipedia:HTML5, and mw:Help:Extension:Linter/obsolete-tag. using AWB)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
Line 17: Line 17:
  
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
+
<includeonly>{{Sandbox other||
 
<!-- PLEASE ADD CATEGORIES BELOW THIS LINE: -->
 
<!-- PLEASE ADD CATEGORIES BELOW THIS LINE: -->
 
[[Category:Error-message templates]]
 
[[Category:Error-message templates]]
 
}}</includeonly>
 
}}</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