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

18 January 2022

  • curprev 05:4905:49, 18 January 2022ChaoticShadow talk contribsm 522 bytes −43 No edit summary undo
  • curprev 05:0705:07, 18 January 2022ChaoticShadow talk contribs 565 bytes +565 Created page with "local getArgs = require('Module:Arguments').getArgs local data = mw.loadData('Module:Character icon/data') local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local icon = args[1] local size = args['size'] or '30px' local icons = data.icons local links = data.links if icon then if icons[string.lower(icon)] then local tmp_icon = string.lower(icon) return string.format('[[File:%s|x%s|link=%..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.