Template:Ink: Difference between revisions

From Inkipedia, the Splatoon wiki
m (→‎Usage: Tan -> white (fix))
No edit summary
Line 20: Line 20:
| "neon orange" = #ff9600
| "neon orange" = #ff9600
| "dark fuchsia" = #b21ca1
| "dark fuchsia" = #b21ca1
| "tan" = #f7e0ac
| "white" = #ece8e5
| "white" = #ece8e5
| default clear; border: 1px solid #000000; width: {{#expr: {{{2|24}}} - 2}}px; height: {{#expr: {{{2|24}}} - 2}}px
| default clear; border: 1px solid #000000; width: {{#expr: {{{2|24}}} - 2}}px; height: {{#expr: {{{2|24}}} - 2}}px
Line 50: Line 51:
:*{{Ink|neon orange|16}} neon orange
:*{{Ink|neon orange|16}} neon orange
:*{{Ink|dark fuchsia|16}} dark fuchsia
:*{{Ink|dark fuchsia|16}} dark fuchsia
:*{{Ink|tan|16}} tan
:*{{Ink|white|16}} white
:*{{Ink|white|16}} white
*''size'' - If present, the number of pixels for the dimensions of the box. Do not append "px" to the number.
*''size'' - If present, the number of pixels for the dimensions of the box. Do not append "px" to the number.

Revision as of 14:28, 19 July 2015

Creates a box of color according to the available colors of ink in the game.

Usage:

{{Ink|color}}
{{Ink|color|size}}
  • color - The name of the ink color to use. Must be one of the following:
  • size - If present, the number of pixels for the dimensions of the box. Do not append "px" to the number.

Examples

Color only

Markup:

{{Ink|blue}}

Output:

Color and size

Markup:

 {{Ink|orange|48}}

Output:

Invalid color

Markup:

{{Ink|scarlet}}

Output: