Page history
Jump to navigation
Jump to search
11 December 2024
10 December 2024
no edit summary
+114
no edit summary
+44
no edit summary
+85
no edit summary
+203
Billy Mitchell moved page Module:Sandbox/GameDesc to Module:GameDesc without leaving a redirect
m
5 December 2024
15 October 2024
no edit summary
m−19
no edit summary
m+4
no edit summary
+8
Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} local function capitalizeFirstLetter(input) return input:sub(1,1):upper() .. input:sub(2) end function p.main(frame) local args = getArgs(frame) local category = args[1]:lower() --I.e. is it skill or item? local game = args[2]:lower() local thing = args[3]:lower() local data = require("Module:Data/" .. capitalizeFirstLetter(category) .. "/" .. game) local dataTable = data[category] local gameLink =..."
+1,040