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

Module:Colon: Revision history

From Zenniverse Media

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 July 2025

  • curprev 04:0704:07, 31 July 2025 Zen talk contribs 6,207 bytes +6,207 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..."