Content deleted Content added
mNo edit summary |
Actually, I'm not sure that these parm workarounds should be mentioned at all. I saw it in Template:Tlsp so I put it here too. Tlsp should be updated with 2=. |
||
Line 35:
</table>
If you have equal signs in your template parameters then some find it simpler to code it using <code><nowiki></code> tags, or the <code>&#61;</code> or <code>&#x3D;</code> character references. Here's how to do that. Code to the left and actual rendering to the right:
:<code><nowiki>{{tlp|name|<nowiki>one=a|two=b</nowiki>}}</nowiki></code> = {{tlp|name|<nowiki>one=a|two=b</nowiki>}}
:{{tlc|tlp|name|one&#61;a|two&#61;b}} = {{tlp|name|one=a|two=b}}
=== See also ===
|