Changes
prefix all links with colons to allow interwiki links to work.
	link = removeInitialColon(link)
	local namespace = p.findNamespaceId(link, false)
	local colon= ':'	-- The following lines were commented out to allow interwiki links to work,	-- as there is no harm in prefixing all links with colons.	-- if namespace == 6 or namespace == 14 then			-- 	colon = ':'	-- else			-- 	colon = ''	-- end
	-- Find whether a faux display value has been added with the {{!}} magic