Template:WikidataChart/doc

From English Wikipedia @ Freddythechick

Parameters

  • |1= Wikidata ID of the property that is to be displayed graphically in the y-axis
  • |2= Wikidata ID of a qualifier of the property (1) that is to be used for the x-axis (currently limited to date properties), e.g. (P585)
  • |pageIds= Wikidata ID of the entries to be displayed
  • |xStart= filter out all value pairs whose x-value is smaller
  • |xEnd= filter out all value pairs whose x-value is greater
  • |precision= if the x-values ​​have incompatible accuracies, e.g. mixed day and month exact specifications, then the desired precision can be specified here. Pairs of values ​​that are more inaccurate are filtered out, e.g. precision = 11 (exact to the day) filters out information that is exact to the month, as these could not be sorted appropriately.
    • Accuracy values: 7 = century, 8 = decade, 9 = year, 10 = month, 11 = day, 12 = hour, 13 = minute, 14 = second

Parameters starting with chart_ are passed directly to Module:Graph without this prefix and can be used to control the diagram display. For the available parameters, see there.

Example

(P1087) of (Q106807) and (Q217198) with (P585) as x-axis limited up to and including 2014 and y-axis maximum value of 3000:

<syntaxhighlight lang="wikitext" style="white-space:pre-wrap;"> <graph>Lua error in Module:WikidataChart at line 19: attempt to index local 'entity' (a nil value).</graph> </syntaxhighlight>

<graph>Lua error in Module:WikidataChart at line 19: attempt to index local 'entity' (a nil value).</graph>

See also