Module:GetRandomCreature: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
local p = {}
local p = {}
local luatable
function p.parse(frame)
function p.parse(frame)
local table = {
luatable = luatable or {
  r = "#a64a2e",
  r = "#a64a2e",
  R = "#d74200",
  R = "#d74200",
Line 29: Line 30:


function p.test(z)
function p.test(z)
local table = {
luatable = luatable or {
  [r] = "#a64a2e",
  [r] = "#a64a2e",
  [R] = "#d74200",
  [R] = "#d74200",