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).
- 17:19, 8 March 2026 Muqsit talk contribs created page Module:CLabel (Created page with "local p = {} local mArguments function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) -- Get current frame for extensionTag local frame = mw.getCurrentFrame() -- Determine game parameter with fallbacks local game = args.game if not game or game == '' then if args.chara and args.chara ~= '' then game = args[1] or ''...")