Content deleted Content added
m typo |
exclude literal case from adding wikilink, add missing termination |
||
Line 115:
if (uselabels) then
label = labels[part]
if (uselinks and part ~= "l") then
label = "[[" .. wlinks[part] .. "|" .. label .. "]]"
end
Line 124:
if (cats[part]) then
-- if has associated category add it
val = cats[part] .. val .. "; "
end
if (ISOlang[part]) then
|