Changes
Jump to navigation
Jump to search
mLine 1:
Line 1:
− +
− +
+
+
+
+
+
+
+
+
+
+
+explanation
=<noinclude>
{{#if:{{{2|}}}|{{#invoke:Iteration|plist}}|{{{1|<nowiki>=</nowiki>}}}}}<noinclude>
{{documentation}}
{{Lua|Module:Iteration}}
----
#This template allows the use of the equal sign "=" inside template parameters, e.g. <code><nowiki>{{</nowiki>en|''a'' <nowiki>{{</nowiki>=<nowiki>}}</nowiki> ''b''<nowiki>}}</nowiki></code><br>
#With parameter 1 any other text string (e.g. a tag, a code sequence, or something else) can be passed.<br>
::Explanation:
:::The only way I know for performing {{M|iteration}}s is the LUA function <code>frame:expandTemplate</code>, which needs '''obligately''' a template.
:::When just some text should be passed, it can be done with the ''pseudo template'' {{T|=}} which does nothing than just passing any text.
::This function is used '''very often'''!
::When ''more than one'' parameter is specified, the list of all parameters is passed; parameters can be <code><nowiki>param{{=}}value</nowiki></code>
[[Category:Workaround templates]]
</noinclude>
</noinclude>