Anonimo

Modulo:DTSem: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 166: Riga 166:
             for _, Character in pairs(data) do
             for _, Character in pairs(data) do
             if Characters[data] == nil then
             if Characters[data] == nil then
             table.insert(Characters, data)
             table.insert(Characters, "Table" .. _) --data)
             end
             end
             end
             end
Riga 189: Riga 189:
--- Helper to extract recurring characters and list them
--- Helper to extract recurring characters and list them
--  
--  
-- @param Pages SMW QueryResult containing characters' pages names
-- @param Pages Table containing characters' pages names
-- @param Series String with name of the Series
-- @param Series String with name of the Series
-- @return String Bullet list of characters and episodes
-- @return String Bullet list of characters and episodes