https://bugzilla.wikimedia.org/show_bug.cgi?id=43179
Web browser: ---
Bug ID: 43179
Summary: Separate link class for anonymous users
Product: MediaWiki
Version: 1.20.2
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: Unprioritized
Component: Special pages
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
Right now on Recent changes, links for logged-in users and IP's use the same
"mw-userlink" class:
<a class="mw-userlink" title="User:USER123" href="/User:USER123">USER123</a>
<a class="mw-userlink" title="Special:Contributions/12.34.567.89"
href="Special:Contributions/12.34.567.89">12.34.567.89</a>
I'm proposing that we give IP's a separate link class so that I can use CSS to
make the IP's a different color to stand-out. This would make patrolling edits
on Recent changes easier for me and my admins. Something like:
<a class="mw-userlink" title="User:USER123" href="/User:USER123">USER123</a>
<a class="mw-anonlink" title="Special:Contributions/12.34.567.89"
href="Special:Contributions/12.34.567.89">12.34.567.89</a>
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l