50,050
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
local cargo = mw.ext.cargo | local cargo = mw.ext.cargo | ||
function p.main( | function p.main( args ) | ||
local belleName = | 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" | ||