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

29 January 2024

  • curprev 23:3723:37, 29 January 2024Rixxy talk contribs 650 bytes +650 Created page with "local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local data = mw.loadData('Module:Seal icon/data') local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local seal = 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[seal] then local lin..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.