Cargo
From Beyond Social
Revision as of 13:24, 7 May 2019 by Manetta (talk | contribs) (Created page with "=Testing Cargo= Cargo is a Mediawiki extension. [https://www.mediawiki.org/wiki/Extension:Cargo] How to use Cargo ? # Create a Class: Special:CreateClass. I made thes...")
Contents
Testing Cargo
Cargo is a Mediawiki extension. [1]
How to use Cargo ?
- Create a Class: Special:CreateClass. I made these pages: Form:Frictionary Template:Frictionary Category:Frictionary.
- Create a database table at the Template page that was just created, by clicking "Create data table" in the menu: Template:Frictionary.
- Use the Cargo query at some page. An example: {{#cargo_query:tables=Books|fields=_pagename=Keyword,short_description}|format=table}}
Write Cargo data structures
---
Quering Cargo data
More good links: https://www.mediawiki.org/wiki/Extension:Cargo/Querying_data
Cargo on this wiki
We use Cargo to create and store the data structure of the Frictionary. Read more about this on this page: Frictionary.
Probably we will also start to use Cargo for the articles/pages on this wiki that are created through a form. But we're not there yet.