User:Github-wiki-bot

From Wikidata
Jump to navigation Jump to search
Wikidata Bot This user account is a bot with a bot flag. The bot is operated by Konstin.

 If this bot should import wrong data on an item you can force the bot to skip it by adding it to this page.

  • The code operating this bot can be found here.
  • You can find its statistics at xtools.

Sample queries[edit]

Release version and dates[edit]

#defaultView:Timeline
SELECT ?date ?version {
  wd:Q381 p:P348 [ # replace Q381 with Wikidata identifier of your software
    ps:P348 ?version ;
    pq:P577 ?date
  ]
}
Try it!