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).
- 15:23, 28 October 2024 Muskit Gergous talk contribs created page Module:ArbComOpenTasks (Created page with "local p = {} local sub = mw.ustring.sub local find = mw.ustring.find local gmatch = mw.ustring.gmatch local match = mw.ustring.match local trim = mw.text.trim local insert = table.insert local concat = table.concat function p.caserequests ( frame ) frame = frame or mw.getCurrentFrame() local page = mw.title.new('Bharatpedia:Arbitration/Requests/Case'):getContent() local re = '\n==%f[^=](.-)==' local sections = {} local count, loc = 0, 0 repeat loc = find(page...")