Module:QueryBelleSummary: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 3: Line 3:


function p.main( args )
function p.main( args )
print("This is a test" ,args[1])
local belleName = args[1] and mw.text.trim(args[1])
local belleName = args[1] and mw.text.trim(args[1])
     local tables = "MISC_BelleMoreInfo"
     local tables = "MISC_BelleMoreInfo"

Navigation menu