Main public logs
Appearance
Combined display of all available logs of Semantic Stargate Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:00, 18 November 2025 LIMAFOX76 talk contribs created page Module:Episode nb (Created page with "local p = {} -- Utility function to add ordinal suffixes (1st, 2nd, 3rd, etc.) local function ordinal(n) local specials = { [1] = "1st", [2] = "2nd", [3] = "3rd", [21] = "21st", [22] = "22nd" } if specials[n] then return specials[n] else return tostring(n) .. "th" end end function p.main(frame) local args = frame:getParent().args -- Episode part local episode if args.episode an...")