Template:Challenge: Difference between revisions

From Inkipedia, the Splatoon wiki
mNo edit summary
mNo edit summary
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{Figure|}}} |{{#ifeq: "{{{Figure}}}" | "Boy" |[[File:Amiibo {{{Figure}}}.png|15px|link=]]}} {{#ifeq: "{{{Figure}}}" | "Girl" |[[File:Amiibo {{{Figure}}}.png|22px|link=]]}} {{#ifeq: "{{{Figure}}}" | "Squid" |[[File:Amiibo {{{Figure}}}.png|20px|link=]]}}}} {{#ifeq: "{{{Figure}}}" | "Girl" |[[File:Hero Charger Icon.png|35px|link=]]}} {{#ifeq: "{{{Figure}}}" | "Boy" |[[File:Hero Roller Icon.png|30px|link=]]}} {{#ifeq: "{{{Figure}}}" | "Squid" |{{#ifeq: "{{{SquidChallenge}}}" | "Kraken" |[[File:Weapon Special Kraken.png|25px|link=]] [[File:Challenge Time Icon.png|25px|link=]]}} {{#ifeq: "{{{SquidChallenge}}}" | "LimitedInk" |[[File:Empty tank.png|25px|link=]]}}}} [[File:Arrow@2x.png|30px|link=]] {{#ifeq: "{{{RewardType}}}" | "Cash" |{{Cost|{{{Reward}}}|24px}}}} {{#ifeq: "{{{RewardType}}}" | "Headgear" |[[File:Gear Headgear {{{Reward}}}.png|36px|link={{{Reward}}}]] {{{Reward}}}}} {{#ifeq: "{{{RewardType}}}" | "Clothing" |[[File:Gear Clothing {{{Reward}}}.png|36px|link={{{Reward}}}]] {{{Reward}}}}} {{#ifeq: "{{{RewardType}}}" | "Shoes" |[[File:Gear Shoes {{{Reward}}}.png|36px|link={{{Reward}}}]] {{{Reward}}}}} {{#ifeq: "{{{RewardType}}}" | "Mini-game" |[[File:{{{Reward}}} Icon.jpg|35px|link=Arcade_Machine#Modes]] {{{Reward}}}}} {{#ifeq: "{{{RewardType}}}" | "Blueprint" |[[File:Sunkenscrollt.png|38px|link={{{Reward}}}]] {{{Reward}}}}}</includeonly>
<includeonly>{{#switch: "{{{Figure|}}}"
|"Boy"
|"Girl"
|"Squid"={{amiibo|Inkling {{{Figure}}}|icononly}}{{amiibo|Inkling {{{Figure}}} (recolor)|icononly}}{{amiibo|Inkling {{{Figure}}} 2|icononly}}
|#default=[[File:S Brand amiibo.png|24px|link=]]
}}{{#switch: "{{{Figure|}}}"
|"Boy"={{Weapon|S|Main|Hero Roller Replica|icononly}}
|"Girl"={{Weapon|S|Main|Hero Charger Replica|icononly}}
|"Squid"={{#switch: "{{{SquidChallenge|}}}"
|"Kraken"={{Weapon|S|Special|Kraken|icononly}}[[File:Challenge Time Icon.png|24px|link=]]
|"LimitedInk"=[[File:Empty ink tank.png|24px|link=]]
|#default=}}
|#default=}} [[File:Results Arrow.png|24px|link=]] {{#switch: "{{{RewardType|}}}"
|"Cash"={{Cost|S|{{{Reward}}}}}
|"Headgear"
|"Clothing"
|"Shoes"={{Gear|S|{{{RewardType}}}|{{{Reward}}}|36|icononly}}
|"Mini-game"=[[File:S Icon {{{Reward}}}.png|36px|link=Arcade machine#{{{Reward}}}]]
|"Blueprint"=[[File:S Icon Sunken Scroll.png|36px|link={{{Reward}}}]]{{Weapon|S|Main|{{{Reward}}}|36|icononly}}
|#default=}}</includeonly>
<noinclude>
<noinclude>
==Usage==
==Usage==
This template is for use on the [[Octo Valley (mode)|Octo Valley]] mission pages. Here's a (hopefully) not-so-confusing explanation:
This template is for use on the [[Octo Valley (mode)|Octo Valley]] mission pages. Here's a (hopefully) not-so-confusing explanation:
 
{| class="wikitable sitecolor-s"
Figure=Girl OR Squid OR Boy
|- style="vertical-align: top;"
:If Squid: SquidChallenge=Kraken OR LimitedInk
|<code>Figure</code>
 
| colspan="2" |One of the following:
RewardType=Cash OR Headgear OR Clothing OR Shoes OR Mini-game OR Blueprint
*Girl
 
*Squid
Reward=[cash amount '''(for Cash)'''] or [gear name '''(for Headgear/Clothing/Shoes)'''] or [mini-game name '''(for Mini-game)'''] [weapon name '''(for Blueprint)''']
*Boy
|- style="vertical-align: top;"
|<code>SquidChallenge</code>
| colspan="2" |Required if <code>Figure=Squid</code>. One of the following:
*Kraken
*LimitedInk
|- style="vertical-align: top;"
|<code>RewardType</code>
| colspan="2" |One of the following:
*Cash
*Headgear
*Clothing
*Shoes
*Mini-game
*Blueprint
|- style="vertical-align: top;"
| rowspan="7" |<code>Reward</code>
|Value of <code>RewardType</code>
|Usage of <code>Reward</code>
|- style="vertical-align: top;"
|<code>Cash</code>
|cash amount
|- style="vertical-align: top;"
|<code>Headgear</code>
| rowspan="3" |gear name
|- style="vertical-align: top;"
|<code>Clothing</code>
|- style="vertical-align: top;"
|<code>Shoes</code>
|- style="vertical-align: top;"
|<code>Mini-game</code>
|mini-game name
|- style="vertical-align: top;"
|<code>Blueprint</code>
|weapon name
|}
==Examples==
==Examples==
<nowiki>{{Challenge|Figure=Squid|SquidChallenge=LimitedInk|RewardType=Cash|Reward=900}}</nowiki> {{Challenge|Figure=Squid|SquidChallenge=LimitedInk|RewardType=Cash|Reward=900}}
<pre>{{Challenge|Figure=Squid|SquidChallenge=LimitedInk|RewardType=Cash|Reward=900}}</pre> {{Challenge|Figure=Squid|SquidChallenge=LimitedInk|RewardType=Cash|Reward=900}}
<nowiki>{{Challenge|Figure=Boy|RewardType=Headgear|Reward=Samurai Helmet}}</nowiki> {{Challenge|Figure=Boy|RewardType=Headgear|Reward=Samurai Helmet}}
<pre>{{Challenge|Figure=Boy|RewardType=Headgear|Reward=Samurai Helmet}}</pre> {{Challenge|Figure=Boy|RewardType=Headgear|Reward=Samurai Helmet}}
<nowiki>{{Challenge|Figure=Girl|RewardType=Clothing|Reward=School Uniform}}</nowiki> {{Challenge|Figure=Girl|RewardType=Clothing|Reward=School Uniform}}
<pre>{{Challenge|Figure=Girl|RewardType=Clothing|Reward=School Uniform}}</pre> {{Challenge|Figure=Girl|RewardType=Clothing|Reward=School Uniform}}
<nowiki>{{Challenge|Figure=Squid|SquidChallenge=Kraken|RewardType=Shoes|Reward=Power Boots}}</nowiki> {{Challenge|Figure=Squid|SquidChallenge=Kraken|RewardType=Shoes|Reward=Power Boots}}
<pre>{{Challenge|Figure=Squid|SquidChallenge=Kraken|RewardType=Shoes|Reward=Power Boots}}</pre> {{Challenge|Figure=Squid|SquidChallenge=Kraken|RewardType=Shoes|Reward=Power Boots}}
<nowiki>{{Challenge|Figure=Boy|RewardType=Mini-game|Reward=Squid Racer}}</nowiki> {{Challenge|Figure=Boy|RewardType=Mini-game|Reward=Squid Racer}}
<pre>{{Challenge|Figure=Boy|RewardType=Mini-game|Reward=Squid Racer}}</pre> {{Challenge|Figure=Boy|RewardType=Mini-game|Reward=Squid Racer}}
<nowiki>{{Challenge|Figure=Girl|RewardType=Blueprint|Reward=Hero Charger Replica}}</nowiki> {{Challenge|Figure=Girl|RewardType=Blueprint|Reward=Hero Charger Replica}}</noinclude>
<pre>{{Challenge|Figure=Girl|RewardType=Blueprint|Reward=Hero Charger Replica}}</pre> {{Challenge|Figure=Girl|RewardType=Blueprint|Reward=Hero Charger Replica}}</noinclude>

Latest revision as of 04:54, 27 March 2024


Usage

This template is for use on the Octo Valley mission pages. Here's a (hopefully) not-so-confusing explanation:

Figure One of the following:
  • Girl
  • Squid
  • Boy
SquidChallenge Required if Figure=Squid. One of the following:
  • Kraken
  • LimitedInk
RewardType One of the following:
  • Cash
  • Headgear
  • Clothing
  • Shoes
  • Mini-game
  • Blueprint
Reward Value of RewardType Usage of Reward
Cash cash amount
Headgear gear name
Clothing
Shoes
Mini-game mini-game name
Blueprint weapon name

Examples

{{Challenge|Figure=Squid|SquidChallenge=LimitedInk|RewardType=Cash|Reward=900}}

Inkling SquidInkling Squid (recolor)Inkling Squid 2Empty ink tank.png Results Arrow.png Cash 900

{{Challenge|Figure=Boy|RewardType=Headgear|Reward=Samurai Helmet}}

Inkling BoyInkling Boy (recolor)Inkling Boy 2S Weapon Main Hero Roller Replica.png Results Arrow.png Samurai Helmet

{{Challenge|Figure=Girl|RewardType=Clothing|Reward=School Uniform}}

Inkling GirlInkling Girl (recolor)Inkling Girl 2S Weapon Main Hero Charger Replica.png Results Arrow.png School Uniform

{{Challenge|Figure=Squid|SquidChallenge=Kraken|RewardType=Shoes|Reward=Power Boots}}

Inkling SquidInkling Squid (recolor)Inkling Squid 2S Weapon Special Kraken.pngChallenge Time Icon.png Results Arrow.png Power Boots

{{Challenge|Figure=Boy|RewardType=Mini-game|Reward=Squid Racer}}

Inkling BoyInkling Boy (recolor)Inkling Boy 2S Weapon Main Hero Roller Replica.png Results Arrow.png S Icon Squid Racer.png

{{Challenge|Figure=Girl|RewardType=Blueprint|Reward=Hero Charger Replica}}

Inkling GirlInkling Girl (recolor)Inkling Girl 2S Weapon Main Hero Charger Replica.png Results Arrow.png S Icon Sunken Scroll.pngS Weapon Main Hero Charger Replica.png