الگو:Table style/parse

از ویکی‌نبشته
میانبُر:
ts

Usage[ویرایش]

This template allows shorthand table styling parameters. It supports up to 10 CSS style commands (e.g. "text-align:right"), each bound to a shorthand code.

If you supply text that is not in the list of shorthands, it will be inserted as is. This you can add to the style command without adding a shorthand entry.

If you want to add a shorthand entry, add it to {{table style/parse}}.

Parameters (update this list if you add any)[ویرایش]

Shorthand Code inserted
ar text-align:right;
ac text-align:center;
al text-align:left;
aj text-align:justify;
bgt background-color:transparent;
bc border-collapse:collapse;
bl border-left:1px solid black;
br border-right:1px solid black;
bt border-top:1px solid black;
bb border-bottom:1px solid black;
ba border:1px solid black;
bn border:none;
btt border-top:0px solid transparent;
bbt border-bottom:0px solid transparent;
blt border-left:0px solid transparent;
brt border-right:0px solid transparent;
bld border-left:4px double black;
brd border-right:4px double black;
btd border-top:4px double black;
bbd border-bottom:4px double black;
mc margin:0 auto 0 auto;
mt5 margin-top:5px;
mr5 margin-right:5px;
mb5 margin-bottom:5px;
ml5 margin-left:5px;
lh95 line-height:95%;
lh15 line-height:150%;
lh2 line-height:200%;
sc font-variant:small-caps;
sm font-size:smaller;
sm80 font-size:80%;
sm85 font-size:85%;
sm90 font-size:90%;
xs font-size: 69%;
uc text-transform:uppercase;
fll float:left;
flr float:right;
fsn font-style:normal;
fsi font-style:italic;
fwn font-weight:normal;
fwb font-weight:bold;
it padding-left:2em; text-indent:-2em;
it1 padding-left:1em; text-indent:-1em;
it32 padding-left:3em; text-indent:-2em;
vbm vertical-align:bottom;
vbs vertical-align:baseline;
vmi vertical-align:middle;
vtb vertical-align:text-bottom;
vtp vertical-align:top;
vtt vertical-align:text-top;

Example[ویرایش]

{{ts|ar|ba|font-variant:small-caps}} produces style="text-align:right; border:1px solid black; font-variant:small-caps;"