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

9 August 2023

  • curprev 08:5308:53, 9 August 2023Admin coral island talk contribs 9,431 bytes +9,431 Created page with "local p = {} local lib = require('Module:Feature') local search = lib.inArray function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false }) local main = args['text'] or args[1] local label = args['label'] or args[2] or '' local r_s,r_e,b,i,u_s,u_e,v_s,v_e = '','','','','','','','' if main == nil then error('A value must be given') end local nw = mw.text.nowiki local out = mw.html.create(lib.terna..."