Template:Infobox bundle: Difference between revisions

From Habbox Wiki
Jump to navigation Jump to search
Laura (talk | contribs)
mNo edit summary
Laura (talk | contribs)
m changed css classes
Line 1: Line 1:
<includeonly>{| class="infobox"
<includeonly>{| class="infobox"
! colspan="2" class="infobox-header" style="background-color:#00bae8" | '''{{{name}}}'''
! colspan="2" class="ib-header ib-room" style="background-color:#00bae8" | '''{{{name}}}'''
|-
|-
{{#if:{{{image|}}}|{{!}}-
{{#if:{{{image|}}}|{{!}}-
Line 17: Line 17:
{{!}} align="left" valign="top" {{!}} '''Price''' {{!}}{{!}} align="left" {{!}} {{{price}}} }}
{{!}} align="left" valign="top" {{!}} '''Price''' {{!}}{{!}} align="left" {{!}} {{{price}}} }}
|-
|-
! colspan="2" class="infobox-header" style="background-color:#158ead" | '''Release Dates'''
! colspan="2" class="ib-header ib-room" style="background-color:#158ead" | '''Release Dates'''


|-
|-

Revision as of 13:37, 11 April 2021

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
thumb
Theme Habbo Palooza
Number of items 123
Exclusive Items Merchandise Stall x3
Price 199 Credits
Release Dates
Original 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
}}