Module:Sound: Revision history

Jump to navigation Jump to search

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.

17 October 2025

  • curprev 05:4205:42, 17 October 2025 Cronos talk contribs 710 bytes +710 Created page with "require( 'strict' ) local p = {} local template = '<span class="sound">' .. '<span class="sound-title">%s</span>' .. '<span style="display:none">class=sound-audio</span>' .. '</span>' function p.main(f) local args = f:getParent().args local result = {} local out = template if args.nofallback and args.nofallback ~= '' then out = out:gsub('display:none', '') end table.insert(result, mw.ustring.format(out, mw.text.trim(args[1] or ''), mw.text.t..."