Main public logsGive feedback
Combined display of all available logs of The Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:42, 17 October 2025 Cronos talk contribs created page Module:Sound (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...")