Module:Unit icon: Revision history

From Sekaipedia

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.

8 August 2022

  • curprev 03:3203:32, 8 August 2022ChaoticShadow talk contribs 650 bytes +650 Created page with "local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local data = mw.loadData('Module:Unit icon/data') local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local unit = string.lower(args[1] or '') local size = args['size'] or '30px' local shouldLink = yesno(args['link'], false) local icons = data.icons local links = data.links if icons[unit] then local lin..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.