67 741
contributi
(Removes suffix year or number specification) |
mNessun oggetto della modifica |
||
Riga 287: | Riga 287: | ||
end | end | ||
if string.find(ParaString, "%[%[") == nil then | |||
-- There is no wikilink, plain text | |||
LIPattern = "<li>(.-)</li>" | |||
else | |||
-- A wikilink is present, discard surrounding text | |||
LIPattern = "<li>.-%[%[(.-)%]%].-</li>" | |||
end | |||
-- Determine if property is Assignment, so process a string like: | -- Determine if property is Assignment, so process a string like: |