Module:labels: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Added with +link functionality... hopefully)
mNo edit summary
Line 38: Line 38:
end
end
if label == null then
if label == null then
if mw.ustring.find(l_id, "^%[.+%]$") then
if mw.ustring.find(l_id, "^%[[^%[%]]+%]$") then
local l_id_link = mw.ustring.gmatch(l_id, "^%[(.+)%]$")
local l_id_link = mw.ustring.gmatch(l_id, "%[([^%[%]]+)%]")
out = out .. "</i>[[" .. l_id_link .. "#" .. language.name .. "|" .. l_id_link .. "]]<i>"
out = out .. "</i>[[" .. l_id_link .. "#" .. language.name .. "|" .. l_id_link .. "]]<i>"
else
else

Navigation menu