https://bugzilla.wikimedia.org/show_bug.cgi?id=18254
--- Comment #4 from [email protected] 2012-04-04 15:35:40 UTC --- Maybe I can explain this better. At the moment we have a 'page_is_redirect' column in the 'page' table allowing us to quickly identify redirects in pages which link to them. At the moment this column is simply: 0 = Normal Article 1 = Redirect I propose to rename 'page_is_redirect' to 'class' and allow other values. For example: 0 = Normal Article 1 = Redirect 2 = Stub 3 = Disambiguation page And possible others. Obviously an article could only be in any one category at the same time, but I don't think there could be any page in more than one of the examples given. This would allow for colour coding for stubs (currently possible but highly inaccurate) and disambiguation page. And hopefully without increasing server overhead. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
