Difference between revisions of "Category:Cargo management templates"
From Captain of Industry Wiki
(Init commit) |
m (Error fixing) |
||
Line 6: | Line 6: | ||
* '''declare''' template specifies table's structure. | * '''declare''' template specifies table's structure. | ||
* '''define''' template is an interface, used to add data row to the table. | * '''define''' template is an interface, used to add data row to the table. | ||
* '''fetch''' template is an interface, usually performing a querry to one | * '''fetch''' template is an interface, usually performing a querry to one or several tables, and then operating with a resulting list (usually using another template). | ||
[[Category:Templates]] | [[Category:Templates]] |
Latest revision as of 03:26, 6 July 2022
This category contains all templates, which are related to Cargo tables or Cargo extention in general.
Cargo extention is used to store raw data, exported from the game's source code. See more.
Usually, every Cargo table has several templates which are directly connected to it:
- declare template specifies table's structure.
- define template is an interface, used to add data row to the table.
- fetch template is an interface, usually performing a querry to one or several tables, and then operating with a resulting list (usually using another template).
Pages in category "Cargo management templates"
The following 11 pages are in this category, out of 11 total.