Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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

Logs
  • 03:32, 8 August 2022 ChaoticShadow talk contribs created page Module:Unit icon (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.