Difference between revisions of "Template:Ai"
Jump to navigation
Jump to search
(→Tree items) |
|||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | + | <code><ai></code> - stands for "align items". Used for horizontaly align items. Usages examples: aligning items used in the header or footer of a page. | |
− | = | + | = One item = |
− | <nowiki><code>{{ | + | == Align left == |
− | {{ | + | <code><nowiki>{{ai|1|l|Content}}</nowiki></code> |
− | = | + | <div style="background: #f3efef; max-width: 200px">{{ai|1|l|content}}</div> |
− | < | + | == Align center == |
− | {{ | + | <code><nowiki>{{ai|1|c|Content}}</nowiki></code> |
− | = | + | <div style="background: #f3efef; max-width: 200px">{{ai|1|c|content}}</div> |
− | < | + | == Align right == |
− | {{ | + | <code><nowiki>{{ai|1|r|Content}}</nowiki></code> |
− | = | + | <div style="background: #f3efef; max-width: 200px">{{ai|1|r|content}}</div> |
− | < | + | = Two items = |
− | {{ | + | <code><nowiki>{{ai|2|first|second}}</nowiki></code> |
− | = | + | <div style="background: #f3efef; max-width: 200px">{{ai|2|first|second}}</div> |
− | < | + | = Tree items = |
− | {{ | + | <code><nowiki>{{ai|3|first|second|third}}</nowiki></code> |
+ | <div style="background: #f3efef; max-width: 200px">{{ai|3|first|second|third}}</div> | ||
+ | == Other cases == | ||
+ | <code><nowiki>{{ai|3|Watchtower|{{ta|r|23}}}}</nowiki></code> | ||
+ | <div style="background: #f3efef; max-width: 200px">{{ai|3||Watchtower|{{ta|r|23}}}}</div> | ||
</noinclude> | </noinclude> | ||
− | + | <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> | |
− | <includeonly>{{#ifeq: {{{1}}} | |
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