Difference between revisions of "Template:Chat example"
From Worms Knowledge Base
Explorer09 (Talk | contribs) ('Colour references' section) |
Explorer09 (Talk | contribs) (→Colour references: update) |
||
Line 76: | Line 76: | ||
! Item !! Colour in Frontend !! Colour in Game | ! Item !! Colour in Frontend !! Colour in Game | ||
|- | |- | ||
− | | Team red || {{bg-grad/colour|FF7F7F}} || {{bg-grad/colour|FC8080}} | + | | Team red || {{bg-grad/colour|FF7F7F}}<ref name="lobby">These colour apply to multiplayer lobby screens (offline or online) only. In option screens, they are: {{bg-grad/colour|FF8080}}, {{bg-grad/colour|9E9EFF}}, and {{bg-grad/colour|FF80FF}} respectively.</ref> || {{bg-grad/colour|FC8080}} |
|- | |- | ||
− | | Team blue || {{bg-grad/colour|9D9FFF}} || {{bg-grad/colour|9C9DFE}} | + | | Team blue || {{bg-grad/colour|9D9FFF}}<ref name="lobby"/> || {{bg-grad/colour|9C9DFE}} |
|- | |- | ||
| Team green || {{bg-grad/colour|80FF80}} || {{bg-grad/colour|7EFE7E}} | | Team green || {{bg-grad/colour|80FF80}} || {{bg-grad/colour|7EFE7E}} | ||
Line 84: | Line 84: | ||
| Team yellow || {{bg-grad/colour|FFFF80}} || {{bg-grad/colour|FCFE80}} | | Team yellow || {{bg-grad/colour|FFFF80}} || {{bg-grad/colour|FCFE80}} | ||
|- | |- | ||
− | | Team magenta || {{bg-grad/colour|FF82FF}} || {{bg-grad/colour|FC80FC}} | + | | Team magenta || {{bg-grad/colour|FF82FF}}<ref name="lobby"/> || {{bg-grad/colour|FC80FC}} |
|- | |- | ||
| Team cyan || {{bg-grad/colour|80FFFF}} || {{bg-grad/colour|80FEFC}} | | Team cyan || {{bg-grad/colour|80FFFF}} || {{bg-grad/colour|80FEFC}} | ||
Line 115: | Line 115: | ||
|} | |} | ||
− | These values are gathered from screenshots. | + | These values are gathered from screenshots of W:A v3.6.29.0 . |
==Notes== | ==Notes== | ||
<references/> | <references/> |
Revision as of 13:54, 4 August 2010
This template is for List of chat commands, but can be used in other places as well.
Parameters
Example: {{{c}}}
{{{t1}}}
{{{f1}}}({{{f1e}}})
{{{f2}}}({{{f2e}}})
{{{f3}}}({{{f3e}}})
{{{f4}}}({{{f4e}}})
{{{t2}}}
{{{g1}}}
({{{g1e}}})
{{{g2}}}
({{{g2e}}})
{{{g3}}}
({{{g3e}}})
{{{g4}}}
({{{g4e}}})
- c: code that you type. (If this parameter is left empty, the word 'Example:' and {{{t1}}} will be hidden.)
- fn and fne: (f1, f1e, f2, f2e, etc.) what you get in the chat box in the frontend. (The box will be hidden if {{{f1}}} is empty.)
- gn and gne: (g1, g1e, g2, g2e, etc.) what you get in the in-game chat box. (The box will be hidden if {{{g1}}} is empty.)
- t1: text between the code (
{{{c}}}
) and the first chat box. - t2: text between the two chat boxes.
- fnc and gnc: text color of the corresponding fields (fn or gn).
Sub-templates
- Template:Chat example/frontend - for the chat box in the frontend.
- Template:Chat example/game - for the chat box in game.
Colour references
Due to palettising, some colours in the frontend are slightly different from those in game. Here is the comparison.
Item | Colour in Frontend | Colour in Game |
---|---|---|
Team red | #FF7F7F[1] | #FC8080 |
Team blue | #9D9FFF[1] | #9C9DFE |
Team green | #80FF80 | #7EFE7E |
Team yellow | #FFFF80 | #FCFE80 |
Team magenta | #FF82FF[1] | #FC80FC |
Team cyan | #80FFFF | #80FEFC |
White | #FFFFFF | #FCFEFC |
Gray | #808080 | #9C9D9C |
Item | Colour in Frontend | Colour in Game |
---|---|---|
Team red | #FF8080 | #FE7F7E |
Team blue | #0096FF | #0095FC[2] |
Team green | #00D000 | #00D000 |
Team yellow | #FFFF40 | #FCFE40 |
Team magenta | #E800E8 | #E600E8 |
Team cyan | #50FFFF | #4EFFFC |
White | #FFFFFF | #FCFEFC |
Gray | #808080 | #9C9D9C |
These values are gathered from screenshots of W:A v3.6.29.0 .