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
  • 23:37, 29 January 2024 Rixxy talk contribs created page Module:Seal icon (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.