Anonimo

Modulo:FunzioniGeneriche: differenze tra le versioni

Da Wikitrek.
Special case
(Special case)
(Special case)
Riga 285: Riga 285:
         end
         end
        
        
         -- Look for <i> to determine if property is Assignment
         -- Determine if property is Assignment
    if string.find(ParaString, "<i>") == nil then
    if PropValue == "Assegnazione" then
    -- Look for <i> to get the object of assignment
    LIPattern = "<li>.-<i>%[%[(.-)%]%]</i>.-</li>"
    else
     LIPattern = "<li>.-%[%[(.-)%]%].-</li>"
     LIPattern = "<li>.-%[%[(.-)%]%].-</li>"
    else
    if PropName == "Classe navale" then
    LIPattern = "<li><i>%[%[(.-)%]%]</i></li>"
    else
    LIPattern = "<li>.-<i>%[%[(.-)%]%]</i>.-</li>"
    end
     end
     end