Module:Infobox Shop: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 April 2024

11 April 2024

  • curprev 13:2013:20, 11 April 2024BlackHawk talk contribs 1,218 bytes +1,218 Created page with "local p = {} local Infobox = require('Module:Infobox') local parse = require('Module:Param Parse') function p.main(frame) local args = frame:getParent().args local config = { infobox_name = 'Shop', } local params = { parse.name, parse.image, parse.release, parse.premium, parse.episode, {name = 'owner', func = parse.has_content, smw_property = 'Shop owner'}, } local infobox = Infobox.new(config, params, args) infobox :add_row{ {tag='th',..."