Template:Seed table bullet list

From Little-Known Galaxy Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:Seed_table_bullet_list/doc.

This template queries the seeds cargo table. This will only display the name of items from the result, in a bulleted list.

Syntax

{{Seed table bullet list
|attribute = The name of the attribute to query (column of the table).
|value of the attribute for this query
|notAttribute = The name of the attribute we are wanting to exclude results from.  (optional)
|notLike = The value of the not like attribute for this query. (optional)
}}

Attributes available for the seeds table:

  • Name
  • Planet
  • Growth
  • Max Harvest
  • Crop Yield
  • Regrowth
  • Tree Seed (1 for yes, 0 for no)

Examples

Attribute

{{Seed table bullet list|attribute=tree seed|1}}

Not Like

{{Seed table bullet list|attribute=planet|Blue Reef|notAttribute=name|notLike=%mixed%}}