Template:Plushie: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 15: Line 15:
### Cargo Store
### Cargo Store


-->{{#cargo_store:_table=Plushie
-->{{#ifeq:{{NAMESPACENUMBER}} | 0 | {{#cargo_store:_table=Plushie
|name={{{name|{{PAGENAME}}}}}
|name={{{name|{{PAGENAME}}}}}
|rarity={{{rarity|}}}
|rarity={{{rarity|}}}
Line 21: Line 21:
|description={{{description|}}}
|description={{{description|}}}
|source={{{source|}}}
|source={{{source|}}}
|plushieFamily={{{plushieFamily|}}}
|plushieSeries={{#if:{{{plushieSeries|}}} | {{{plushieSeries|}}} | {{{plushieFamily|}}} }}
|plushieRank={{{plushieRank|0}}}
|plushieRank={{{plushieRank|0}}}
}}
}}<!--
}}<!--


Line 38: Line 39:
}}
}}


{{PAGENAME}} is a [[Plushies|Plushie]] item {{#if:{{{exclusiveCharacter|}}} | that is exclusive to {{{exclusiveCharacter|}}} }} that can be obtained in {{Gamename}}.
{{PAGENAME}} is a [[Plushies|Plushie]] item {{#if:{{{exclusiveCharacter|}}} | that is exclusive to {{{exclusiveCharacter|}}} }} that can be obtained in ''{{Gamename}}''.


==Gallery==
==Gallery==
<!--
<!--
-->{{#vardefine:frontImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} front.png}}<!--
-->{{#vardefine:frontImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} front.png}}<!--
-->{{#vardefine:backImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} back.png}}<!--
-->{{#vardefine:backImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} back.png}}<!--
-->{{#vardefine:leftImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} left.png}}<!--
-->{{#vardefine:leftImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} left.png}}<!--
-->{{#vardefine:rightImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} right.png}}<!--
-->{{#vardefine:rightImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} right.png}}<!--
-->{{#vardefine:topImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} right.png}}<!--
-->{{#vardefine:topImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} top.png}}<!--
-->{{#vardefine:bottomImage|{{#invoke:String|replace|{{{name|{{PAGENAME}}}}}|:|}} right.png}}<!--
-->{{#vardefine:bottomImage|{{#invoke:String|replace|{{PAGENAME}}|:|}} bottom.png}}<!--
--><div class="flex-container">
--><div class="flex-container">
<div>[[File:{{#var:frontImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Front View]]</div>
<div>[[File:{{#var:frontImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Front View]]</div>
Line 53: Line 54:
<div>[[File:{{#var:leftImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Left View]]</div>
<div>[[File:{{#var:leftImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Left View]]</div>
<div>[[File:{{#var:rightImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Right View]]</div>
<div>[[File:{{#var:rightImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Right View]]</div>
<div>[[File:{{#var:topImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Right View]]</div>
<div>[[File:{{#var:topImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Top View]]</div>
<div>[[File:{{#var:bottomImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Right View]]</div>
<div>[[File:{{#var:bottomImage}}|300px|center|frame|{{{name|{{PAGENAME}}}}} - Bottom View]]</div>
</div>
</div>


[[Category:Plushies]][[Category:{{{plushieFamily|}}} Plushies]]</includeonly>
[[Category:Plushies]][[Category:{{#if:{{{plushieSeries|}}} | {{{plushieSeries|}}} | {{{plushieFamily|}}} }} Plushies]]</includeonly>

Latest revision as of 21:27, 4 April 2024

Documentation

Description[edit source]

Template to make plushie pages.

Usage[edit source]

{{Plushie
|name=
|rarity=
|exclusiveCharacter=
|description=
|source=
|plushieSeries= <!-- Let this be the name of the first plushie in the line (e.g. Chubby Pig would be the plushie family name of all the Pig plushies that come after Chubby Pig). Some older plushie pages may have "plushieFamily" instead (Change to use plushieSeries) -->
|plushieRank= <!-- Just the order the plushie unlocks in its family. (e.g. Dark Fleecy unlocks after Fleecy, so is Plushie Rank 2) -->
}}

This template defines the table "Plushie". View table.