3,860
edits
(Updated the code.) |
(Updated the template.) |
||
| Line 1: | Line 1: | ||
{{#switch: {{lc:{{{2|center}}}}} | {{#switch: {{lc:{{{2|center}}}}} | ||
|left = <div style=" | |left = <div style="text-align: left;">{{{1}}}</div> | ||
|right = <div style=" | |right = <div style="text-align: right;">{{{1}}}</div> | ||
|center = | |center = <div style="text-align: center;">{{{1}}}</div> | ||
|#default = <span class="error">Error in {{tl|align}}: the alignment value "<span style="font-size: large; font-family: monospace; color: dimgray;">{{{2}}}</span>" is invalid.</span> | |#default = <span class="error">Error in {{tl|align}}: the alignment value "<span style="font-size: large; font-family: monospace; color: dimgray;">{{{2}}}</span>" is invalid.</span> | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
edits