Template:FishImage: Difference between revisions
Template page
More actions
m single word edit i swear im moving on now |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly | <includeonly>{{#if: {{{type|}}}|[[Category:Images of {{ucfirst:{{lc:{{{type}}}}}}} fish]]}}<!-- | ||
-->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} fish]]}}<!-- | -->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} fish]]}}<!-- | ||
-->{{#if: {{{time|}}}|[[Category:Images of {{ucfirst:{{lc:{{{time}}}}}}}-time fish]]}}<!-- | |||
-->{{#if: {{{island|}}}|[[Category:Images of {{{island}}} fish]]}}</includeonly><noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"type": { | |||
"description": "The type of the fish", | |||
"type": "string", | |||
"required": true, | |||
"label": "Type", | |||
"suggestedvalues": [ | |||
"Normal", | |||
"Elusive" | |||
] | |||
}, | |||
"rarity": { | "rarity": { | ||
"description": "The rarity of the fish", | "description": "The rarity of the fish", | ||
Line 29: | Line 30: | ||
"Mythic" | "Mythic" | ||
] | ] | ||
}, | }, | ||
"island": { | "island": { | ||
Line 52: | Line 48: | ||
] | ] | ||
}, | }, | ||
" | "time": { | ||
"description": "The time that the fish is available", | |||
"description": " | |||
"type": "string", | "type": "string", | ||
"required": true, | |||
"required": true | |||
"label": "Type", | "label": "Type", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Day", | ||
" | "Night" | ||
] | ] | ||
} | } | ||
Line 74: | Line 61: | ||
"description": "This template is intended for use in adding categories to a fish's file page.", | "description": "This template is intended for use in adding categories to a fish's file page.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"type", | "type", | ||
"rarity", | "rarity", | ||
" | "island", | ||
"time" | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 07:58, 8 December 2024
This template is intended for use in adding categories to a fish's file page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | type | The type of the fish
| String | required |
Rarity | rarity | The rarity of the fish
| String | required |
Island | island | The island collection the fish belongs to
| String | required |
Type | time | The time that the fish is available
| String | required |