قالب:Tcplain

(تم التحويل من قالب:Tcpl)

{{tcplain|...}}

Template documentation[view] [edit] [history] [purge]

"قالب: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}}