Template:ColLeft
Jump to navigation
Jump to search
Purpose
ColLeft and ColRight are templates used to vertically align content side-by-side, such as tables and bullet point lists. This is used with {{End}}
to close the code.
Usage
{{ColLeft}}
is used to align the following content to the left. {{ColRight}}
will align the next content to the right. The code must then be closed by appending {{End}}
at the very end.
Code
{{ColLeft}} Content 1 {{ColRight}} Content 2 {{End}}
Examples
Bullet point lists
{{ColLeft}} * Bulleted list item * Bulleted list item * Bulleted list item {{ColRight}} * Bulleted list item * Bulleted list item * Bulleted list item {{End}}
|
|
Table with header templates
{{ColLeft}} {{Items/Header}} {{Items|name=[[Antidote]]|no=2|found=Given by the man at the entrance.}} |} {{ColRight}} {{Items/Header}} {{Items|name=[[Life Stone]]|found=Chest in southeast corner.}} |} {{End}}
|
|