Extension:Cargo/nl
![]() Release status: stabiel |
|
---|---|
![]() |
|
Implementatie | Speciale pagina , API , Parser functie |
Beschrijving | An extension that allows for the storage and querying of data contained within templates. |
Auteur(s) | Yaron Koren <yaron57@gmail.com> (Yaron Korenoverleg) |
Laatste versie | 3.4.1 (februari 2023) |
Compatibiliteit beleid | Master onderhoudt achterwaartse compatibiliteit. |
MediaWiki | 1.35+ |
Database wijzigingen | Ja |
Composer | mediawiki/cargo |
Tabellen | cargo_tables cargo_pages |
Licentie | GNU General Public Licentie 2.0 of hoger |
Download | |
Voorbeeld | A page containing various calls to #cargo_query |
|
|
|
|
Downloads kwartaal | 12 (Ranked 158th) |
Vertaal de extensie Cargo | |
Problemen | Open taken · Rapporteer een 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.33+.
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
- Handleiding:Gegevens beheren 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.
- Wikibase – Allows to represent and manipulate structured data as part of the Wikidata project.
Deze uitbreiding is onderdeel van de volgende pakketten en/of beschikbaar op de volgende wiki-families: Er kunnen wiki farms/hosts zijn die deze extension bevatten, maar hier niet genoemd worden. Controleer het altijd bij uw wiki farms/hosts of bundel. |