local p =
function p.link(frame) if (frame.args[1]
function generateEnd(linkName, isEL) endBit = "
" if (linkName ~= nil) then endBit = linkName .. endBit end if (isELtrue) then endBit = " " .. endBit elseif (linkName ~= nil) then endBit = "|" .. endBit .. "]" else endBit = endBit .. "]" end return endBitend
return p