Esta plantilla se puede utilizar para depurar parámetros de plantilla.
Uso
- {{Invocar| nombre del módulo | nombre de la función | argumentos ... }}
Ejemplo
- {{Invocar|matemática|aleatorio}} --> 0,95767011305209
- {{Invocar|matemática|min|9|7|8}} --> 7
- {{Invoke|LuaCall|call|mw.dumpObject| arg1 |parámetro sin nombre}} --> " arg1 "
- {{Invoke|LuaCall|call|mw.dumpObject|4= arg1 |5=parámetro nombrado}} --> "arg1"
- {{Invoke|LuaCall|call|mw.dumpObject| <nueva línea> arg1 <nueva línea> |parámetro sin nombre}} --> " \
arg1\
"
- {{Invoke|LuaCall|call|mw.dumpObject|4= <nueva línea> arg1 <nueva línea> |5=parámetro nombrado}} --> "arg1"
- {{Invoke|LuaCall|call|mw.dumpObject| <nueva línea> arg1 <nueva línea> |parámetro sin nombre}} --> "\
arg1 \
"
- {{Invoke|LuaCall|call|mw.dumpObject|4= <nueva línea> arg1 <nueva línea> |5=parámetro nombrado}} --> "arg1"
- {{Invocar|LuaCall|llamar|mw.dumpObject|<>}} {{Invocar|LuaCall|llamar|mw.logObject|<>}} {{Invocar|LuaCall|llamar|mw.text.nowiki|<>}} --> "<>" <>
- {{Invocar|LuaCall|llamar|mw.text.nowiki|<pre>pre texto</pre>}} --> '"`UNIQ--pre-00000006-QINU`"'
- {{Invocar|LuaCall|llamar|mw.text.nowiki|<nowiki>texto nowiki</nowiki>}} --> '"`UNIQ--nowiki-00000007-QINU`"'
- {{Invoke|LuaCall|call|mw.text.nowiki|<ref>texto de referencia</ref>}} --> '"`UNIQ--ref-00000008-QINU`"'
- {{Invoke|LuaCall|call|mw.text.nowiki|<code>texto del código</code>}} --> <code>texto del código</code>
- {{Invocar|LuaCall|llamar|mw.text.nowiki|<syntaxhighlight lang=php>texto fuente</syntaxhighlight>}} --> '"`UNIQ--syntaxhighlight-00000009-QINU`"'
- {{Invocar|LuaCall|llamar|mw.text.nowiki|{{ping|Usuario1}}}} --> <span class="template-ping">@[[Usuario:Usuario1|Usuario1]]:</span>
- {{Invoke|LuaCall|call|mw.text.nowiki|[[Usuario:Usuario1]]}} --> [[Usuario:Usuario1]]
- {{Invocar|LuaCall|llamar|mw.text.nowiki|<ref>ref luego <nowiki>nowiki</nowiki></ref>}} --> '"`UNIQ--ref-0000000C-QINU`"'
- {{Invocar|LuaCall|llamar|mw.text.nowiki|<pre>pre entonces <nowiki>nowiki</nowiki></pre>}} --> '"`UNIQ--pre-0000000D-QINU`"'
- {{Invoke|LuaCall|call|mw.text.nowiki|{{reemplazar|<tag>texto de etiqueta</tag>|etiqueta|pre}}{{reemplazar|<tag>texto de etiqueta</tag>|etiqueta|nowiki}}{{reemplazar|<tag>texto de etiqueta</tag>|etiqueta|ref}}{{reemplazar|<tag>texto de etiqueta</tag>|etiqueta|código}}{{reemplazar|1=<tag lang=php>texto de etiqueta</tag>|2=etiqueta|3=syntaxhighlight}}}} --> <pre>texto pre</pre><nowiki>texto nowiki</nowiki><ref>texto ref</ref><code>texto de código</code><syntaxhighlight lang=php>texto de sintaxis resaltada</syntaxhighlight>
- {{Invoke|LuaCall|call|mw.text.nowiki|4={{1x|<}}pre>texto pre</pre>{{1x|<}}nowiki>texto nowiki</nowiki>{{1x|<}}ref>texto ref</ref>{{1x|<}}code>texto de código</code>{{1x|<}}syntaxhighlight lang=php>texto fuente</syntaxhighlight>}} --> <pre>texto pre</pre><nowiki>texto nowiki</nowiki><ref>texto ref</ref><code>texto de código</code><syntaxhighlight lang=php>texto fuente</syntaxhighlight>
- ^ texto de referencia
- ^ ref entonces nowiki
Datos de plantilla