موضيل:Left/شرح

من ويكيپيديا
موضيل ؤلا شرح د لموضيل مامطرجمش. عافاك عاون ف طّرجامة ديالو.

تخدام[بدل لكود]

With no input arguments, this template saves typing the following text (in a table):

style="text-align:left"|

To use, type: {{left}} at the start of the table cell

With an input argument, this template saves typing

<div style="float:left;">...</div>

To use, type: {{left|content}} to left-align content

أمتيلا[بدل لكود]

Example 1[بدل لكود]

{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Left}} Left1 || Center1 || Center2 || {{Left}} Left2
|}

Header text
Left1 Center1 Center2 Left2

Example 2[بدل لكود]

{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Left|Left1}} || Center1 || Center2 || {{Left|Left2}}
|}

Header text
Left1
Center1 Center2
Left2

شوف تا[بدل لكود]

  • {{وسط}} and {{right}}, which use div tags instead of modifying cell properties.