Module:Infobox Spell: 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.

15 November 2024

14 November 2024

13 November 2024

  • curprev 00:0800:08, 13 November 2024B4rt0 talk contribs 1,200 bytes +1,200 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 = 'Spell', class = {Infobox.smw_param('episode')}, } local params = { parse.name, parse.image, parse.release, parse.episode, parse.premium, parse.examine, } local infobox = Infobox.new(config, params, args) infobox :add_row{ {tag='th', content=Infobox..."