Difference between revisions of "Template:Error:must be substituted/doc"
Jump to navigation
Jump to search
imported>Jdaloner m ("{{fontcolor" --> "{{font color") |
imported>Vanisaac m (→See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
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>< | + | <code><nowiki>{{ {{#ifeq:{{<includeonly>subst:</includeonly>void}}|{{void}}|void|Error:must be substituted}}|</nowiki></code><kbd>{{font color||white| ''template name'' }}</kbd><code><nowiki>}}</nowiki></code> |
Example: {{tiw|Demo of template that must be substituted}}. | Example: {{tiw|Demo of template that must be substituted}}. | ||
| Line 11: | 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 " | + | while <nowiki>{{subst:Demo of template that must be substituted}}</nowiki> gives "Template body". |
== See also == | == See also == | ||
| Line 17: | Line 17: | ||
| − | <includeonly>{{ | + | <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
| 40px | 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