Template:FishImage: Difference between revisions
Template page
More actions
Created page with "<includeonly> {{#if: {{{animated|}}}|Category:Animated images}}<!-- -->{{#if: {{{creature|}}}|[[Category:Images of {{#switch: {{ucfirst:{{lc:{{{creature}}}}} |fish = Fish |crab = Crabs}}]]}}<!-- -->{{#if: {{{island|}}}|[[Category:Images of {{{island}}} Island Fish]]}}<!-- -->{{#if: {{{type|}}}|[[Category:Images of {{ucfirst:{{lc:{{{type}}}}}}} Fish]]}}<!-- -->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} Fish]]}}<!-- -->{{#if: {{{rari..." |
changed my mind |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if: {{{type|}}}|[[Category:Images of {{ucfirst:{{lc:{{{type}}}}}}} fish]]}}<!-- | ||
{{#if: {{{ | -->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} fish]]}}<!-- | ||
-->{{#if: {{{island|}}}|[[Category:Images of {{{island}}} fish]]}}<!-- | |||
-->{{#if: {{{time|}}}|[[Category:Images of {{ucfirst:{{lc:{{{time}}}}}}}-time fish]]}}</includeonly><noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"type": { | "type": { | ||
"description": "The type of fish", | "description": "The type of the fish", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
Line 40: | Line 30: | ||
"Mythic" | "Mythic" | ||
] | ] | ||
}, | }, | ||
"island": { | "island": { | ||
"label": "Island", | "label": "Island", | ||
"description": "The island collection the fish belongs to", | "description": "The island (or grotto) collection the fish belongs to", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"suggestedvalues": [ | |||
"Verdant Woods", | |||
"Floral Forest", | |||
"Dark Grove", | |||
"Sunken Swamp", | |||
"Tropical Overgrowth", | |||
"Coral Shores", | |||
"Twisted Swamp", | |||
"Mirrored Oasis", | |||
"Ancient Sands", | |||
"Blazing Canyon", | |||
"Ashen Wastes", | |||
"Volcanic Springs" | |||
] | |||
}, | }, | ||
"time": { | "time": { | ||
"description": "The time that the fish is available", | |||
"description": " | |||
"type": "string", | "type": "string", | ||
"required": true, | |||
"label": "Type", | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Day", | "Day", | ||
"Night", | "Night", | ||
"Always" | "Always" | ||
] | ] | ||
} | } | ||
}, | }, | ||
"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> |
Latest revision as of 11:16, 19 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 (or grotto) collection the fish belongs to
| String | required |
Type | time | The time that the fish is available
| String | required |