Main public logs
Combined display of all available logs of Rolling Lounge Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:41, 6 August 2026 AZMindroma talk contribs created page Module:Self (Created page with "local p = {} function p.setup_template_params(template_name, frame, args) local title = mw.title.new(template_name, 10) if not title.exists then return { txt = '', errors = ('<span class="error scribunto-error">The license "' .. template_name .. '" does not exist.</span>Category:Files with invalid licenses') } end return { txt = frame:expandTemplate{ title = template_name, args = { dw = args['dw'] or 'no' } }, errors = '' } end functi...")