پرش به محتوا

الگو:متن عمودی چپ‌چین

از ویکی‌پدیا، دانشنامهٔ آزاد
متن
عمودی
Usage
<div style="{{vertical text}}">متن<br>عمودی</div>
(produces the above)

There's an unnamed parameter for passing extra style definitions. For customizing the display property (defaults to inline-block), use the {{{display}}} parameter. For example:

<div style="{{vertical text|display=block|color:red}}">vertical<br>text</div>