All public logs

Combined display of all available logs of Ediaqi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:25, 24 January 2025 Ular.palmiste talk contribs created page Module:Reference (Created page with "local p = {} function p.get_reference(frame) local name = frame.args.name local reading_list_page = "Reading List" -- Change if your page is named differently if not name or name == "" then return '<strong class="error">Error: Reference name not provided.</strong>' end local success, content = pcall(mw.title.new(reading_list_page).getContent, mw.title.new(reading_list_page)) if not success then return '<strong class="error">Error: Could not load Reading List...")