All public logs

Jump to navigation Jump to search

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

Logs
  • 07:39, 7 December 2023 Um talk contribs created page Module:Chart (Created page with "local p = {} function p.chart(frame) local data = frame.args.data or '[0, 2, 10, 3, 8]' local success, decodedData = pcall(mw.text.jsonDecode, data) if not success then decodedData = {0, 2, 10, 3, 8} end local chartData = { labels = {"Auction", "Reality", "Contemporary", "Historical", "Rare"}, datasets = {{ data = decodedData }} } return '<div id="chart-data" style="display:none;">' .. mw.text.json...")