Module:QueryMapSummary: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 June 2023

  • curprev 16:4716:47, 3 June 2023WikiAdmin talk contribsm 553 bytes 0 Protected "Module:QueryMapSummary": Prevent editing of templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 16:3416:34, 3 June 2023WikiAdmin talk contribs 553 bytes +553 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...'..."