Jump to content

Main public logs

Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:23, 19 ngôida ya kûmi na zôle 2023 CapitainAfrika disolo bisalu created page Module:Infobox/Localdata (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 =...")