Template:AnimeMarble: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>| {{{index|}}} || {{{date|}}} || {{{for|}}} || {{{anime|}}} || {{#switch {{{reason|}}} | <noinclude> | ||
{{#cargo_declare: | |||
_table = anime_marbles | |||
}} || {{{notes}}} || {{{reference}}} | |index = Integer(unique;mandatory) | ||
|date = Date | |||
|for = String | |||
|anime = String | |||
|reason = String(mandatory,allowed values=Gift,Purchase) | |||
|notes = Wikitext | |||
|reference = Wikitext string | |||
}} | |||
</noinclude><includeonly> | |||
{{#cargo_store: | |||
_table = anime_marbles | |||
|index = {{{index}}} | |||
|date = {{{date|}}} | |||
|for = {{{for|}}} | |||
|anime = {{{anime|}}} | |||
|reason = {{{reason|}}} | |||
|notes = {{{notes|}}} | |||
|reference = {{{reference|}}} | |||
}}| {{{index|}}} || {{{date|}}} || {{{for|}}} || {{{anime|}}} || {{#switch {{{reason|}}} | |||
|Gift = style="background-color: #FBDF6B;" | Gifted | |||
|Purchase = style="background-color: #7BCF5C;" | Purchased | |||
}} || {{{notes}}} || {{{reference}}} | |||
|-</includeonly><noinclude> | |-</includeonly><noinclude> | ||
<noinclude> | <noinclude> |
Revision as of 16:13, 23 January 2025
{{#cargo_declare: _table = anime_marbles |index = Integer(unique;mandatory) |date = Date |for = String |anime = String |reason = String(mandatory,allowed values=Gift,Purchase) |notes = Wikitext |reference = Wikitext string }}
Represents a marble in The Anime Marble Race.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Marble Index | index | The number of this marble. | Number | required |
Date | date | The date this marble was added.
| Date | suggested |
Marble Owner | for | Who's name the marble is under. | String | suggested |
Anime Name | anime | The name of the anime (or gimmick) the marble is for. | String | required |
Reason | reason | The reason this marble was awarded, this can either be a gift or a purchase with monocoins.
| String | required |
Notes | notes | A description of why the marble was awarded and any additional context for it. | Unbalanced wikitext | optional |
Reference | reference | A citation on why the marble was awarded, usually the stream moment it was redeemed or gifted. | Unbalanced wikitext | suggested |