Template:=/doc
This is a documentation subpage for Template:=. It contains usage information, categories and other content that is not part of the original template page. |
The purpose of this template is to overcome the parameter barrier on {{tlx}}. Unfortunately, when wanting to display code, ideally, you'd use {{tlx}}.
e.g. when wanting to use the code: {{tlx|rint|nc|route=}}
, you end up getting {{rint|nc}}
. To prevent that, use {{tlx|rint|nc|route{{=}}}}
and you'll end up getting {{rint|nc|route=}}
which solves the issue. The main purpose of this template is to display template documentations.