User:FlyingAce


Babel user information
es-N Esta usuaria tiene una comprensión nativa del español.
en-5 This user has professional knowledge of English.
de-1 Diese Benutzerin beherrscht Deutsch auf grundlegendem Niveau.
it-1 Questa utente può contribuire con un livello elementare in italiano.
Users by language

Welcome to my userpage! Most of the time I'm patrolling recent changes and reverting vandalism. I also like stopping by the Help Desk or the Teahouse to answer the occasional question (and learn from others' answers). Every now and then, when I have some free time, I get the writing bug – I've written / copyedited a few short articles, and translated them to Spanish (and viceversa).

I collaborate mostly here and in the Spanish Wikipedia, but also help combat cross-wiki vandalism and spam. I try to always assume good faith, and ask for the same in return. I'll be happy to answer any questions you may have regarding my on-wiki actions – my talkpage is only a click away


Tip of the day...
How to make redirects appear green to you

Here is a trick to make redirected wikilinks stand out by turning them green instead of blue! This is especially useful when working on navigation aids like lists and outlines, where you need to be sure a link leads to where it says it links to. This quick and easy solution uses customized CSS:

Go to your Preferences, click on the "Appearance" tab, and click the "Custom CSS" to the right of the skin you use. It opens a page to edit, and you can add the following code (just copy and paste it):

	.mw-redirect {
		color: #006633;
	}
	.mw-redirect:visited {
		color: #009900;
	}
	.mw-redirect:hover {
		color: #990000;
	}
	.mw-redirect:active {
		color: #990000;
	}
Save the page, and reload (bypass your browser cache) and/or (Purge) the Wikipedia server to force the new CSS to be included. All redirects will now show up as green links! If you prefer a different color, you can modify them by using six-digit hex codes.


To add this auto-updating template to your user page, use
{{tip of the day}}