All public logs

Jump to navigation Jump to search

Combined display of all available logs of Victory Belles Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:47, 3 June 2023 WikiAdmin talk contribs protected Module:QueryMapSummary [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Prevent editing of templates) (hist)
  • 17:34, 3 June 2023 WikiAdmin talk contribs created page Module:QueryMapSummary (Created 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...'...")