Module:QueryNationSummary: 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.

27 June 2023

  • curprev 22:4322:43, 27 June 2023WikiAdmin talk contribs 582 bytes +582 Created page with "local p = {} local cargo = mw.ext.cargo function p.main ( frame ) local tables = "JOINNation" local fields = "TXT_IngameNationDescription" local cargoArgs = { where = "JOINNation.TXT_ShortName = '" .. frame.args.nation .. "'", 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 'E..."