Template:Arrow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
| blue        = <span style="color:{{#if:{{{1|}}}|{{{1}}}|blue}}">
| blue        = <span style="color:{{#if:{{{1|}}}|{{{1}}}|blue}}">
| green      = <span style="color:{{#if:{{{1|}}}|{{{1}}}|green}}">
| green      = <span style="color:{{#if:{{{1|}}}|{{{1}}}|green}}">
| yellow      = <span style="color:{{#if:{{{1|}}}|{{{1}}}|yellow}}">
| #default    = <span style="color:{{#if:{{{1|}}}|{{{1}}}|white}}">
| #default    = <span style="color:{{#if:{{{1|}}}|{{{1}}}|white}}">
}}
}}
Line 81: Line 82:
type=24 - &#9653;
type=24 - &#9653;


colour=red/blue/green
colour=red/blue/green/yellow


Example: {{Arrow|type=2|colour=green}) <span style="color:{{#if:{{{1|}}}|{{{1}}}|green}}">&#9654;</span>
Example: {{Arrow|type=2|colour=green}) <span style="color:{{#if:{{{1|}}}|{{{1}}}|green}}">&#9654;</span>
</noinclude>
</noinclude>

Revision as of 07:29, 26 May 2020

Usage

type=1 - ←

type=2 - ▶

type=3 - <

type=4 - >

type=5 - →

type=6 - ▷

type=7 - ▸

type=8 - ▹

type=9 - ►

type=10 - ▻

type=11 - ▼

type=12 - ▽

type=13 - ▾

type=14 - ▿

type=15 - ◀

type=16 - ◁

type=17 - ◂

type=18 - ◃

type=19 - ◄

type=20 - ◅

type=21 - ▲

type=22 - △

type=23 - ▴

type=24 - ▵

colour=red/blue/green/yellow

Example: {{Arrow|type=2|colour=green})