Main public logs
More actions
Combined display of all available logs of Obby Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:35, 9 March 2026 Wlft talk contribs created page Module:ObbyFAQ (Created page with "local p = {} local function renderFAQ(frame, question, answer) return frame:expandTemplate{ title = 'FAQ', args = { question = question, answer = answer } } end local function capitalize(str) return (str:gsub("^%l", string.upper)) end function p.main(frame) local args = require('Module:Arguments').getArgs(frame) local pageName = args.page or mw.title.getCurrentTitle().text local results = mw....")