Main public logs

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

Logs
  • 06:56, 5 June 2026 ThePinkHacker talk contribs created page Module:Star wars opening crawl (Created page with "local p = {} function p.generateParagraphs(frame) local output = {} for i = 0, frame.args[1], 1 do table.insert(output, [[{{#if:{{{]]) table.insert(output, i) table.insert(output, [[|}}}|<p class="star-wars-credits-text">{{{]]) table.insert(output, i) table.insert(output, [[}}}</p>}}]]) end return table.concat(output) end")