Main public logs

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).

Logs
  • 08:19, 23 March 2025 Oros talk contribs created page Module:BibliographyLink (Created page with "local p = {} function p.link(frame) local args = frame:getParent().args local title = args["Title"] or "" local category = args["Category"] or "general" -- Get text before the first colon local base = mw.ustring.match(title, "^[^:]+") or title -- Clean slug: lowercase, replace spaces with dashes local slug = mw.ustring.lower(base) slug = mw.ustring.gsub(slug, " ", "-") local url = "https://adarislibrary.org/docs/books/" .. category...")