Module:Side box: Revision history

From the Audiovisual Identity Database, the motion graphics museum

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 May 2022

  • curprev 08:4408:44, 15 May 2022imported>Jeffersonkendric 2,759 bytes 0 Created page with "-- This module implements {{side box}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args) local data = p.makeData(args) return p.renderSidebox(data) end function p.makeData(args) local data = {} -- Main table classes data.classe..."

9 March 2021

  • curprev 05:4805:48, 9 March 2021Hb1290 talk contribs 2,759 bytes +2,759 Created page with "-- This module implements {{side box}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {}..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.