Jump to content

Module:Self: 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.

6 August 2026

  • curprev 19:4119:41, 6 August 2026 AZMindroma talk contribs 1,840 bytes +1,840 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..."