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).
- 13:41, 26 February 2026 Noeth talk contribs created page Module:ExternalCatalogueLinks (Created page with "-- Module:ExternalCatalogueLinks local p = {} function p.render(frame) local pagename = frame:preprocess("{{PAGENAME}}") local results = mw.smw.ask({ "- Has subobject::" .. pagename .. "", "?Has External Catalogue Title", "?Has External Catalogue Link" }) if not results or #results == 0 then return "" end local items = {} for _, row in ipairs(results) do local title = row["Has Ex...")