Template:Furniture infobox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
{{#if:{{{type|}}}|{{!}}- | {{#if:{{{type|}}}|{{!}}- | ||
! style="background:#ececec; text-align:left; padding:4px;" {{!}} Type | ! style="background:#ececec; text-align:left; padding:4px;" {{!}} Type | ||
{{!}} style="padding:4px;" {{!}} {{{type}}} | {{!}} style="padding:4px;" {{!}} [[{{{type}}}]] | ||
}} | }} | ||
|- | |- | ||
Line 36: | Line 36: | ||
|- | |- | ||
|} | |} | ||
[[{{PAGENAME}}]] is a {{{type|}}} [[Furniture]] available in the [[{{{room|}}}]] | [[{{PAGENAME}}]] is a [[{{{type|}}}]] [[Furniture]] available in the [[{{{room|}}} Furniture|{{{room|}}}]] in [[inZOI]]. | ||
<div style="display:none;"> | <div style="display:none;"> | ||
{{#set:Furniture={{{furniture|}}} }} | {{#set:Furniture={{{furniture|}}} }} | ||
Line 42: | Line 42: | ||
{{#set:Room={{{room|}}} }} | {{#set:Room={{{room|}}} }} | ||
{{#set:Type={{{type|}}} }} | {{#set:Type={{{type|}}} }} | ||
{{#set:Price={{{price|}}} }} | |||
{{#set:Description={{{description|}}} }} | {{#set:Description={{{description|}}} }} | ||
{{#set:Unlock={{{unlock|}}} }} | {{#set:Unlock={{{unlock|}}} }} | ||
{{#set:Release={{{release|}}} }} | {{#set:Release={{{release|}}} }} | ||
Line 50: | Line 50: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
This template creates an infobox for [[Furniture]] in | This template creates an infobox for [[Furniture]] in [[inZOI]] with Semantic MediaWiki annotations. Rows are only displayed if their corresponding parameters are filled. | ||
==Parameters== | ==Parameters== | ||
Line 57: | Line 57: | ||
* '''room''' - Room where the furniture can be placed (e.g., Living Room) | * '''room''' - Room where the furniture can be placed (e.g., Living Room) | ||
* '''type''' - Type of furniture (e.g., Chair, Table, Bed) | * '''type''' - Type of furniture (e.g., Chair, Table, Bed) | ||
* '''price''' - Cost in [[Meow]] to purchase | |||
* '''description''' - Brief description of the furniture | * '''description''' - Brief description of the furniture | ||
* '''unlock''' - How to unlock this furniture item | * '''unlock''' - How to unlock this furniture item | ||
* '''release''' - When this furniture was released | * '''release''' - When this furniture was released | ||
Line 69: | Line 69: | ||
| room = | | room = | ||
| type = | | type = | ||
| price = | |||
| description = | | description = | ||
| unlock = | | unlock = | ||
| release = | | release = | ||
Line 83: | Line 83: | ||
| room = Living Room | | room = Living Room | ||
| type = Chair | | type = Chair | ||
| price = 500 | |||
| description = A sleek, contemporary chair with minimalist design. | | description = A sleek, contemporary chair with minimalist design. | ||
| unlock = Reach Level 5 | | unlock = Reach Level 5 | ||
| release = Base Game | | release = Base Game | ||
Line 95: | Line 95: | ||
| room = Living Room | | room = Living Room | ||
| type = Chair | | type = Chair | ||
| price = 500 | |||
| description = A sleek, contemporary chair with minimalist design. | | description = A sleek, contemporary chair with minimalist design. | ||
| unlock = Reach Level 5 | | unlock = Reach Level 5 | ||
| release = Base Game | | release = Base Game | ||
}} | }} | ||
</noinclude> | </noinclude> |