Main public logs
From TwogPedia
Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:13, 16 January 2026 Admin talk contribs created page Module:JsonLdFix (Created page with "local p = {} function p.generate(frame) local title = mw.title.getCurrentTitle() local fullUrl = title:getFullURL() local jsonld = { ["@type"] = "NewsArticle", mainEntityOfPage = { ["@type"] = "WebPage", ["@id"] = fullUrl } } return mw.text.jsonEncode(jsonld) end return p")
No categories