![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Special page | , API , Parser function
Description | An extension that allows for the storage and querying of data contained within templates. |
Author(s) | Yaron Koren <yaron57@gmail.com> (Yaron Korentalk) |
Latest version | 3.4.2 (April 2023) |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | 1.35+ |
Database changes | Yes |
Composer | mediawiki/cargo |
Tables | cargo_tables cargo_pages |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Example | A page containing various calls to #cargo_query |
Parameters
|
|
Hooks used
|
|
Hooks provided
|
|
Quarterly downloads | 184 (Ranked 55th) |
Translate the Cargo extension | |
Issues | Open tasks · Report a bug |
Cargo is an extension to MediaWiki that provides a lightweight way to store and query the data contained within the calls to templates, such as infoboxes. It is similar in concept to the Semantic MediaWiki
extension, but offers a number of advantages, including ease of installation and ease of use.Cargo stores all its data in database tables, which can be placed in either MediaWiki's own database (the default) or a separate database. For the most part, each stored template gets its data stored in a single DB table, with a column for each relevant template parameter. There are a few exceptions to this: the handling of template fields that hold arrays/lists of values, and of fields that hold geographical coordinates, is more complex, due to poor native handling of those data types in most DB systems. And multiple templates can be set to all store their data in one DB table.
The extension defines a number of parser functions; these three are the most important:
#cargo_declare
- placed within the<noinclude>
part of a template; it defines the schema for a table.#cargo_store
- stores one row to a Cargo table; usually placed within the<includeonly>
part of a template.#cargo_query
- queries one or more Cargo data tables, using SQL components.
The other defined parser functions are:
#cargo_attach
- defines a template as adding rows to a table declared elsewhere.#cargo_compound_query
- displays the results of multiple queries in one place.#cargo_display_map
- displays a map showing a single point.#recurring_event
- prints out the dates for a recurring event; for use by #cargo_store.
Cargo also defines various interfaces for viewing and drilling down through this stored data.
Cargo has been tested, and works, with the MySQL and PostgreSQL database systems. In theory, it also supports SQLite, but it has not been well-tested with SQLite and may not work.
This version of the Cargo extension requires MediaWiki 1.35+.
Click through the pages in the navigation bar above to learn more about Cargo, how it works, how to use it, and how to install it.
See also
- Manual:Managing data in MediaWiki – An overview and comparison.
- DynamicPageList – Allows to extract data from pages.
- Semantic MediaWiki – Allows for the storage and querying of data within pages.
- WikiDB – Provides database features, somewhat similar to semantic properties.
- WikibaseWikidata project. – Allows to represent and manipulate structured data as part of the
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |