Difference between revisions of "Template:Ai"
Jump to navigation
Jump to search
(→Tree items) |
|||
Line 15: | Line 15: | ||
<div style="background: #f3efef; max-width: 200px">{{ai|2|first|second}}</div> | <div style="background: #f3efef; max-width: 200px">{{ai|2|first|second}}</div> | ||
= Tree items = | = Tree items = | ||
− | <code><nowiki>{{ai| | + | <code><nowiki>{{ai|3|first|second|third}}</nowiki></code> |
<div style="background: #f3efef; max-width: 200px">{{ai|3|first|second|third}}</div> | <div style="background: #f3efef; max-width: 200px">{{ai|3|first|second|third}}</div> | ||
Revision as of 14:19, 13 June 2020
<ai>
- stands for "align items". Used for horizontaly align items. Usages examples: aligning items used in the header or footer of a page.
One item
Align left
{{ai|1|l|Content}}
content
Align center
{{ai|1|c|Content}}
content
Align right
{{ai|1|r|Content}}
content
Two items
{{ai|2|first|second}}
first
second
Tree items
{{ai|3|first|second|third}}
first
second
third