Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Shop: Difference between revisions

From The Petit Planet Wiki
No edit summary
Changed to wikitable class
Line 16: Line 16:


function p._main(args)
function p._main(args)
local out = mw.html.create('table'):addClass('article-table fandom-table sortable ' .. (args.class or ''))
local out = mw.html.create('table'):addClass('wikitable sortable ' .. (args.class or ''))
local delim = args.delim or ';;'
local delim = args.delim or ';;'
local currency = args.currency or 'Dough'
local currency = args.currency or 'Dough'