Wikipedia lives from many good written articles, which explicate coherencies and fancy for read.

Good articles also live from the facts, which are used in different articles or which are the subject of permanent changes. It is time and labour-intensive to harmonize these facts across several articles and keep them up-to-date. This project tries to solve this problem using software support in MediaWiki and replace consistently requires bot runs.

Organization[edit]

The structuring organization, coordination, and maintenance of the metadata templates take place in the Wikipedia:WikiProject metadata/data organization.

Basics[edit]

Data, like e.g. the population number of a municipality or the gross domestic product of a country are often used in several articles as well as in the continuous text as in infoboxes or tables. Such data are characterized by a multiply of attributes:

The first three attributes describe the data itself. In according to the resource description framework (RDF) the are also called subjectpredicateobject. The last two attributes are metadata in the closest terms, which means data about data.

Templates make it easy to return a value based on an input parameter. In this way, the template “population number” (predicate) could return the value “3420786” (object) when given the parameter “Berlin”. The template programming therefore offers by the parser function switch a smart solution.

Data types[edit]

The relevant data are distinguished by different types of data, which should be available in a machine editable form for practical reasons and not changed into the suitable form until output. This machine editable form (e.g. numbers without thousands separators and point as decimal separator) makes it possible to calculate the population density from the quotient “population number/area”.

Nomenclature of the templates[edit]

The naming of the templates of the template type „metadata“ follows the scheme:

Template:Metadata basis apportionment

For example: Template:Metadata population number DE-NI

The call is carried out according:

((Metadata Yyz|Key|Accessory))

For example: ((Metadata population number DE-NI|12345))

Basis

Data of the same basis is described by a universal umbrella term as possible: Examples:

Separation of the dataset

The optional separation of the dataset follows the criteria

Examples:

The naming of the separation is also carried out by universal criteria as possible. For example: Data about administrative units are separated according to ISO 3166.

Key

The allocation of the data is carried out according to universal, explicit and independent of Wikipedia internal regulations keys. For example, the Community Identification Number should be used for data about municipalities. The ISO-3166-key should be used for data about states. This may prevent the loss of data embedding by lemma change and allows the use of the data sets independent of the different name conventions of different language editions of Wikipedia.

Interested editors[edit]

Related WikiProjects[edit]

Tabular Data Category:WikiProject Templates