Difference between revisions of "Template:Ai"
Jump to navigation
Jump to search
(→Tree items) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
<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> | ||
== Other cases == | == Other cases == | ||
− | <code><nowiki>{{ai|3|| | + | <code><nowiki>{{ai|3|Watchtower|{{ta|r|23}}}}</nowiki></code> |
− | <div style="background: #f3efef; max-width: 200px">{{ai|3||Watchtower|23}}</div> | + | <div style="background: #f3efef; max-width: 200px">{{ai|3||Watchtower|{{ta|r|23}}}}</div> |
</noinclude> | </noinclude> | ||
− | <includeonly>{{#ifeq: {{{1}}} |1| {{#ifeq: {{{2}}} |l| <div | + | <includeonly>{{#ifeq: {{{1}}} |1| {{#ifeq: {{{2}}} |l| <div>{{{3}}}</div> }}{{#ifeq: {{{2}}} |c| <div style="text-align:center;">{{{3}}}</div> }} {{#ifeq: {{{2}}} |r| <div style="text-align:right;">{{{3}}}</div> }} }} {{#ifeq: {{{1}}} |2| <div style="display:flex"><div style="flex:1">{{{2}}}</div><div style="flex:1;text-align:right">{{{3}}}</div></div> }} {{#ifeq: {{{1}}} |3| <div style="display:flex;justify-content:space-between;"><div style="flex:1">{{{2}}}</div><div style="flex:2;text-align:center;">{{{3}}}</div><div style="flex:1;text-align:right">{{{4}}}</div></div> }}</includeonly> |
Latest revision as of 05:55, 6 October 2020
<ai>
- stands for "align items". Used for horizontaly align items. Usages examples: aligning items used in the header or footer of a page.
Contents
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
Other cases
{{ai|3|Watchtower|{{ta|r|23}}}}
Watchtower
23