Difference between revisions of "Template:="
Jump to navigation
Jump to search
Mediawiki>Sarang m (+explanation) |
m (1 revision imported) |
Latest revision as of 08:03, 24 January 2022
=
30px | This template uses Lua: |
- This template allows the use of the equal sign "=" inside template parameters, e.g.
{{en|a {{=}} b}}
- With parameter 1 any other text string (e.g. a tag, a code sequence, or something else) can be passed.
- Explanation:
- The only way I know for performing Template:Ms is the LUA function
frame:expandTemplate
, which needs obligately a template. - When just some text should be passed, it can be done with the pseudo template {{=}} which does nothing than just passing any text.
- The only way I know for performing Template:Ms is the LUA function
- This function is used very often!
- Explanation:
- When more than one parameter is specified, the list of all parameters is passed; parameters can be
param{{=}}value
- When more than one parameter is specified, the list of all parameters is passed; parameters can be