Combined display of all available logs of NOISZ Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:23, 6 June 2025 RiceEmpress talk contribs created page Module:Bluesky RSS Feed Test (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local posts = {} posts["description"] = {} posts["pubDate"] = {} posts["link"] = {} local rss_table = {} local rss = mw.ext.externaldata.getWebData { url = 'https://bsky.app/profile/did:plc:ve2p3lz33ivtyikqztvsgtx3/rss' , data = {pubDate = 'pubDate', description = 'description', link= 'link'} , format = 'xml' } for k, v in ipairs(rss) do if string.find(v["description"],"NOISZ") and v["des...")