More actions
m Added distinction between Initial Release Date, and Last Update to match official Patch Notes documentation |
Work on colors, remove or use design-token, to make the template readable in light mode |
||
| Line 1: | Line 1: | ||
<div class=" | <div class="mw-collapsible mw-collapsed" id="{{{expansion_name|}}}" style="padding-left: 0.5em; padding-right: 0.5em; width: 600px; background-color: var(--background-color-warning-subtle);"> | ||
[[File:EVE online logo.png|60px|link=]] < | [[File:EVE online logo.png|60px|link=]] <span style="font-size: larger;"> ''' {{#if: {{{UniWiki|}}} | ||
| {{#ifeq: {{lc: {{{UniWiki}}} }} | | {{#ifeq: {{lc: {{{UniWiki}}} }} | ||
| yes | | yes | ||
| Line 7: | Line 7: | ||
}} | }} | ||
| {{{expansion_name}}} | | {{{expansion_name}}} | ||
}} ''' </ | }} '''</span><br> | ||
'''Initial Release Date:''' {{{release_date}}}<br> | '''Initial Release Date:''' {{{release_date}}}<br> | ||
'''Last Update:''' {{{last_update}}}<br> | '''Last Update:''' {{{last_update}}}<br> | ||
| Line 14: | Line 14: | ||
''(Expand to see features)'' | ''(Expand to see features)'' | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
<pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; border:none; | <pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; border: none;"> | ||
{{#if: {{{splash_screen|}}} | [[File:{{{splash_screen}}}|256px]]<br> }} | {{#if: {{{splash_screen|}}} | ||
{{{features_list}}} | | [[File:{{{splash_screen}}}|256px]]<br> }}{{{features_list}}} | ||
</pre> | </pre> | ||
</div> | </div> | ||