Main public logs
From The Seven Sages of Rome
Combined display of all available logs of The Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:00, 24 April 2026 Noeth talk contribs created page Module:MotifTags (Created page with "local p = {} function p.renderBadges(frame) local raw = frame.args[1] or '' if raw == '' then return '' end local smw = mw.smw local html = mw.html.create() for motif in mw.text.gsplit(raw, ';', true) do motif = mw.text.trim(motif) if motif ~= '' then local data = smw.ask({ '' .. motif .. '', '?Is Child Of', mainlabel = '-' }) local...")