Template:Template link with parameters/doc: Difference between revisions

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>&lt;nowiki></code> tags, or the <code>&amp;#61;</code> or <code>&amp;#x3D;</code> character references. Here's how to do that. Code to the left and actual rendering to the right:
 
:<code><nowiki>{{tlp|name|&lt;nowiki>one=a|two=b&lt;/nowiki>}}</nowiki></code> = {{tlp|name|<nowiki>one=a|two=b</nowiki>}}
:{{tlc|tlp|name|one&amp;#61;a|two&amp;#61;b}} = {{tlp|name|one&#61;a|two&#61;b}}
 
=== See also ===