Jump to content

Main public logs

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

Logs
  • 21:42, 3 March 2026 Tattecko talk contribs created page Module:OOOFAQ (Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local html = mw.html.create('div') :addClass('ooo-faq') local index = 1 while args['question' .. index] do local question = args['question' .. index] local answer = args['answer' .. index] or '' local item = html:tag('div') :addClass('mw-collapsible mw-collapsed ooo-faq__item') item:tag('div') :addClass('ooo-faq__q...")