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.
Revision as of 03:25, 18 February 2025 by Prd (talk | contribs) (Created page with "{{confused|Template:Expand wikitext|mw:Help:Extension:ParserFunctions{{!}}the #expr ParserFunction}} {{Documentation subpage}} {{intricate template}} {{subst only}} <!-- Categories and interwikis go at the bottom of this page. --> Evaluates a template after substitution via metatemplating. Functionally, this template generates <code><nowiki>{{template}}</nowiki></code>-style text during substitution, which then gets evaluated when the resulting code is substituted or t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Evaluates a template after substitution via metatemplating. Functionally, this template generates {{template}}-style text during substitution, which then gets evaluated when the resulting code is substituted or transcluded.

Usage

{{Eval|templateName|arg1{{!}}arg2{{!}}param{{=}}paramArg}}

Arguments must be separated by {{!}}. Parameter names and their arguments must be separated by {{=}}.

See also