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 Zenniverse Media. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:07, 31 July 2025 Zen talk contribs created page Module:Colon (Created page with "require('strict') local getArgs = require('Module:Arguments').getArgs local langSwitch = require('Module:LangSwitch')._langSwitch local p = {} function p._colon(args) local lang = args.lang or mw.getCurrentFrame():preprocess("{{Int:Lang}}") -- Please keep the ASCII colon returned as HTML-encoded everywhere, as it MUST NOT be parsed as wiki markup local colons = { -- Colon with no space before and space after -- ": "" ['ger'] = ': ', -- Colon w...")