Template:Item/Sandbox: Difference between revisions
(Switch function to prevent missing categories appearing on anything but articles.) |
(Whoops rarity cats slipped past me) |
||
| Line 55: | Line 55: | ||
| colspan="2" style="text-align: center;font-weight:bold; background:white; border-radius:2em;padding-left: 5px;"| {{#switch: {{{rarity}}} | | colspan="2" style="text-align: center;font-weight:bold; background:white; border-radius:2em;padding-left: 5px;"| {{#switch: {{{rarity}}} | ||
|0=0[[Category:Rarity 0]] | |0=0[[Category:Rarity 0]] | ||
|1=[[File:Pb wiki rarity - 1 star.png|x30px]][[Category:Rarity 1]] | |1=[[File:Pb wiki rarity - 1 star.png|x30px]]{{#switch:{{NAMESPACE}}|{{ns:0}}=[[Category:Rarity 1]]|#default=}} | ||
|2|3|4|5|6=[[File:Pb wiki rarity - {{{rarity}}} stars.png|x30px]][[Category:Rarity {{{rarity}}}]] | |2|3|4|5|6=[[File:Pb wiki rarity - {{{rarity}}} stars.png|x30px]]{{#switch:{{NAMESPACE}}|{{ns:0}}=[[Category:Rarity {{{rarity}}}]]|#default=}} | ||
|#default={{#switch:{{NAMESPACE}}|{{ns:0}}=[[Category:Missing Rarity]]|#default=}} | |#default={{#switch:{{NAMESPACE}}|{{ns:0}}=[[Category:Missing Rarity]]|#default=}} | ||
}} | }} | ||
Revision as of 03:01, 21 April 2026
Syntax
{{Item/Sandbox
|name=
|img=
|capt1=
|smallimg=
|capt2=
|description=
|type=
|gets=
|price=
|curr=
|sell=
|flavor=
|nature=
|position=
|taxonomy=
|stam=
|rarity=
|debut=
Examples
| Item/Sandbox | |||
|---|---|---|---|
| Missing Caption | |||
| Missing Description | |||
| Type | Missing Type | ||
| Obtainment Method | Missing Obtainment | ||
| Cost | N/A | ||
| Sell Price | 0 | ||
{{Item/Sandbox}}
| Northern Lunasagi | |||
|---|---|---|---|
| |||
| The Lunasagi | |||
| Hello world. | |||
| Type | |||
| Obtainment Method | Errands | ||
| Cost | |||
| Sell Price | 1000 | ||
| Flavor | |||
| Nature | |||
| Position | Back Legs | ||
| Taxonomy Class | Mammalian | ||
| Stamina | +20 | ||
| Rarity | |||
| Debut Date | Date Here | ||
{{Item/Sandbox
|name=Northern Lunasagi
|img=Lunasagi.png
|capt1=The Lunasagi
|smallimg=
|capt2=
|description=Hello world.
|type=Fauna
|gets=[[Errands]]
|price=
|curr=
|sell=1000
|flavor={{f|Savory}}
|nature={{f|Nervous}}
|position=Back Legs
|taxonomy=Mammalian
|stam=20
|rarity=6
|debut=Date Here
}}
Template Parameters
Infobox template for item pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Name of the item, defaults to page name.
| Unknown | required |
| img | img | Full resolution image of item.
| Unknown | required |
| capt1 | capt1 | Caption for large image.
| Unknown | required |
| smallimg | smallimg | no description | Unknown | optional |
| capt2 | capt2 | no description | Unknown | optional |
| description | description | The item's description/flavor text as seen in the database. | Unknown | required |
| type | type | Item category, associated icon and link are added automatically.
| Unknown | required |
| gets | gets | How the item is obtained. Obtainment methods should be linked, if there are multiple obtainment sources separate them with commas and order alphabetically. | Unknown | required |
| price | price | The Copper/Silver/USD price of the item if found in NPC shops or premium bundles. Default is "N/A" if left empty.
| Number | required |
| curr | curr | Adds {{c}} or {{s}} to the end of Price. Case sensitive.
| Unknown | suggested |
| sell | sell | Sell price of the item, defaults to 0.
| Number | required |
| flavor | flavor | Flavor of the item, if applicable. Wrap template {{f}} around each flavor.
| Unknown | suggested |
| nature | nature | Nature of the item, if applicable. Wrap template {{f}} around each nature.
| Unknown | suggested |
| position | position | For accessory items, the position of the accessory as seen in the Wardrobe. Adds associated category automatically.
| Unknown | suggested |
| taxonomy | taxonomy | For fauna items, the general taxonomy class as seen in the database. Adds associated category automatically.
| Unknown | optional |
| stam | stam | If a food item, the amount of replenished stamina upon use in Errands. As seen in the database. | Unknown | suggested |
| rarity | rarity | Star rarity of the item. Rarity 1 and above have associated star icons. Each rarity applies a category. | Unknown | suggested |
| debut | debut | When the item was released. | Unknown | suggested |

