Module:NameGenerator/NamingTable: Difference between revisions

Jump to navigation Jump to search
m
Illuminatiswag moved page Module:Sandbox/User:Illuminatiswag/namegen/NamingTable to Module:NameGenerator/NamingTable without leaving a redirect: make it tidy since people are actually using this
(added default template vars)
m (Illuminatiswag moved page Module:Sandbox/User:Illuminatiswag/namegen/NamingTable to Module:NameGenerator/NamingTable without leaving a redirect: make it tidy since people are actually using this)
 
(2 intermediate revisions by the same user not shown)
Line 7,114: Line 7,114:
   },
   },
}
}
p.naming.get_keys = function()
p.getkeys = function()
     local keyset = {}
     local keyset = {}
     for key, value in pairs(naming) do
     for key, value in pairs(p.naming) do
         if type(value) == 'table' then
         if type(value) == 'table' then
             table.insert(keyset, key)
             table.insert(keyset, key)

Navigation menu