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

Main public logs

More actions

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

Logs
  • 20:21, 28 February 2025 Muqsit talk contribs created page Module:See also (Created page with "local p = {} local lang = require('Module:Template translation').getLanguage() local frame = mw.getCurrentFrame() local function msg(name) return mw.message.new(name):inLanguage(lang):plain() end local function generateLink(i, args) local title = args[i] local linktext = args['label ' .. tostring(i)] or args['l' .. tostring(i)] or nil if args.ll then return frame:expandTemplate{ title = 'll', args = { title, linktext } } else if linktext then return string...")