Template:Infobox tree/doc

From Ring of Brodgar
< Template:Infobox tree
Revision as of 18:27, 4 December 2018 by MvGulik (talk | contribs) ("location" to "terrain" parameter changing note.)
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.
- (location): biome's (?:''Native only or also plantable by user'')
-- Note: "''location''" parameter name is going to be changed to "''terrain''" (''"terrain" already active. Use only one, not both'')
- bark......: number of xxx (resource, int), resource name/pagelink.
- branch....: number of xxx (resource, int)
- 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.
- seed/fruit: mixed input, number of xxx (resource, int), resource name/pagelink.
-- issue: seed and fruit are not always the same thing. (split/full)
- bough.....: mixed input, number of xxx (resource, int), resource name/pagelink. (split/rec)
- other.: ... (other resources)

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
- location..: none
- bark......: none
- branch....: none
- log.......: none
- block.....: none
- board.....: none
- seed......: none
- bough.....: none
- other.....: none

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

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)