Template:Invoke/doc
From The Goon Show Depository
This is a documentation subpage for Template:Invoke It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template can be used to debug template parameters.
Usage
- Script error: No such module "module name".
Example
- 0.10645349561537 --> 0.40443705367131
- 7 --> 7
- " arg1 " --> " arg1 "
- "arg1" --> "arg1"
- " <newline>arg1<newline> " --> " \
arg1\
"
- "<newline>arg1<newline>" --> "arg1"
- "<newline> arg1 <newline>" --> "\
arg1 \
"
- "<newline> arg1 <newline>" --> "arg1"
- "<>" &lt;&gt; --> "<>" <>
- <pre>pre text</pre> --> '"`UNIQ--pre-00000003-QINU`"'
- <nowiki>nowiki text</nowiki> --> '"`UNIQ--nowiki-00000004-QINU`"'
- <ref>ref text</ref> --> '"`UNIQ--ref-00000005-QINU`"'
- <code>code text</code> --> <code>code text</code>
- Lua error in mw.text.lua at line 129: bad argument #1 to 'gsub' (string expected, got nil). --> '"`UNIQ--syntaxhighlight-00000006-QINU`"'
- [[:Template:Ping]] --> [[:Template:Ping]]
- '"`UNIQ--nowiki-00000008-QINU`"'User:User1]] --> [[User:User1]]
- <ref>ref then <nowiki>nowiki</nowiki></ref> --> '"`UNIQ--ref-00000009-QINU`"'
- <pre>pre then <nowiki>nowiki</nowiki></pre> --> '"`UNIQ--pre-0000000A-QINU`"'
- '"`UNIQ--nowiki-0000000B-QINU`"' --> <pre>pre text</pre><nowiki>nowiki text</nowiki><ref>ref text</ref><code>code text</code><syntaxhighlight lang=php>syntaxhighlight text</syntaxhighlight>
- <pre>pre text</pre><nowiki>nowiki text</nowiki><ref>ref text</ref><code>code text</code><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>