11 November 2024
no edit summary
m+167
no edit summary
m+94
no edit summary
mno edit summary
m+3
no edit summary
m+136
no edit summary
m−4
no edit summary
m−16
no edit summary
m+1
no edit summary
m+66
no edit summary
m+107
no edit summary
m+19
no edit summary
m−36
no edit summary
m−335
no edit summary
m+30
no edit summary
m−36
Created page with "local getArgument = require('Module:Arguments').getArgument local p = {} function capitalFirst(str) -- Allows capitalization of the first letter of each word in a string; adapted from (https://stackoverflow.com/questions/20284515/capitalize-first-letter-of-every-word-in-lua) return (str:gsub("(%l)(%w*)", function(a,b) return string.upper(a)..b end)) end function p.Main(frame) local args = frame.args local game = 'dx2' local input = args[1]:lower() local getSk..."
+3,199