Modulo:FunzioniGeneriche: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
m
nessun oggetto della modifica
(Removes suffix year or number specification)
mNessun oggetto della modifica
Riga 287: Riga 287:
         end
         end
        
        
         --[=[
         if string.find(ParaString, "%[%[") == nil then
        -- Determine if property is Assignment
        -- There is no wikilink, plain text
    if PropName == "Assegnazione" then
        LIPattern = "<li>(.-)</li>"
    -- Look for <i> to get the object of assignment
        else
    LIPattern = "<li>.-<i>%[%[(.-)%]%]</i>.-</li>"
        -- A wikilink is present, discard surrounding text
    else
        LIPattern = "<li>.-%[%[(.-)%]%].-</li>"
    LIPattern = "<li>.-%[%[(.-)%]%].-</li>"
        end
    end
    ]=]
   
    LIPattern = "<li>.-%[%[(.-)%]%].-</li>"
    
    
     -- Determine if property is Assignment, so process a string like:
     -- Determine if property is Assignment, so process a string like:

Menu di navigazione