All public logs

Combined display of all available logs of Stockhub. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:53, 15 October 2022 Manos talk contribs created page Module:WikidataChart (Created page with "local graph = require("Module:Graph") local p = {} function p.plot(frame) local property = frame.args[1] or error("Wikidata property to chart required") local xQualifier = frame.args[2] or error("Wikidata qualifier for x axis required") local yIds = mw.text.split(frame.args["pageIds"] or "", ",", true) local xStart = frame.args["xStart"] local xEnd = frame.args["xEnd"] local precision = tonumber(frame.args["precision"]) -- Collect data local series = { captio...")