Cargo

From Beyond Social
Revision as of 14: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Testing Cargo

Cargo is a Mediawiki extension. [1]

How to use Cargo ?

  1. Create a Class: Special:CreateClass. I made these pages: Form:Frictionary Template:Frictionary Category:Frictionary.
  2. Create a database table at the Template page that was just created, by clicking "Create data table" in the menu: Template:Frictionary.
  3. Use the Cargo query at some page. An example: {{#cargo_query:tables=Books|fields=_pagename=Keyword,short_description}|format=table}}

Write Cargo data structures

Special:CreateClass

---

Special:CreateForm

Special:CreateTemplate

Special:CreateCategory

Quering Cargo data

Special:ViewData

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.