All public logs
Combined display of all available logs of WikipediNyah. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:40, 9 April 2023 NeonWabbit talk contribs created page Module:Sort title (Created page with "local match = require("Module:String")._match local p = {} --Local function which is used to return a number without commas. For example: 4,722 will become 4722. -- local function cleanNumberFromCommas(title) return string.gsub(title, "(%d+)(,+)", "%1") end --Local function which is used to check if the word is an article. Returns true if it is, false if it isn't. -- local function isFirstWordAnArticle(word) word = string.lower(word) if (word == "a" or wo...")