Template:RegionalBosses: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><table style="background-color: {{#var:background}}; border: 3px solid {{#var:border}}; text-align: center; padding: 5px; color: {{#var:border}}; border-radius: 2..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><table style="background-color: {{#var:background}}; border: 3px solid {{#var:border}}; text-align: center; padding: 5px; color: {{#var:border}}; border-radius: 25px; width: | <includeonly>{{#if:{{{Region|}}}|{{#vardefine:cell|#{{{{PAGENAME}}_color_light}}}}{{#vardefine:background|#{{{{PAGENAME}}_color}}}}{{#vardefine:border|#{{{{PAGENAME}}_color_dark}}}}}}<table style="background-color: {{#var:background}}; border: 3px solid {{#var:border}}; text-align: center; padding: 5px; color: {{#var:border}}; border-radius: 25px; width: 67%;"> | ||
<tr><td colspan="5" style="background-color: {{#var:cell}}; border-radius: 25px | <tr><td colspan="5" style="background-color: {{#var:cell}}; border-radius: 25px; border: 1px solid {{#var:border}}; font-weight: bold;">{{PAGENAME}} bosses</td></tr>{{#vardefine:bosses|0}}{{#vardefine:placeholder|1}}<tr><th width="20%"></th><th width="20%"></th><th width="20%"></th><th width="20%"></th><th width="20%"></th></tr> | ||
<tr> | <tr> | ||
{{{Contents|}}} | {{{Contents|}}} | ||
</tr> | </tr> | ||
</table></includeonly> | </table></includeonly> | ||