Prototype/TipsAndTricksItemCategory: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "{{Prototype parent}} A Prototype/TipsAndTricksItem category. {{Prototype TOC|tips-and-tricks-item-category}} == Mandatory properties == {{Prototype property|type|Type...")
 
(purpose)
Line 1: Line 1:
{{Prototype parent}}
{{Prototype parent}}
A [[Prototype/TipsAndTricksItem]] category.
A [[Prototype/TipsAndTricksItem]] category, used for sorting of tips and tricks entries: Tips and trick entries are sorted first by category and then by their order within that category.


{{Prototype TOC|tips-and-tricks-item-category}}
{{Prototype TOC|tips-and-tricks-item-category}}
Line 12: Line 12:


{{Prototype property|order|[[Types/Order|Order]]}}
{{Prototype property|order|[[Types/Order|Order]]}}
Tips and trick categories are sorted by <code>order</code>, and then the tips and tips entries are sorted by their own order within those categories.

Revision as of 15:56, 2 December 2020

Prototype definitions » Prototype/TipsAndTricksItemCategory


A Prototype/TipsAndTricksItem category, used for sorting of tips and tricks entries: Tips and trick entries are sorted first by category and then by their order within that category.


Prototype/TipsAndTricksItemCategory — tips-and-tricks-item-category
name::string
order::Order
type::string

Mandatory properties

type

Type: string
Must be "tips-and-tricks-item-category".

name

Type: string

order

Type: Order
Tips and trick categories are sorted by order, and then the tips and tips entries are sorted by their own order within those categories.