359
edits
(Created page with "==Template Usage== The template is fairly simple to use, you just have to make sure that the variables are CASE-SENSITIVE; otherwise you will end up with a broken template....") |
m |
||
Line 1: | Line 1: | ||
=Template Usage= | |||
The template is fairly simple to use, you just have to make sure that the variables are CASE-SENSITIVE; otherwise you will end up with a broken template. | The template is fairly simple to use, you just have to make sure that the variables are CASE-SENSITIVE; otherwise you will end up with a broken template. | ||
This template is only used to checklist the characters you do have in the game, unlike any other PAD/Gacha styled games, this can be a collect-a-thon. | |||
==To call the template== | |||
<nowiki> | <nowiki> | ||
{{UserCharacterChecklist | {{UserCharacterChecklist | ||
Line 10: | Line 11: | ||
</nowiki> | </nowiki> | ||
==The defined attributes== | |||
All attributes has to start with "c", any attribute that does not start with "c" will be ignored based on the args loop. | |||
<nowiki> | <nowiki> | ||
|c<character name>=<do have>/<don't have> | |c<character name>=<do have>/<don't have> | ||
Line 27: | Line 30: | ||
</nowiki> | </nowiki> | ||
==Setting up the group colors== | |||
<nowiki> | <nowiki> | ||
{{UserCharacterChecklist | {{UserCharacterChecklist | ||
Line 34: | Line 37: | ||
</nowiki> | </nowiki> | ||
This will set any future character | This will set any future character the set group color. To set a new color for other characters, it has to be placed before the characters are defined. | ||
<nowiki> | |||
eg. | |||
|cGroupColorWater=blue | |||
|cSomeCharacter=345 | |||
|cGroupColorWhatever=... | |||
</nowiki> |
edits