Module:QueryBelleSummary: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
local cargo = mw.ext.cargo
local cargo = mw.ext.cargo


function p.main( frame )
function p.main( args )
local belleName = frame.args.belle
local belleName = args[1] and mw.text.trim(args[1])
     local tables = "MISC_BelleMoreInfo"
     local tables = "MISC_BelleMoreInfo"
     local fields = "TXT_Summary"
     local fields = "TXT_Summary"