Toggle menu
14
236
69
27.4K
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 02:04, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == A wrapper for {{t|scribunto}} that appends '/doc' to the first parameter and passes it as {{para|self}}. Params 2 and 3 are respectively passed as params 1 and 2. Has one additional parameter: {{para|subpage}}, the value of which would take the place of '/doc' if provided. Use escape...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

A wrapper for {{scribunto}} that appends '/doc' to the first parameter and passes it as |self=. Params 2 and 3 are respectively passed as params 1 and 2.

Has one additional parameter: |subpage=, the value of which would take the place of '/doc' if provided. Use escape char '\' to indicate no subpage.

If both 2 and 3 are omitted, then the value of the first param is moved to the second position and the first position is replaced by {{PAGENAME}}. In other words, if used on Module:Buffer/doc, then the two following are equivalent:

{{luaself|:_}}
{{luaself|Buffer|:_}}


Contents