Toggle menu
14
236
69
27.2K
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:48, 23 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{lua|Module:LuaCall}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{undocumented|date=March 2024}} {{Hatnote|This is a template. For the #invoke parser function see WP:Lua.}} This template can be used to debug template parameters. == Usage == * {<!---->{{{BASEPAGENAME}}|''module name''|''function name''|''arguments ...''}} == Exa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Undocumented

This template can be used to debug template parameters.

Usage

  • {{Invoke|module name|function name|arguments ...}}

Example

  • {{Invoke|math|random}} --> 0.7108369626621
  • {{Invoke|math|min|9|7|8}} --> 7
  • {{Invoke|LuaCall|call|mw.dumpObject| arg1 |unnamed parameter}} --> " arg1 "
  • {{Invoke|LuaCall|call|mw.dumpObject|4= arg1 |5=named parameter}} --> "arg1"
  • {{Invoke|LuaCall|call|mw.dumpObject| <newline>arg1<newline> |unnamed parameter}} --> " \

arg1\

 "
  • {{Invoke|LuaCall|call|mw.dumpObject|4= <newline>arg1<newline> |5=named parameter}} --> "arg1"
  • {{Invoke|LuaCall|call|mw.dumpObject|<newline> arg1 <newline>|unnamed parameter}} --> "\
 arg1  \

"

  • {{Invoke|LuaCall|call|mw.dumpObject|4=<newline> arg1 <newline>|5=named parameter}} --> "arg1"
  • {{Invoke|LuaCall|call|mw.dumpObject|&lt;&gt;}} {{Invoke|LuaCall|call|mw.logObject|&lt;&gt;}} {{Invoke|LuaCall|call|mw.text.nowiki|&lt;&gt;}} --> "<>" &lt;&gt;
  • {{Invoke|LuaCall|call|mw.text.nowiki|<pre>pre text</pre>}} --> '"`UNIQ--pre-00000005-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|<nowiki>nowiki text</nowiki>}} --> '"`UNIQ--nowiki-00000006-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|<ref>ref text</ref>}} --> '"`UNIQ--ref-00000007-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|<code>code text</code>}} --> <code>code text</code>
  • {{Invoke|LuaCall|call|mw.text.nowiki|<syntaxhighlight lang=php>source text</syntaxhighlight>}} --> '"`UNIQ--syntaxhighlight-00000008-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|{{ping|User1}}}} --> [[:Template:Ping]]
  • {{Invoke|LuaCall|call|mw.text.nowiki|[[User:User1]]}} --> [[User:User1]]
  • {{Invoke|LuaCall|call|mw.text.nowiki|<ref>ref then <nowiki>nowiki</nowiki></ref>}} --> '"`UNIQ--ref-0000000B-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|<pre>pre then <nowiki>nowiki</nowiki></pre>}} --> '"`UNIQ--pre-0000000C-QINU`"'
  • {{Invoke|LuaCall|call|mw.text.nowiki|{{replace|<tag>tag text</tag>|tag|pre}}{{replace|<tag>tag text</tag>|tag|nowiki}}{{replace|<tag>tag text</tag>|tag|ref}}{{replace|<tag>tag text</tag>|tag|code}}{{replace|1=<tag lang=php>tag text</tag>|2=tag|3=syntaxhighlight}}}} --> <pre>pre text</pre><nowiki>nowiki text</nowiki><ref>ref text</ref><code>code text</code><syntaxhighlight lang=php>syntaxhighlight text</syntaxhighlight>
  • {{Invoke|LuaCall|call|mw.text.nowiki|4={{1x|<}}pre>pre text</pre>{{1x|<}}nowiki>nowiki text</nowiki>{{1x|<}}ref>ref text</ref>{{1x|<}}code>code text</code>{{1x|<}}syntaxhighlight lang=php>source text</syntaxhighlight>}} --> <pre>pre text</pre><nowiki>nowiki text</nowiki><ref>ref text</ref><code>code text</code><syntaxhighlight lang=php>source text</syntaxhighlight>
  1. ref text
  2. ref then nowiki