All public logs
Combined display of all available logs of Bharatpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:33, 30 October 2024 Muskit Gergous talk contribs created page Module:Automarkup (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local templateArgs = { } for key, value in pairs(args) do if type(key) == "number" then templateArgs[2 * key - 1] = value templateArgs[2 * key] = frame:preprocess(value) else templateArgs[key] = value end end return frame:expandTemplate{ title = "Markup", args = templateArgs } end return p")