Revision as of 15:22, 20 July 2026 by Harald Müller-Bergmann (talk | contribs) (Created page with "local p = {} function p.propertiesOfPage( frame ) local pageName = frame.args[1] or '' if pageName == '' then return '' end local rows = mw.neowiki.query([[ MATCH (page:Page {wiki_id: $wikiId}) WHERE page.name = $pageName MATCH (page)-[:HasSubject]->(s:Subject) UNWIND keys(s) AS prop WITH DISTINCT prop WHERE NOT prop IN ['id', 'wiki_id', 'name'] RETURN prop ORDER BY prop ]], { pageName = pageName,...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://dev.galaxy.bluespice.de/wiki/Module:NeoWikiQueries"