Difference between revisions of "User:Becasita/SubPages/Templates/Card/FLStatus"

From Yugipedia
< User:Becasita‎ | SubPages‎ | Templates‎ | Card
Jump to: navigation, search
(Making the green a bit darker. "Legal" as a status. Correcting var names (to be in congruence). Added more specificity when pointing errors.)
(Let's try this. Forget the colors for now.)
Line 9: Line 9:
 
-->{{ #vardefine: $status-TCG-Trad
 
-->{{ #vardefine: $status-TCG-Trad
 
       | {{ lc: {{ #if: {{{TRAD|}}}
 
       | {{ lc: {{ #if: {{{TRAD|}}}
          | {{{TRAD|}}}{{ #vardefine: $flag-Trad | trad }}
+
                  | {{{TRAD|}}}{{ #vardefine: $flag-Trad | trad }}
          | {{ #replace: {{ #var: $status-TCG-Adv }} | forbidden | limited }}
+
                  | {{ #replace: {{ #var: $status-TCG-Adv }} | forbidden | limited }}
               }} }}
+
               }}
 +
        }}
 
   }}<!--
 
   }}<!--
  
Line 45: Line 46:
 
       | {{ #if: {{ #var: @var-name-error }}
 
       | {{ #if: {{ #var: @var-name-error }}
 
           | <span class="error">Error: Invalid input for «{{ #var: $var-name }}»!</span>
 
           | <span class="error">Error: Invalid input for «{{ #var: $var-name }}»!</span>
           | {{ #var: @var-name-format }}
+
           | {{ #if: {{ #var: @var-name-link }}
 +
                | [[{{ #var: @var-name-format }}]]
 +
                | {{ #var: @var-name-format }}
 +
            }}
 
         }}
 
         }}
 
   }}
 
   }}
Line 51: Line 55:
  
 
Table:
 
Table:
--><table style="text-align:center; width:250px">
+
--><table class="" style="text-align:center; width:100%">
 
   <tr>
 
   <tr>
     <th scope="col" colspan="3"> [[Status]]es </th>
+
     <th scope="row" rowspan="4"> [[Status]]es: </th>
  </tr>
 
  <tr>
 
    <th scope="col" colspan="1"> ''[[Yu-Gi-Oh! Official Card Game|OCG]]'' </th>
 
    <th scope="col" colspan="1"> ''[[Yu-Gi-Oh! Trading Card Game|TCG]]'' [[Advanced Format|Advanced]] </th>
 
    <th scope="col" colspan="1"> ''[[Yu-Gi-Oh! Trading Card Game|TCG]]'' [[Traditional Format|Traditional]]  </th>
 
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 +
    <th scope="row" rowspan="4" style="text-align: right"> ''[[Yu-Gi-Oh! Official Card Game|OCG]]'': </th>
 
     <td style="color:{{ #var: $status-OCG-color }}"> {{ #var: $status-OCG-print }} </td>
 
     <td style="color:{{ #var: $status-OCG-color }}"> {{ #var: $status-OCG-print }} </td>
 +
 +
    <th scope="row" rowspan="4" style="text-align: right"> ''[[Yu-Gi-Oh! Trading Card Game|TCG]]'' [[Advanced Format|Advanced]]: </th>
 
     <td style="color:{{ #var: $status-TCG-Adv-color }}"> {{ #var: $status-TCG-Adv-print }} </td>
 
     <td style="color:{{ #var: $status-TCG-Adv-color }}"> {{ #var: $status-TCG-Adv-print }} </td>
 +
 +
    <th scope="row" rowspan="4" style="text-align:right"> ''[[Yu-Gi-Oh! Trading Card Game|TCG]]'' [[Traditional Format|Traditional]]:  </th>
 
     <td style="color:{{ #var: $status-TCG-Trad-color }}"> {{ #var: $status-TCG-Trad-print }} </td>
 
     <td style="color:{{ #var: $status-TCG-Trad-color }}"> {{ #var: $status-TCG-Trad-print }} </td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 00:55, 15 December 2016