All public logs

From Eco - English Wiki

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

Logs
  • 14:55, 23 February 2022 Demian talk contribs created page Module:Sandbox/Demian/Unit (Created page with "local p = {} local UnitsData = mw.loadData("Module:Sandbox/Demian/Unit/data") local HTMLUtils = require("Module:UtilsHTML") function p.main(frame) local args = Utils.normaliseArgs(frame) if args[1] then local abbrKey = tostring(args[1]) if abbrKey then local unitData = UnitsData["caseSensitiveUnits"][abbrKey] if not unitData then unitData = UnitsData["caseInsensitiveUnits"][abbrKey] end if unitData then return HTMLUtils.tagAbbr(unitData[1][...")