Diferencia entre revisiones de «Plantilla:OctoExpansionStation»

De Inkipedia
(H and G are also pretty dark, make the text on them white by default)
m (More white text for contrast)
Línea 1: Línea 1:
<includeonly><span style="background-color:rgb({{OctoExpansionLineColor|{{{1}}}}}); border-radius:5px; display:inline-block; padding: 0px 5px 0px 5px;{{#switch:{{{1}}}|F|G|H= color:#FFFFFF;}} {{{style|}}}">'''{{{1}}}{{{2}}}'''</span></includeonly><noinclude>
<includeonly><span style="background-color:rgb({{OctoExpansionLineColor|{{{1}}}}}); border-radius:5px; display:inline-block; padding: 0px 5px 0px 5px;{{#switch:{{{1}}}|E|F|G|H|Escape= color:#FFFFFF;}} {{{style|}}}">'''{{{1}}}{{{2}}}'''</span></includeonly><noinclude>
==Usage==
==Usage==
{{t|OctoExpansionStation|line|number|style=CSS}}
{{t|OctoExpansionStation|line|number|style=CSS}}

Revisión del 16:39 16 abr 2021

Usage

{{OctoExpansionStation|<line>|<number>}}

line Required, unnamed The line letter. Can be A, B, C, D, E, F, G, H, I or J
number Required, unnamed The station number, in two digits
style Optional, named Additional CSS style to apply to the station number text. Should not be enclosed in quotation marks

Markup

* {{OctoExpansionStation|A|00}}
* {{OctoExpansionStation|F|05}}
* {{OctoExpansionStation|D|03|style=font-size:24pt}}
* {{OctoExpansionStation|E|11|style=color:#00CC00}}

Output

  • A00
  • F05
  • D03
  • E11