Template:Infobox bush/doc

From Ring of Brodgar
Jump to navigation Jump to search
(name)
Wiki-gears.png
(caption)

"{{{ptext1}}}"

Size 1 x 1
Skills(s) Required None
Produced By Herbalist Table Or Hand
Grown From (seeds)
Can be Lifted yes
Products
Fruit (fruitname)
Fruit Qty (fruitcount)
Other (otherproduct)
Other Qty (othercount)
Branches (branches)
Blocks (blocks)
Back to Bushes

"{{{ptext2}}}"


"{{{ptext3}}}"

Basic infobox parameters.
Should only be used when needed.
  • name: Alternitive infobox title. (Defaults to related pagename)
  • image: Alternitive infobox image. (Defaults to related page image file, if available)
  • imagewidth: Size to be used for infobox image. (Generally not needed. Capped by "maxsize")
  • caption: Additional image caption text, placed below image.


Resource Pagina parts.
  • ptext1: In-game/paginae text (type1). (if any)
  • ptext2: In-game/paginae text (type2). (if any)
  • ptext3: In-game/paginae text (type3). (if any)


Object/Bush general data.
  • seeds: Grown From. (Defaults to "unknown") (multiple, comma separated, item list supported)


Object/Bush resource data 1 (none destructive)
  • fruitname: Name of seed item given by bush. (single item-name only)
  • fruitcount: Seeds amount. (resource regeneration)
  • otherproduct: Secondary product item name. (single item-name only)
  • othercount: Secondary product amount. (resource regeneration)


Object/Bush resource data 2 (consuming object/bush)
  • branches: Amount of branches when chopping bush, if any.
  • blocks: Amount of blocks when chopping bush, if any.


Other automated stuff.
  • Size: 1 (xsize, ysize, vsize) (See about ditching, makes no real sense for bush and tree objects)
  • Skills(s) Required: None.
  • Produced By: Herbalist Table Or Hand.
  • Can be Lifted: Yes.
  • Categories: Structures, Liftable Structures, Bush.
  • Properties: object_type = bush.
  • Property: producedby_raw (adjusted 'Produced By' string).


Bush infobox example code. 
{{infobox bush
|
| name       = (name)
| image      = (image)
| imagewidth = (imagewidth)
| caption    = (caption)
|
| ptext1 = (paginae text - type1)
| ptext2 = (paginae text - type2)
| ptext3 = (paginae text - type3)
|
| seeds   = (seeds)
|
| fruitname    = (fruitname)
| fruitcount   = (fruitcount)
| otherproduct = (otherproduct)
| othercount   = (othercount)
|
| blocks   = (blocks)
| branches = (branches)
}}
-- Infobox call.

-- Basic infobox parameters. Should only be used when needed.
.  Deleted those that are not used,
.  Or delete the whole section if none are used.
.

-- In-game/paginae text (type1). (If any)
.
.

-- General object/bush-data

-- Object/bush-resource data 1 (none destructive)
.
.
.

-- Object/bush resource data 2 (consumes object/bush)
.  Blocks & Branches are (not yet) mutually exclusive.
   Set the one not applicable to "n", when known.