Jump to content

Module:OOOFAQ: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 March 2026

  • curprev 21:4221:42, 3 March 2026 Tattecko talk contribs 711 bytes +711 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..."