Template:Release/Header: Difference between revisions
Template page
More actions
Created page with "<includeonly> {{#ifeq:{{lc:{{{Incomplete|}}}}}|yes| <tr> <th colspan="3" style="background:#cc0000;color:#fff;text-align:center;padding:5px;font-weight:bold;"> !! WARNING: THIS RELEASE IS INCOMPLETE !! </th> </tr> }} <tr> <th colspan="3" style="background:#ff6b35;color:#000;padding:4px 8px;"> <div style="display:flex;justify-content:space-between;align-items:center;"> <div> <span style="display:inline-flex;align-items:center;gap:6px;"> {{#if:{{{Country|}}}|{{Flag|{{{C..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#ifeq:{{lc:{{{Incomplete|}}}}}|yes|<tr><th colspan="3" style="background:#cc0000;color:#fff;text-align:center;padding:5px;font-weight:bold;border:1px solid #333;">!! WARNING: THIS RELEASE IS INCOMPLETE !!</th></tr>}}<tr><th colspan="3" style="background:#ff6b35;color:#000;padding:4px 8px;border:1px solid #333;"><div style="display:flex;justify-content:space-between;align-items:center;"><div><span style="display:inline-flex;align-items:center;gap:6px;">{{#if:{{{Country|}}}|{{Flag|{{{Country}}}}} '''{{CountryName|{{{Country}}}}}'''}}</span></div><div style="display:flex;gap:6px;">{{#ifeq:{{lc:{{{Web|}}}}}|yes|<span style="background:#000;color:#ff6b35;padding:2px 8px;border-radius:4px;font-size:70%;">WEBRIP</span>}}{{#ifeq:{{lc:{{{Perfect|}}}}}|yes|<span style="background:#fff;color:#000;padding:2px 8px;border-radius:4px;font-size:70%;font-weight:bold;">PERFECT</span>}}</div></div></th></tr></includeonly> | ||
{{#ifeq:{{lc:{{{Incomplete|}}}}}|yes| | |||
<tr> | |||
<th colspan="3" style="background:#cc0000;color:#fff;text-align:center;padding:5px;font-weight:bold;"> | |||
!! WARNING: THIS RELEASE IS INCOMPLETE !! | |||
</th> | |||
</tr> | |||
}} | |||
<tr> | |||
<th colspan="3" style="background:#ff6b35;color:#000;padding:4px 8px;"> | |||
<div style="display:flex;justify-content:space-between;align-items:center;"> | |||
<div> | |||
<span style="display:inline-flex;align-items:center;gap:6px;"> | |||
{{#if:{{{Country|}}}|{{Flag|{{{Country}}}}} '''{{CountryName|{{{Country}}}}}'''}} | |||
</span> | |||
</div> | |||
<div style="display:flex;gap:6px;"> | |||
{{#ifeq:{{lc:{{{Web|}}}}}|yes| | |||
<span style="background:#000;color:#ff6b35;padding:2px 8px;border-radius:4px;font-size:70%;">WEBRIP</span> | |||
}} | |||
{{#ifeq:{{lc:{{{Perfect|}}}}}|yes| | |||
<span style="background:#fff;color:#000;padding:2px 8px;border-radius:4px;font-size:70%;font-weight:bold;">PERFECT</span> | |||
}} | |||
</div> | |||
</div> | |||
</th> | |||
</tr> | |||
</includeonly> | |||