45,646
edits
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 | ||