Ad placeholder

Category:Cargo templates: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 3: Line 3:
Meaning, they use the following parser functions:
Meaning, they use the following parser functions:


<code>#cargo_declare</code> - defines the schema for a table.
* <code>#cargo_declare</code> - defines the schema for a table.
<code>#cargo_store</code> - stores one row to a Cargo table
* <code>#cargo_store</code> - stores one row to a Cargo table
<code>#cargo_query</code> - queries one or more Cargo data tables
* <code>#cargo_query</code> - queries one or more Cargo data tables
<code>#cargo_attach</code> - defines a template that adds rows to a table defined elsewhere
* <code>#cargo_attach</code> - defines a template that adds rows to a table defined elsewhere


[[Category:Templates]]
[[Category:Templates]]

Latest revision as of 08:08, 19 January 2025

This category lists templates that make use of Cargo.

Meaning, they use the following parser functions:

  • #cargo_declare - defines the schema for a table.
  • #cargo_store - stores one row to a Cargo table
  • #cargo_query - queries one or more Cargo data tables
  • #cargo_attach - defines a template that adds rows to a table defined elsewhere