Module:Infobox Monster: Difference between revisions
let's see how this goes x2combo
InvalidCards (talk | contribs) (Cleaner to do it this way imo) |
InvalidCards (talk | contribs) (let's see how this goes x2combo) |
||
Line 3:
local Infobox = require('Module:Infobox')
local parse = require('Module:Param Parse')
function p.main(frame)
Line 77 ⟶ 70:
}
:pad(20)
▲ local ep_param = string.lower(infobox.args_raw['episode'] or '')
return infobox
|