Difference between revisions of "Template:Cargo"

From Pathfinder Wiki
(Created page with "Cargo is a powerfull tool to store date into the database and query it where it is needed. We basically store every information about an honor including translation into the...")
 
(change the naming conventions)
 
Line 6: Line 6:
 
* [https://www.mediawiki.org/wiki/Extension:Cargo Main page] of the Extension
 
* [https://www.mediawiki.org/wiki/Extension:Cargo Main page] of the Extension
 
* [https://help.fandom.com/wiki/Extension:Cargo/recreating_tables Best Practices]
 
* [https://help.fandom.com/wiki/Extension:Cargo/recreating_tables Best Practices]
** ATTENTION: The naming convention is different on our Wiki. It is: Template:Cargo/TableName/CargoDec
+
** ATTENTION: The naming convention is different on our Wiki. It is: Template:Cargo/TableName/declare
 
* Another good [https://help.fandom.com/wiki/Extension:Cargo guide]
 
* Another good [https://help.fandom.com/wiki/Extension:Cargo guide]

Latest revision as of 13:54, 31 July 2024

Cargo is a powerfull tool to store date into the database and query it where it is needed.

We basically store every information about an honor including translation into the database. Two reasons for that: It is faster than page transclusion to retrieve the data and it makes it possible to build an API for App developers.

Here are some important links:

  • Main page of the Extension
  • Best Practices
    • ATTENTION: The naming convention is different on our Wiki. It is: Template:Cargo/TableName/declare
  • Another good guide