Yiɣi chaŋ yɛligu maŋamaŋa puuni

Tɛmplet:Databox/doc

Diyila Dagbani 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...).

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.


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.


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|item=Q42}}
Douglas Adams
ninsala
Paɣa bee dooDoo Mali niŋ
O ya TiŋgbaŋUnited Kingdom Mali niŋ
Yuli din nyɛ a balliDouglas Adams Mali niŋ
Dɔɣim yuliDouglas Noël Adams Mali niŋ
YumaŋliDouglas, Noël Mali niŋ
Daŋ yuliAdams Mali niŋ
YupapaaDavid Agnew Mali niŋ
Yu'ŋmaaDouglas Adams Mali niŋ
Doɣam dabsili11 Silimin gɔli March 1952 Mali niŋ
Dɔɣim TiŋaCambridge Mali niŋ
Kpibu dabisili11 Silimin gɔli May 2001 Mali niŋ
Kpibu sheeSanta Barbara Mali niŋ
Ŋ-ŋɔ kumnatural causes Mali niŋ
Din tahi kummyocardial infarction Mali niŋ
Simsibu sheeHighgate Cemetery Mali niŋ
BaChristopher Douglas Adams Mali niŋ
MaJanet Adams Mali niŋ
TizoSusan Adams Mali niŋ
Paɣa/yidanaJane Belson Mali niŋ
BiaPolly Adams Mali niŋ
A ya balliSilmiinsili Mali niŋ
Bala yɛlibu, sabbu bee buɣisibuSilmiinsili Mali niŋ
Zuliya yɛltɔɣa sabbuSilmiinsili Mali niŋ
Tum' baŋsimscience fiction literature Mali niŋ
Ŋun kpuɣi o tumaBBC, The Digital Village Mali niŋ
Shikuru shɛli o ni chaŋBrentwood School, St John's College Mali niŋ
ResidenceCambridge, London, Brentwood, Santa Barbara Mali niŋ
Tuma sheeLondon Mali niŋ
Tuma piligibu1974 Mali niŋ
BalliWhite British Mali niŋ
Adiiniatheism Mali niŋ
Nimbil' nahingbaŋbrown Mali niŋ
Binkumdilijitaa Mali niŋ
Magnum opusThe Hitchhiker's Guide to the Galaxy, Dirk Gently series, The Private Life of Genghis Khan Mali niŋ
Binyarsi Suɣubu ShɛiSt John's College Library Mali niŋ
Nira zaŋtiFootlights, Groucho Club Mali niŋ
Nuu tuunbaŋsim balibuscience fiction, comedy, satire Mali niŋ
Pin' shɛŋa o ni deeInkpot Award, Ditmar Award for Best International Fiction Mali niŋ
Pii zaliHugo Award for Best Dramatic Presentation, Locus Award for Best Science Fiction Novel Mali niŋ
Lahabaya dundɔŋ din mali dihitabilihttps://douglasadams.com Mali niŋ
Described at URLhttps://baike.sogou.com/v367134.htm Mali niŋ
Related categoryCategory:Films with screenplays by Douglas Adams Mali niŋ
Copyright status as a creatorworks protected by copyrights Mali niŋ

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

[mali mi di yibu sheena n-niŋ]

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.
  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.