Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.
Herald added a subscriber: Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION

When you specify both start and end time for a timeline, the result box is sized appropriately. However, if the result is very short, this makes it impossible to read anything in the box. We need to find some way of making the information still accessible.

Example query:

#TEMPLATE={ "template": "Timeline of wars in which ?country participated", "variables": { "?country": { "query": "SELECT ?id WHERE { ?id wdt:P463 wd:Q1065. }" } } }
#defaultView:Timeline
SELECT DISTINCT ?war ?warLabel ?start ?end WHERE {
  BIND(wd:Q30 AS ?country)
  ?war (wdt:P31/wdt:P279*) wd:Q198.
  ?war ((wdt:P710/wdt:P527?)|wdt:P17) ?country.
  ?war wdt:P580 ?start.
  OPTIONAL { ?war wdt:P582 ?end_. }
  BIND(COALESCE(?end_, NOW()) AS ?end)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Link


TASK DETAIL
https://phabricator.wikimedia.org/T163984

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Jonas, Lucas_Werkmeister_WMDE, Aklapper, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to