Module:labels: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 41: Line 41:
end
end
if label == null then
if label == null then
if mw.ustring.find(l_id, "^%[[^%[%]]+%]$") then
if l_id == "/" then
out = out .. "</i>/<i>"
elseif mw.ustring.find(l_id, "^%[[^%[%]]+%]$") then
local l_id_link = mw.ustring.match(l_id, "%[([^%[%]]+)%]")
local l_id_link = mw.ustring.match(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>"

Navigation menu