All public logs

Combined display of all available logs of Candypedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:58, 31 May 2024 165.225.232.199 talk created page Module:PageNotice (Created page with "local p = {} function p.checkCategory(frame) local categories = { ["Needs Polish"] = "Notice Needs Polish", ["Stub"] = "Notice Stub", ["Stub for LLM content"] = "Notice Stub for LLM content", ["Raw LLM output"] = "Notice LLM raw" } for category, notice in pairs(categories) do if mw.title.getCurrentTitle():inCategory(category) then return frame:expandTemplate{ title = notice } end end retur...")