Module:labels: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Added slash functionality)
mNo edit summary
Line 35: Line 35:
skip_comma = true
skip_comma = true
end
end
out = out .. (skip_comma or ",")
out = out .. (skip_comma and "" or ",")
if not (l_id == "/" or labels[i-1] == "/") then
if not (l_id == "/" or labels[i-1] == "/") then
out = out .. " "
out = out .. " "

Navigation menu