قالب:Tcplain/doc
| هذه صفحة توثيق فرعية لـ قالب:Tcplain. تتضمن معلومات الاستعمال، التصنيفات وأي محتوى آخر ليس من محتويات الأصل لصفحة القالب. |
"قالب:Padlr" ⇒ "[[[:قالب:Padlr]]]emplate code in <قالب:Padlrode> font made [[[:قالب:Padlr]]]er"
{{tcplain|template_name|first_parameter|second_parameter|...|ninth_parameter}}
A version of قالب:Tlpad that uses a plainer <code> style.
| Comparison: | |
| Code | Output |
{{tcplain|Template|a|b|c|...|i}} | {{Template|a|b|c|...|i}} |
{{tc|Template|a|b|c|...|i}} | {{Template|a|b|c|...|i}} |
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:
{{tcplain|Example|a|b|c}} | produces: | {{Example|a|b|c}} |
{{tcplain|95%|Example|a|b|c}} | produces: | {{Example|a|b|c}} |
{{tcplain|95|Example|a|b|c}} | produces: | {{95|Example|a|b|c}} |
Alternatively, the font-size may be set via |size=
e.g. {{tcplain|size=1.2em|Example|a|b|c}} produces: {{Example|a|b|c}}