Module:RandomText: 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.

24 January 2025

  • curprev 03:2003:20, 24 January 2025Selfice talk contribs 709 bytes +709 Created page with "-- Module:RandomText local p = {} -- Function to randomly select one of the provided arguments function p.choose(frame) -- Get all the arguments passed to the template local args = frame.args -- Collect all non-nil, non-empty arguments local options = {} for _, value in ipairs(args) do if value and value ~= "" then table.insert(options, value) end end -- If there are no valid arguments, return empty if #optio..."