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

15 November 2024

  • curprev 07:3207:32, 15 November 2024BlackHawk talk contribs 895 bytes +895 Created page with "-- <pre> local p = {} function p.main(frame) local hat = require('Module:Hatnote') local args = frame:getParent().args -- no tag; added by Module:Hatnote local ret = mw.html.create('') local params = {} local ttl = 0 -- collect and count arguments for _, v in ipairs(args) do ttl = ttl + 1 table.insert(params,v) end -- main return text ret:wikitext('Not to be confused with ') -- for all arguments for i, v in ipairs(params) do -- add links if i <..."