User:UnderSampled/GardenFork: Difference between revisions
miraheze>UnderSampled Small fixes. Split composting out to separate action. |
miraheze>UnderSampled Clean up plant feature format and examples |
||
| Line 26: | Line 26: | ||
Additionally, each unique feature identifier will contain positional information, starting with the unique identifier of each of its parent features beginning with Nesting Level 1 and proceeding to the feature's Nesting Level. | Additionally, each unique feature identifier will contain positional information, starting with the unique identifier of each of its parent features beginning with Nesting Level 1 and proceeding to the feature's Nesting Level. | ||
As a result, any unique feature can be referred to using the following format | As a result, any unique feature can be referred to using the following format: | ||
{Object Type}@{Parent Identifiers}-{Unique Identifier} | |||
Example references to features may look like: | Example references to features may look like: | ||
* leaf@7c: A leaf with Nesting Level 1, which is the 3rd feature at position 7cm. | |||
leaf@7c | * branch@13c-4d: A branch with Nesting Level 2, which is the 4th feature at position 4cm growing from parent feature branch@13c. | ||
* flower@17e-3b-6: A flower with Nesting Level 3, which is the only feature at position 6cm growing from parent feature branch@3b, which in turn is growing from parent feature branch@17e. | |||
A leaf with Nesting Level 1, which is the 3rd feature at position 7cm. | |||
branch@13c-4d | |||
A branch with Nesting Level 2, which is the 4th feature at position 4cm growing from parent feature branch@13c. | |||
flower@17e-3b-6 | |||
A flower with Nesting Level 3, which is the only feature at position 6cm growing from parent feature branch@3b, which in turn is growing from parent feature branch@17e. | |||
=== Features === | === Features === | ||