All 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).
- 19:26, 27 February 2025 Noeth talk contribs created page Module:NarratorListModule (Created page with "local p = {} local function getSubobjects(shortTitle) local query = "Has subobject::+Has Short Title::" .. shortTitle .. "|?Has Narrator" local results = mw.smw.ask(query) return results end function p.getNarratorList(frame) local shortTitle = frame.args.shortTitle if not shortTitle then return "Error: shortTitle parameter is missing." end local results = getSubobjects(shortTitle) local groupedResults = {} for _, result in ipairs(results...")