Combined display of all available logs of Silly Cats Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:40, 6 May 2025 Phantom talk contribs created page Module:Flags (Created page with "local p = {} function p.flag(frame) local code = frame.args[1] or "" code = mw.ustring.lower(code) if code == "" then return "No country code provided" end local url = string.format("https://flagcdn.com/w320/%s.png", code) return string.format('20px|border|alt=%s flag', url, code:upper()) end return p")