Module:qhv-pron/testcases: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 7: Line 7:


local function linkup(text, noresp)
local function linkup(text, noresp)
return "[[Contionary:" .. noresp or text .. "#High Valyrian|" .. text .. "]]"
return "[[Contionary:" .. noresp ~= nil and noresp or text .. "#High Valyrian|" .. text .. "]]"
end
end


Navigation menu