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
  • 16:25, 19 April 2022 ChaoticShadow talk contribs created page Module:Cargo banner (Created page with "local List = require('Module:List') local MessageBox = require('Module:Message box') function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p.renderBox(tables) local boxArgs = {} if #tables < 1 then boxArgs.text = '<strong class="error">Error: no tables specified</strong>' else local tableLinks...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.