Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:26, 18 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{intricate template}} {{subst only}} <!-- Categories and interwikis go at the bottom of this page. --> Delays the evaluation of a tag. A tag's text can be generated dynamically, and then evaluated after the next substitution. Unlike the code generated by <code><nowiki>{{#tag:}}</nowiki></code>, the tag will not be evaluated immediately. == Usage == Should be substituted only within an <code><includeonly /></code> block. <nowiki>{{</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Delays the evaluation of a tag. A tag's text can be generated dynamically, and then evaluated after the next substitution. Unlike the code generated by {{#tag:}}, the tag will not be evaluated immediately.

Usage

Should be substituted only within an <includeonly /> block.

{{Dtag|tag|attributes=attribs|content}}
  • tag is the name of the tag, to be enclosed in angled brackets.
  • attribs is a list of attribute names and values separated by equals signs, to be inserted within the first set of angled brackets. Example: attributes=class="error" style="font-weight: normal"
  • content is the code to be enclosed between the start and end tags. Can be omitted to create a <self-closing /> tag.

See also