Module:For: Revision history

Jump to navigation Jump to search

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.

25 April 2024

30 October 2023

8 September 2022

3 September 2022

  • curprev 18:3118:31, 3 September 2022Polymeric talk contribs 1,225 bytes +1,225 Created page with "-- <nowiki> local p = {} local i18n = require('Dev: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(args..."