Template:Infobox tree/doc: Difference between revisions

From Ring of Brodgar
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
;Data dump
;Data dump
<pre>
<pre>
Infobox stuff:
General infobox stuff:
- name......: alternative infobox-title (defaults to page-name)
- name......: alternative infobox-title (defaults to page-name)
- image.....: alternative infobox-image (defaults to (hafen-)page-name.png)
- image.....: alternative infobox-image (defaults to page-name.png)
- imagewidth: adjust image display size. (defaults to image-size, capped at 320)
- imagewidth: adjust image display size. (defaults to image-size, capped at 320)
- caption...: infobox-image caption text.
- caption...: infobox-image caption text.


:Game-object stuff:
:Game-object notes:
- objectsreq: needed stuff.
- objectsreq: general objects back-link relations.
- (terrain): biome's (?:''Native only or also plantable by user'')
- (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)
- 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.
- seed/fruit: mixed input, number of xxx (resource, int), resource name/pagelink.
-- issue: seed and fruit are not always the same thing. (split/full)
-- issue: seed and fruit are not always the same thing. (split/full)
- other.: ... (other resources)
- 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.
-- 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)
- board.....: number of xxx (resource, int), data pair: bone-saw/metal-saw. (split/rec)
Line 41: Line 37:
- totherqt.....: property:totherqt (num/int)
- totherqt.....: property:totherqt (num/int)
- log.......: property:log (num/int)
- log.......: property:log (num/int)
(log data)
- block1.....: property:blockperlog (num/int)
- block1.....: property:blockperlog (num/int)
- block2.....: property:blockperlog_m (num/int)
- block2.....: property:blockperlog_m (num/int)
Line 47: Line 44:


Usage:
Usage:
- objectsreq: (44/250), prop:requires(single)
- objectsreq: (--/---), property:requires(single)
- location: (46/95), PageLink(list), ePageLink
- location: (--/--), PageLink(list), ePageLink
- branch: 46, int, N/A
-- see related property pages
- 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.
 


</pre>
</pre>

Revision as of 14:22, 27 March 2020

Data dump
General infobox stuff:
- name......: alternative infobox-title (defaults to page-name)
- image.....: alternative infobox-image (defaults to page-name.png)
- imagewidth: adjust image display size. (defaults to image-size, capped at 320)
- caption...: infobox-image caption text.

:Game-object notes:
- objectsreq: general objects back-link relations.
- (terrain): biome's (?:''Native only or also plantable by user'')
- 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)
-- 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:branchpertree (num/int)
- bark......: property:barkpertree (num/int)
- bough.....: property:boughpertree (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)
(log data)
- block1.....: property:blockperlog (num/int)
- block2.....: property:blockperlog_m (num/int)
- board1.....: property:boardperlog (num/int)
- board2.....: property:boardperlog_m (num/int)

Usage:
- objectsreq: (--/---), property:requires(single)
- location: (--/--), PageLink(list), ePageLink
-- see related property pages