Difference between revisions of "Template:PersonalColorList/doc"
From SpiralKnights
m |
m |
||
Line 11: | Line 11: | ||
'''<nowiki>{{Table/end}}</nowiki>''' - ends the template | '''<nowiki>{{Table/end}}</nowiki>''' - ends the template | ||
+ | |||
+ | ===Optional=== | ||
+ | '''<nowiki><br/></nowiki>''' puts in line breaks without breaking template or page. | ||
+ | |||
+ | The description for all Personal Colors is the same, so we've built it into the template. | ||
==Usage== | ==Usage== |
Revision as of 06:47, 29 November 2014
Contents
Parameters
Required
{{PersonalColorList/start}}
- starts the template
- "name"
- The name of JUST the color - we don't have "personal color" after each one, although we see that in-game, here we've got it before the color instead, cause that's better for the wiki and easier on users' eyes. Probably. Or I just didn't notice and don't feel like it needs to be fixed. Shhhh.
- "acquisition"
- where to get the usable and for how much.
{{Table/end}} - ends the template
Optional
<br/> puts in line breaks without breaking template or page.
The description for all Personal Colors is the same, so we've built it into the template.
Usage
To organize Personal Colors.
- Example
{{PersonalColorList/start}}
{{PersonalColorList
|name = Magenta
|acquisition = [[Vatel]] - 50,000 crowns
}}
{{Table/end}}
- Produces
Template:PersonalColorList/start
|- valign="middle"
|style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" valign="middle" | Magenta|style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" align="center" valign="middle" |
|style="background: #c7dbea; padding: 3px 3px 3px 3px; border-radius: 5px;" | Vatel - 50,000 crowns
|}