Toggle menu
15
236
74
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Require substitution/doc: Difference between revisions

Template page
Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Template shortcut|Require subst}} Metatemplate that can be wrapped around a template that requires substitution. <syntaxhighlight lang="wikitext">{{ safesubst:<noinclude />require subst | ... (normal template code) ... }}</syntaxhighlight> {{List of subst helper templates}} <includeonly>{{Sandbox other|| <!-- CATEGORIES HERE, THANKS --> Category:Wikipedia metatemplates }}</in..."
 
(No difference)

Latest revision as of 20:07, 15 February 2025

Metatemplate that can be wrapped around a template that requires substitution.

{{ safesubst:<noinclude />require subst
   | ... (normal template code) ...
}}

List of subst helper templates

  • {{require substitution}} – Prints an error unless substituted.
  • {{substituted or transcluded}} – if-then-else metatemplate that checks if a template is currently being substituted or transcluded
    • {{always substitute}} – For the doc of the above templates; prints a message asking for it be substituted.
    • {{never substitute}} – The reverse of {{always substitute}}. For the doc of templates which should not be substituted; prints a message asking for it not to be substituted.
    • {{may be substituted}} – For the doc of templates whose substitution is optional.
    • {{substitution}} – Allows free-fill description of whether the template should be substituted and under what conditions.
  • {{ifsubst}} – Forks if substituted or not.
  • {{issubst}} – Returns "yes" if substituted.
  • {{HTML comment}} – To sign substitutions with comments that contain wikitext expansions
  • Module:Unsubst – Prevents substitution.
  • Module:Unsubst-infobox – Prevents substitution for infoboxes, cleans up parameters.