Page history
Jump to navigation
Jump to search
3 June 2023
Protected "Module:QueryMapSummary": Prevent editing of templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
mCreated page with "local p = {} local cargo = mw.ext.cargo function p.main ( frame ) local tables = "MAINMap" local fields = "TXT_MapDescription" local cargoArgs = { where = "MAINMap.TXT_MapName = '" .. frame.args.map .. "'", default ='Description not defined', limit = 1 } local results = cargo.query( tables, fields, cargoArgs ) for r = 1, #results do local result = results[r] if result == nil then return 'Empty Cargo...'..."
+553