Squad Wiki
Note: This page is used exclusively by the Squad Wiki Editorial for internal administration and maintence of Cargo - please do not edit.

Introduction[]

Cargo tables are a very powerful tool for easier wiki maintenence. Cargo tables allow the automatic re-use of their data on many wiki pages. Therefore, we only have to update the Cargo data and all wiki pages are automatically updated with the latest data. Sweet!

There are two ways to get data into Cargo tables:

  • If you include a infobox template with Cargo commands (example: Template:Map infobox), any wiki editor can enter the data into the infobox by editing that page. Upon saving the page edit, the data is automatically saved to the Cargo table.
  • We have created the Squad Wiki Pipeline: Map Data (in short: Pipeline) to automatically export map related data from the Squad SDK and important it directly into Cargo tables.

Similarly, there are also two ways to use data from the Cargo tables on wiki pages:

  • With the same infobox template that was used for entering data, it also automatically pulls the latest data from the Cargo table and shows it on wiki pages.
  • The MediaWiki extension Scribunto allows powerful programming to manipulate and visualize the data from (even different) Cargo tables onto wiki pages - everything done automatically. Scribunto uses the programming language Lua.

Squad Wiki Pipeline: Map Data[]

Our initial motivation to create the Pipeline was the impossible task to keep the map pages up-to-date. Finding out manually which vehicles are available on which map layer was becoming increasingly impossible, with more and more maps being added with each new Squad release. As a result, most of the map pages were out-of-data or incorrect. We needed an automatic process to get to this data and get the data onto the wiki.

Figure: Squad Wiki Pipeline breakdown

The pipeline itself consists of 4 parts:

  1. Export the game data from the Squad SDK
  2. Convert this raw export into JSON format for easier processing
  3. Convert SDK labels into names used on the wiki
  4. Upload the data to Data pages on the wiki

With step 4, the data however cannot be directly imported into Cargo tables via the MediaWiki API - this command does not exist. Therefore we have to upload the data first into interim Data pages - from there, using Cargo commands, the data goes finally into the Cargo tables (to see the data on the Data pages, you have to "source edit" them).

Once the data is in the Cargo tables, we can do whatever and on as many wiki pages we want using calls to Lua modules.

The Pipeline was created and is operated by the Squad Wiki Editorial - if you have any questions or suggestions, please contact us.

Documentation[]

The full documentation alongside with all source code and the latest interim data files can be found on GitHub.

Checklists and troubleshooting[]

  • New versions of images are re-uploaded over existing media files - the new version is not showing up, the wiki page(s) still show the old version
    • Click "More > Purge cache" on each of the wiki pages that are affected.

Quick reference[]

The following pages, modules and templates make direct use Cargo data (if you click "what links here" for each of them, you see which pages actually use them):

Our current Cargo tables:

Frequently used links

See also[]