Difference between revisions of "Cargo"

From Beyond Social
(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...")
 
Line 22: Line 22:
  
 
== Quering Cargo data ==
 
== Quering Cargo data ==
 +
 +
[[Special:CargoTables]]
 +
 +
[[Special:Drilldown]]
  
 
[[Special:ViewData]]
 
[[Special:ViewData]]
 
More good links: https://www.mediawiki.org/wiki/Extension:Cargo/Querying_data
 
  
 
==Cargo on this wiki==
 
==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]].
+
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.
+
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.

Revision as of 14:34, 7 May 2019

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:CargoTables

Special:Drilldown

Special:ViewData

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.