Template:Infobox/Stage: Difference between revisions

From Inkipedia, the Splatoon wiki
m (removed access bar)
(store data to Cargo table for testing)
Line 10: Line 10:
|features  = {{{features|}}}
|features  = {{{features|}}}
|hazards    = {{#ifeq:{{{haswaterhazard}}}|true|[[Water]]{{#ifeq:{{{hasabysshazard}}}|true|, }}}}{{#ifeq:{{{hasabysshazard}}}|true|[[Out-of-bounds|Abyss]]}}
|hazards    = {{#ifeq:{{{haswaterhazard}}}|true|[[Water]]{{#ifeq:{{{hasabysshazard}}}|true|, }}}}{{#ifeq:{{{hasabysshazard}}}|true|[[Out-of-bounds|Abyss]]}}
}}</includeonly><noinclude>{{Infobox/StageDoc}}</noinclude>
}}{{#if:{{{skipcargo|}}}||{{#cargo_store:
_table = Stages_test
|game = {{{game|}}}
|name = {{{name|{{PAGENAME}}}}}
|mode = {{{mode|Battle}}}
|introduced = {{{introduced|}}}
|totalbp = {{{totalbp|}}}
|features = {{{features|}}}
|has_water_hazard = {{#ifeq:{{{haswaterhazard}}}|true|1|0}}
|has_abyss_hazard = {{#ifeq:{{{hasabysshazard}}}|true|1|0}}
|title = {{{title|}}}
}}}}</includeonly><noinclude>{{Infobox/StageDoc}}{{#cargo_attach:_table=Stages_test}}</noinclude>

Revision as of 08:01, 3 October 2023

Template:Infobox/StageDocThis template adds rows to the table "Stages_test", which is declared by the template Infobox/StageCargoTest. View table.