NeonWabbit
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..."