Plantilla:=
Ir a la navegación
Ir a la búsqueda
=
- This template allows the use of the equal sign "=" inside parameters of other templates, e.g.
{{en|... a {{=}} b ...}}
fora = b
This functionality (without parameter) is now kept by the magic word. - Unfortunately, Unicode has no other equal sign that can be used for the other functionality:
- With parameter 1 any other text string (e.g. a tag, a code sequence, or everything else) can be passed, e.g. {{=|xyz}} → xyz
- Explanation:
- The only way I know for performing Plantilla:Ms is the LUA function
frame:expandTemplate
, which needs obligately a template. - When just some text should be passed, it can be done with this pseudo template {{=}} which does nothing than just passing any text.
- The only way I know for performing Plantilla:Ms is the LUA function
- This function is used very often but the transclusion count does not work
This template uses Lua: |
- When more than one parameter is specified, the list of all parameters is passed;
- in LUA, parameters can be
param{{=}}value