Module:For: Revision history

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.

5 March 2025

4 March 2025

  • curprev 11:3811:38, 4 March 2025 CStatic talk contribs 1,228 bytes +1,228 Created page with "-- <nowiki> local p = {} local i18n = require('Module:I18n').loadMessages('For') local title = mw.title.getCurrentTitle() -- @param {*} val -- @returns {(string|nil)} local function sanitize(val) if type(val) == 'string' and mw.text.trim(val) ~= '' then return val end return nil end -- @param {table} args -- @returns {string} function p._main(args) local html = mw.html.create('dl') for i = 3, math.huge, 3 do local thing = sanitize(a..."