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

Module:Cat see also: 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:4904:49, 31 July 2025 Zen talk contribs 3,069 bytes +3,069 Created page with "require('strict') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) frame = mw.getCurrentFrame() -- Special case when the first given link in parameter is 'V', and -- the current page name starts by 'V' or 'In' if args[1] == 'V' then local title = mw.title.getCurrentTitle().text local cwttb = mw.text.split( title, ':' ); if title:sub(1, 1) == 'V' then args[1] = 'In' .. mw.getContentLanguage():lcfirst(title) else..."