https://bugzilla.wikimedia.org/show_bug.cgi?id=55204
--- Comment #6 from John Mark Vandenberg <[email protected]> --- (In reply to Fabian from comment #5) > .. to add a "is_special" There are a few different types of 'special' - it would be good to have different names for each of them. is_langlink (i.e. sidebar interlanguage links; git grep langlink shows Link already has some functionality about these) is_transclude (for [[File:Foobar.png]]) is_category is_metadata = is_langlink or is_category is_special = is_langlink or is_category or is_transclude Another type that comes to mind is [[/example/]] , which is not special in the same sense as the above, but it does cause many problems (i.e. during page moves) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
