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).

Logs
  • 07:53, 15 January 2026 Admin talk contribs created page Module:TruncDesc (Created page with "local p = {} function p.get(frame) local manual = frame.args.seo_description or "" local content = frame.args.content or "" local text = (manual ~= "") and manual or content local subbed = mw.ustring.sub(text, 1, 160) subbed = mw.ustring.gsub(subbed, "%s+", " ") return mw.text.trim(subbed) end return p")