Editing
Template:Invoke/doc
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
The edit appears to have already been undone.
Anti-spam check. Do
not
fill this in!
{{Documentation subpage}} {{lua|Module:LuaCall}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> This template can be used to debug template parameters. == Usage == * {<!---->{{{BASEPAGENAME}}|''module name''|''function name''|''arguments ...''}} == Example == * {<!---->{{{BASEPAGENAME}}|math|random}} --> {{{{BASEPAGENAME}}|math|random}} * {<!---->{{{BASEPAGENAME}}|math|min|9|7|8}} --> {{{{BASEPAGENAME}}|math|min|9|7|8}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject| arg1 |unnamed parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject| arg1 |unnamed parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4= arg1 |5=named parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4= arg1 |5=named parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject| ''<newline>''arg1''<newline>'' |unnamed parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject| arg1 |unnamed parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4= ''<newline>''arg1''<newline>'' |5=named parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4= arg1 |5=named parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|''<newline>'' arg1 ''<newline>''|unnamed parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject| arg1 |unnamed parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4=''<newline>'' arg1 ''<newline>''|5=named parameter}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|4= arg1 |5=named parameter}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|&lt;&gt;}} {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.logObject|&lt;&gt;}} {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|&lt;&gt;}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.dumpObject|<>}} {{{{BASEPAGENAME}}|LuaCall|call|mw.logObject|<>}} {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<pre>pre text</pre>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<pre>pre text</pre>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<nowiki>nowiki text</nowiki>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<nowiki>nowiki text</nowiki>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<ref>ref text</ref>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<ref>ref text</ref>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<code>code text</code>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<code>code text</code>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<syntaxhighlight lang=php>source text</syntaxhighlight>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<syntaxhighlight lang=php>source text</syntaxhighlight>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|{<!---->{ping|User1}}}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|{{ping|User1}}}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<nowiki>[[</nowiki>User:User1]]}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|[[User:User1]]}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<ref>ref then <nowiki>nowiki</nowiki></ref>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<ref>ref then <nowiki>nowiki</nowiki></ref>}} * {<!---->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<pre>pre then <nowiki>nowiki</nowiki></pre>}} --> {{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<pre>pre then <nowiki>nowiki</nowiki></pre>}} * {<!-- -->{{{BASEPAGENAME}}|LuaCall|call|mw.text.nowiki|<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}}</nowiki>}} --> {{{{BASEPAGENAME}}|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}}}} * {<!-- -->{{{BASEPAGENAME}}|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>}} --> {{{{BASEPAGENAME}}|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>}} <includeonly>{{sandbox other|| <!-- Categories below this line. --> }}</includeonly>
Summary:
Please note that all contributions to Meta Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Dark mode
Contributions
Create account
Log in
Namespaces
Template
Discussion
English
Views
Read
Edit source
View history
More
Purge
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information
Get shortened URL