Template:Emperor Sidebar: Difference between revisions
Jump to navigation
Jump to search
m Updating sidebar template |
m Updating sidebar template |
||
| Line 9: | Line 9: | ||
{{#if:{{{group1|}}}| | {{#if:{{{group1|}}}| | ||
<tr> | <tr> | ||
<th class="navbox-group">{{{group1}}}</th> | <th style="text-align:center;" class="navbox-group">{{{group1}}}</th> | ||
</tr> | </tr> | ||
}}<tr><td class="navbox-list"> | }}<tr><td class="navbox-list"> | ||
| Line 15: | Line 15: | ||
</td> | </td> | ||
</tr> | </tr> | ||
{{#if:{{{group2 | {{#if:{{{group2|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:center;" class="navbox-group">{{{group2}}}</th> | |||
</tr> | |||
}}<tr><td class="navbox-list"> | |||
}}<td class="navbox-list"> | |||
{{{list2}}} | {{{list2}}} | ||
</td> | </td> | ||
</tr> | </tr> | ||
{{#if:{{{group3|}}}| | |||
<tr> | <tr> | ||
<th style="text-align:center;" class="navbox-group">{{{group3}}}</th> | |||
<th class="navbox-group">{{{group3}}}</th> | </tr> | ||
}}<td class="navbox-list"> | }}<tr><td class="navbox-list"> | ||
{{{list3}}} | {{{list3}}} | ||
</td> | </td> | ||
</tr> | </tr> | ||
Revision as of 08:09, 11 January 2021
Documentation [edit]
This template is used to display a small infobox linking to an Emperor's page and their official announcements. It should be placed after any other infoboxes on the page.
Parameters
- first unnamed parameter - the name of the player.
- game1 through game5 - the games in which the person was Emperor. These can be abbreviations. They will be displayed in the order they are given.
Example
{{Emperor Sidebar|Lord of Darkness|game1=CN|game2=NS}}
The above documentation is transcluded from Template:Emperor Sidebar/doc.