Jump to content

Inyandikorugero:Databox/doc

Kubijyanye na Wikipedia

Main documentation is maintained at
Wikidata:Template:Databox/doc

This module provides an as simple as possible infobox system based on Wikidata. It is fully automated, does not require any configuration to be used and does not have any declination based on the type of entity (person, place...).

How does it work?

[hindura inkomoko]

This module is the backend code of the Databox template.

It uses the Wikidata item linked to the current page or the item which id is filled into the item parameter to automatically build an infobox.

Its basic algorithm is:

  • Use the label of the item or, if none exists, the title of the page for the infobox title.
  • Use the value of P18 for the main image.
  • Use the value(s) of P31 for the data table title.
  • Take all the properties used by the item, sort them according to MediaWiki:Wikibase-SortedProperties, and for each one:
    • If the property has the datatype external-id, commonsMedia or quantity, do not display anything.
    • If the property is in the site_excluded_properties array of the module, do not display anything (it is done in order to filter properties not very relevant for displaying in infoboxes).
    • If the property has more than 5 values do not display anything (to avoid long lists in the infobox).
    • Use default Wikibase rendering system to display the values that have the "best" rank (i.e. the values with the rank "preferred", if some exists, and, if not, the ones with the rank "normal").
  • If there is value for P625, then display a map using Kartographer.


Easy to use

[hindura inkomoko]

Check the Module code is installed
1. Databox uses Lua-code. The code will be added to the Module:Databox page.

  • Add the sitelink of the newly-created Wikipedia page (Module:Databox) to the Wikidata item of Module:Databox (Q53931871)

Check the Template code is installed
2. To invoke the databox template, ensure the template code below has been added to Template:Databox page:

{{#invoke:Databox|databox|useImage={{{useImage|}}}|excludeProperties={{{excludeProperties|}}}}}
  • Connect the newly-created Template:Databox page to the Wikidata item of Template:Databox (Q20702632)

You're ready to add databoxes to your Wikipedia pages
3. Go to a page or article you wish to add databox too, enter the edit mode and add the template {{Databox}} at the top of the page.

4. Preview the page to verify the databox appeared, and publish to save your changes.


Edit Databox data

[hindura inkomoko]

Sometimes data may be incorrect or outdated and needs to be changed or updated, but you cannot do that from the current page. Data seen in the databox is not stored locally, it is transcluded from Wikidata.

To change or edit data shown in databox:

  1. Click the pencil icon An icon from the OOjs UI lib. next to the statement in the databox.
  2. This will take you to where on the Wikidata item the statement is stored.
  3. Click the pencil icon An icon from the OOjs UI lib. again, on the side of the Statement box. This opens the edit mode on Wikidata.
    • Enter the new value in the input field. Add qualifiers or references as appropriate.
    • If the value is outdated but still correct (such as Census data), click the + icon to the right of the pencil icon instead, and enter the latest or newest value.
  4. Click the tick/checkmark button to publish the statement. The databox will immediately update and the new information will appear.


Databox examples

[hindura inkomoko]
{{Databox|item=Q42}}
Douglas Adams
Human Hindura Wikidata
Sex or gendermale Hindura Wikidata
Country of citi­zens­hipUbwongereza Hindura Wikidata
Given nameDouglas, Noël Hindura Wikidata
Family nameAdams Hindura Wikidata
PseudonymDavid Agnew Hindura Wikidata
Date of birth11 werurwe 1952 Hindura Wikidata
Place of birthCambridge Hindura Wikidata
Date of death11 Gicurasi 2001 Hindura Wikidata
Place of deathSanta Barbara Hindura Wikidata
Manner of deathnatural causes Hindura Wikidata
Cause of deathmyocardial infarction Hindura Wikidata
Place of burialHighgate Cemetery Hindura Wikidata
FatherChristopher Douglas Adams Hindura Wikidata
MotherJanet Adams Hindura Wikidata
SiblingSusan Adams Hindura Wikidata
SpouseJane Belson Hindura Wikidata
ChildPolly Adams Hindura Wikidata
Native languageIcyongereza Hindura Wikidata
Languages spoken, written or signedIcyongereza Hindura Wikidata
Writing languageIcyongereza Hindura Wikidata
Occu­pa­tionplaywright, screenwriter, novelist, children's writer, science fiction writer, comedian, writer, musician Hindura Wikidata
Field of workscience fiction literature Hindura Wikidata
EmployerBBC, The Digital Village Hindura Wikidata
Educated atBrentwood School, St John's College Hindura Wikidata
ResidenceCambridge, London, Brentwood, Santa Barbara Hindura Wikidata
Work locationLondon Hindura Wikidata
Start of work period1974 Hindura Wikidata
Ethnic groupWhite British Hindura Wikidata
Religion or worldviewatheism Hindura Wikidata
Eye colorbrown Hindura Wikidata
Inst­ru­mentguitar Hindura Wikidata
Magnum opusThe Hitchhiker's Guide to the Galaxy, Dirk Gently series, The Private Life of Genghis Khan Hindura Wikidata
Archives atSt John's College Library Hindura Wikidata
Member ofFootlights, Groucho Club Hindura Wikidata
Genrescience fiction, comedy, satire Hindura Wikidata
Award receivedInkpot Award, Ditmar Award for Best International Fiction Hindura Wikidata
Nominated forHugo Award for Best Dramatic Presentation, Locus Award for Best Science Fiction Novel Hindura Wikidata
Height1.96 metre Hindura Wikidata
Official websitedouglasadams.com Hindura Wikidata
Erdős number10 Hindura Wikidata
IMDb IDnm0010930 Hindura Wikidata

The examples below show how the databox template can appear in the edit source view.

  • {{Databox}}
Default choice. It will retrieve data from the Wikidata item connected to the page.


  • {{Databox|item=Q123}}
Forces the databox to retrieve data from a specified Wikidata item. This can be a different item than the one connected/sitelinked to the page, but it cannot be both. Databox data can only be retrieved from one item.


  • {{Databox|useImage=filename.jpg}}
Manually specify another image (P18) to display in the databox.


  • {{Databox|excludeProperties=P123}}
Specify a comma-separated list of Wikidata properties (PID's) that should not be shown in the current databox.


  • {{Databox|useImage=filename.jpg|excludeProperties=P123}}
Combining parameters allows more content control.


No description.

Template parameters

ParameterDescriptionTypeStatus
useImageuseImage

File name for the preferred image to use from Wikidata Entity

Stringoptional
excludePropertiesexcludeProperties

Comma separated list of Wikidata Property Ids to remove from the databox

Stringoptional


How to use the new parameters

[hindura inkomoko]

Step-by-step instructions to invoke and use the additional Databox parameters.

  1. Open the edit source view of a page you want to add Databox to, or edit an existing one.
  2. Add the code: |useImage=to the {{Databox}} template.
  3. Navigate to the Wikidata item of the connected databox, and find the Image (P18) statement. Tip: you can add #P18 to the of the Wikidata item URL to quickly navigate to it.
  4. To use a different image (locally) than the currently applied one, locate the filename (underneath the image itself) and highlight it and copy it (Ctrl+C)
  5. Navigate back to the page where you are invoking the {{Databox|useImage=}} and paste (Ctrl+V) the copied filename into the template.
  6. The template code should now look like:
    {{Databox|useImage=highlighted_text.jpg}}
  7. Preview the changes to see the new image in the Databox, and publish the page to save your changes.

excludeProperties

[hindura inkomoko]
  1. Add a {{Databox}} to a page or view an existing one, and notedown the Property ID/number of the rows and data you wish to hide from the local databox.
    1. You can do this quickly by hovering the mouse-cursor over the icon on the corresponding row of the databox.
    2. In the bottom of your browser-window, the URL of the corresponding property will be previewed, locate and notedown the PID of that URL.
      Example: if the URL looks like
      www.wikidata.org/wiki/Q123456#P789, notedown P789.
    3. Do the same for all rows/properties that are to be hidden.
  2. Add the code:
    |excludeProperties=to the {{Databox}} template.
  3. Add the Property ID/numbers to the databox template code, separated by a comma , e.g.
    {{Databox|excludeProperties=P789,P123,P456}}
  4. Preview the changes to ensure the rows have been hidden from the databox, and publish the page to save your changes.

Please remember: This parameter only hides the property data, it does not remove or delete it and will not affect any other Databoxes on the local or other Wikis.