Main public logs
Appearance
Combined display of all available logs of Adaris. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:03, 4 June 2026 Oros talk contribs created page Module:Slideshow (Created page with "local p = {} local function trim(s) return mw.text.trim(s or "") end function p.render(frame) local args = frame.args local items = args.items or args[1] or "" if trim(items) == "" then return "" end local output = {} table.insert(output, '<gallery mode="slideshow">') for line in mw.text.gsplit(items, "\n", true) do line = trim(line) if line ~= "" then local filename, caption = line:match("^(.-)%s*::%s*(.*)$") if filename then filename = tr...")