Editing Module:UCP 0 You do not have permission to edit this page, for the following reasons: The action you have requested is limited to users in one of the groups: Users, FANDOM Staff, FANDOM Helpers, Wiki Managers, Content Team Members. Please log in to edit this wiki.Joining Fandom Developers Wiki is free, and it only takes a minute.We hope that you sign in, and become a member of the community!Click here to log in or create an account more + You can view and copy the source of this page: -- <nowiki> local function getScriptInfo(index, default) return function(frame) local split = mw.text.split(frame.args[1], '\n|', true) if split[index] then return mw.text.trim(split[index]) else return default end end end return { status = getScriptInfo(2, 'unknown'), reason = getScriptInfo(3), maintainer = getScriptInfo(4) } Return to Module:UCP. Edit summary Show changes