Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
forgot a param
Ganaram inukshuk (talk | contribs)
m Adopt yesno module
Line 9: Line 9:
local tip = require('Module:Template input parse')
local tip = require('Module:Template input parse')
local tamnams = require('Module:TAMNAMS')
local tamnams = require('Module:TAMNAMS')
local yesno = require('Module:Yesno')


-- TODO:
-- TODO:
Line 505: Line 506:
local tuning = frame.args['Tuning']
local tuning = frame.args['Tuning']
local other_names = frame.args['othernames'] or nil
local other_names = frame.args['othernames'] or nil
local debug_mode = tonumber(frame.args['debug']) == 1
local debug_mode = yesno(tonumber(frame.args['debug']), false)
local result = p._infobox_mos(tuning, other_names)
local result = p._infobox_mos(tuning, other_names)