Jump to content

Module:Infobox/Localdata: 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, f = minor edit.

19 ngôida ya kûmi na zôle 2023

  • curprev 01:2301:23, 19 ngôida ya kûmi na zôle 2023 CapitainAfrika disolo bisalu 832 bytes +832 Created page with "local localdata = {} local frame = mw.getCurrentFrame() local modulename = frame.args.nom local parent = frame:getParent() or frame local templatename = parent:getTitle() -- au cas où il soit différent du nom du module local params = parent.args -- fill-up table localdata using params for k, v in pairs(params) do if type(k) == number then v = mw.text.trim(v) end if v ~= '' then -- empty parameters are ignored localdata[k] = v end end localdata.templatename =..."