Anonimo

Modulo:DTSpecific: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
(Preliminary ListAppearances version)
mNessun oggetto della modifica
Riga 103: Riga 103:
             if Episodes ~= nil and CurrChar ~= nil then
             if Episodes ~= nil and CurrChar ~= nil then
             -- episodes list contains data to print out, print it
             -- episodes list contains data to print out, print it
             Row = CurrChar .. ": " .. table.concat(Episodes, ", ")
             Row = "[[" .. CurrChar .. "]]: [[" .. table.concat(Episodes, "]], [[") .. "]]"
             Episodes = {}
             Episodes = {}
             end
             end
Riga 126: Riga 126:
         if Episodes ~= nil then
         if Episodes ~= nil then
         -- episodes list contains data to print out, print it
         -- episodes list contains data to print out, print it
             Row = CurrChar .. ": " .. table.concat(Episodes, ", ")
             Row = "[[" .. CurrChar .. "]]: [[" .. table.concat(Episodes, "]], [[") .. "]]"
             Episodes = {}
             Episodes = {}
         end
         end