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).

Logs
  • 17:17, 6 November 2024 Muskit Gergous talk contribs created page Module:Bold list/sandbox (Created page with "-- Written by User:Muskit Gergous in response to a thread at BP:VPI return { main = function(frame) index, output = {}, "" for k, v in pairs(frame:getParent().args) do if type(k) == 'number' and (v or "") ~= "" then table.insert(index, k) end end table.sort(index) for i, v in ipairs(index) do output = output .. frame:getParent().args[v] .. ((i == #index - 1) and ("'''" .. (#index > 2 and ", " or " ") .. (frame.args.conj or "or") .. " '''") or ((#index > 1 an...")