# File lib/wikicloth/wiki_link_handler.rb, line 192 def pipe_trick(page) t = page.split(":") t = t[1..-1] if t.size > 1 return t.join("").split(/[,(]/)[0] end