Module:Hatnote: Difference between revisions
Jump to navigation
Jump to search
fix colon-removing pattern
>Mr. Stradivarius (properly deal with links escaped using the colon trick) |
>Mr. Stradivarius (fix colon-removing pattern) |
||
Line 59: | Line 59: | ||
-- colon trick for categories and files, as otherwise category links | -- colon trick for categories and files, as otherwise category links | ||
-- categorise the page and file links display the file. | -- categorise the page and file links display the file. | ||
link = link:match('^: | link = link:match('^:(.*)') or link -- Remove initial colon if specified. | ||
local namespace = findNamespaceId(link) | local namespace = findNamespaceId(link) | ||
local colon | local colon |