Anonymous

Module:Nomenclature: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
m
no edit summary
mNo edit summary
mNo edit summary
Line 172: Line 172:
local result = row.translation
local result = row.translation
if displayGames == true then
if displayGames == true then
result = result .. " " .. expgame.Display(games)
result = result .. " " .. expgame.printGames(games)
end
end