మూస:Tlxplain/doc
This is a documentation subpage for మూస:Tlxplain. It may contain usage information, categories and other content that is not part of the original మూస page. |
"tlxplain" ⇒ "[t]emplate [l]ink with e[x]pansion, in [plain]er <code> font"
{{tlxplain|template_name|first_parameter|second_parameter|...|tenth_parameter}}
A version of {{tlx}} that uses a plainer <code>
style.
Comparison: | ||
{{tlxplain|Template|a|b|c|...|j}} | produces: | {{Template|a|b|c|...|j}} |
{{tlx|Template|a|b|c|...|j}} | produces: | {{Template|a|b|c|...|j}} |
Resizing
మార్చుIf the first parameter ends in a percent sign ("%"), it will be treated as a font-size setting for the template's output. For example:
{{tlxplain|Example|a|b|c}} | produces: | {{Example|a|b|c}} |
{{tlxplain|95%|Example|a|b|c}} | produces: | {{Example|a|b|c}} |
{{tlxplain|95|Example|a|b|c}} | produces: | {{95|Example|a|b|c}} |
Alternatively, the font-size may be set via |size=
e.g. {{tlxplain|size=1.2em|Example|a|b|c}}
produces: {{Example|a|b|c}}