Template:Infobox bundle: Difference between revisions
Jump to navigation
Jump to search
Cameron446: (talk | contribs) No edit summary Tag: Manual revert |
Cameron446: (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
{{#if:{{{image|}}}|{{!}}- | {{#if:{{{image|}}}|{{!}}- | ||
{{!}} valign="top" colspan="2" align="center" {{!}} [[File:{{{image}}}|frameless|thumb|centre]] }} | {{!}} valign="top" colspan="2" align="center" {{!}} [[File:{{{image}}}|frameless|thumb|centre]] }} | ||
|- | |||
{{#if:{{{campaign|}}}|{{!}}- | |||
{{!}} align="left" valign="top" {{!}} '''Campaign:''' {{!}}{{!}} align="left" {{!}} {{{campaign}}} }} | |||
|- | |- | ||
{{#if:{{{theme|}}}|{{!}}- | {{#if:{{{theme|}}}|{{!}}- | ||
Line 59: | Line 62: | ||
"extra_release_date": { | "extra_release_date": { | ||
"description": "Re-release date", | "description": "Re-release date", | ||
"type": "string" | |||
}, | |||
"campaign": { | |||
"description": "Campaign that the bundle is from", | |||
"type": "string" | "type": "string" | ||
} | } |
Revision as of 22:35, 16 November 2024
Documentation
When to use
Use at the top of wiki pages about a furniture bundle. It is important that you check that the infobox is working after placing on a page.
Parameters
- name = Bundle Name
- image = Picture of bundle
- campaign = Campaign or campaigns bundle was part of
- theme = Furni lines
- items = Number of items in the bundle (including exclusive items)
- exclusives = Exclusive items included in the bundle
- price = Price of the bundle
- release_date = Original release date (in format 01 January 2021)
- extra_release_date = Re release dates (in format 01 January 2021)
Village Fair Bundle | |
---|---|
![]() | |
Campaign: | Habbo Palooza |
Theme: | Habbo Palooza |
Total items: | 123 |
Exclusive items: | Merchandise Stall x3 |
Release price: | 199 Credits |
Release Dates | |
Release date: | 03 July 2017 |
Re-release date(s): | 08 February 2019 |
Example
{{Infobox_bundle | name = Village Fair Bundle | image = Village Fair Bundle.png | campaign = [[ Habbo Palooza]] | theme = [[Habbo Palooza]] | items = 123 | exclusives = Merchandise Stall x3 | price = 199 Credits | release_date = 03 July 2017 | extra_release_date = 08 February 2019 }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Page name | Page name | required |
image | image | Image header | File | optional |
theme | theme | Furni lines | String | optional |
items | items | Number of items in the bundle (including exclusive items) | String | optional |
exclusives | exclusives | Exclusive items included in the bundle | String | optional |
price | price | Price of the bundle | String | optional |
release_date | release_date | Release date | String | optional |
extra_release_date | extra_release_date | Re-release date | String | optional |
campaign | campaign | Campaign that the bundle is from | String | optional |