Template:Infobox tree/doc

From Ring of Brodgar
Jump to navigation Jump to search
Data dump
Infobox stuff:
- name......: alternative infobox-title (defaults to page-name)
- image.....: alternative infobox-image (defaults to (hafen-)page-name.png)
- imagewidth: adjust image display size. (defaults to image-size, capped at 320)
- caption...: infobox-image caption text.

:Game-object stuff:
- objectsreq: needed stuff.
- (terrain): biome's (?:''Native only or also plantable by user'')
- branch....: number of xxx (resource, int)
- bark......: number of xxx (resource, int), resource name/pagelink.
- bough.....: mixed input, number of xxx (resource, int), resource name/pagelink. (split/rec)
- seed/fruit: mixed input, number of xxx (resource, int), resource name/pagelink.
-- issue: seed and fruit are not always the same thing. (split/full)
- other.: ... (other resources)
- log.......: number of xxx (resource, int)
- block.....: number of xxx (resource, int), data pair: stone-axe/metal-axe. (split/rec)
-- note: although closely tree-type related, its more a log-resource than a direct tree resource.
- board.....: number of xxx (resource, int), data pair: bone-saw/metal-saw. (split/rec)
-- note: although closely tree-type related, its more a log-resource than a direct tree resource.

Data called:
- specific: (used in conjunction with requires)
- requires: ...

Auto settings:
- Category: Trees
- Property: object_type=tree (old experimental stuff)

Stored Object data: (none: used on page only)
- objectsreq: none
- terrain...: none
- branch....: property:branch (num/int)
- bark......: property:bark (num/int)
- bough.....: property:bough (num/int)
- tfruit......:  property:tfruit (text/string)
- tfruitqt......:  property:tfruitqt (num/int)
- tother.....: property:tother (text/string)
- totherqt.....: property:totherqt (num/int)
- log.......: property:log (num/int)
- block1.....: property:block1 (num/int)
- block2.....: property:block2 (num/int)
- board1.....: property:board1 (num/int)
- board2.....: property:board2 (num/int)

Usage:
- objectsreq: (44/250), prop:requires(single)
- location: (46/95), PageLink(list), ePageLink
- branch: 46, int, N/A
- bark..: 46, int, PageLink xN, N/A
- bough.: 46, int, PageLink, N/A, None 
- seed..: 46, int, PageLink
- other.: 46, int, PageLink, N/A, None
- log...: 46. int
- block.: 46, int/int, (n/n) 
- board.: 46, int/int, (n/n)

Related properties:
- Bark: Not used. Probable target: Barks per tree-type, Type: Number.
-- ... Not sure yet about using SMW Record-type, general-usage & -usability.
-- Other potential similar resource number-data targets: Branches, Bough, Logs, Blocks [Stone/Metal], Boards [Bone/Metal].
--- Note: Has name component: Bark, Bough (, Seed, other).
- Grown from: Old/Experimental, only used at Chestnut Tree‎ page.
- Requires: General(all required stuff), not useful for pulling/#asking specific type data.
- (Terrain): Not used by trees, but it could.

Tree Record options: (explore first, limit/optimize later)
- Minimal approach: only store data needed to render some general subject table.
-- Check some other wiki's on how they do stuff.
- Excluded: objectsreq, separately processed/stored.
- Maybe: block, board. (...)
- Maybe: locations. (...)
- Resource names: Separate? ie: tree-resource-count field names record (per tree).
-- Would remove the need to include them in the tree-resource-count record.
-- Not sure about 'other' field in that case.
--- Would potentially double up on needed property definitions.
---- Needs good property naming to bypass potential name collisions.
Rec_name:
- Tree name (tree page name)
Fields:
- Branch(count): Number(Int)
- Bark(count)..: Number(Int)
-- Bark(name)..: Text (or page)
- Bough(count).: Number(Int)
-- Bough(name).: Text (or page)
- Log(count)...: Number(Int)
- Fruit(count).: Number(Int)
-- Fruit(name).: Text (or page)
- Seed(count)..: none or default/fixed to 1
-- Seed(name)..: Text (or page)
...
- Block_1/S(count): Number(Int)
- Block_2/M(count): Number(Int)
- Board_1/B(count): Number(Int)
- Board_2/M(count): Number(Int)
...
- other: 46, int, PageLink, N/A, None
...
Implied States(number elements):
- Known: Zero or Positive.
-- Positive: Available.
-- Zero: None or N/A.
- Negative(-1): Unknown.


Collected
--.MvGulik. 23:02, 2 September 2018 (EDT)