User talk:Vatsa1708

From Tardis Wiki, the free Doctor Who reference
Welcome to the Tardis:About Vatsa1708

Thanks for your edits! We hope you'll keep on editing with us. This is a great time to have joined us, because now you can play the Game of Rassilon with us and win cool stuff! Well, okay, badges. That have no monetary value. And that largely only you can see. But still: they're cool!

We only take the best!

We've got a couple of important quirks for a Wikia wiki, so let's get them out of the way first.
British English, please
We generally use British English round these parts, so if you're American, please be sure you set your spell checker to BrEng, and take a gander at our spelling cheat card.
Spoilers aren't cool
We have a strict definition of "spoiler" that you may find a bit unusual. Basically, a spoiler, to us, is anything that comes from a story which has not been released yet. So, even if you've got some info from a BBC press release or official trailer, it basically can't be referenced here. In other words, you gotta wait until the episode has finished its premiere broadcast to start editing about its contents. Please check the spoiler policy for more details.
Other useful stuff
Aside from those two things, we also have some pages that you should probably read when you get a chance, like:

If you're brand new to wiki editing — and we all were, once! —  you probably want to check out these tutorials at Wikipedia, the world's largest wiki:

Remember that you should always sign your comments on talk and vote pages using four tildes like this:
~ ~ ~ ~

Thanks for becoming a member of the TARDIS crew! If you have any questions, see the Help pages, add a question to one of the Forums or ask on my talk page. -- Tangerineduel (Talk) 14:10, 2 April 2012

Fonts[[edit source]]

Hmmmm. I gotta say that I'm not quite sure what you're asking about. I've got customised fonts running through just about everything.

Seriously, almost every CSS element on the wiki has a defined font.

And then there are some on-the-fly font classes/ids for easy use.
If you want to narrow your question down a bit, I can help you better.

Or you could examine MediaWiki:Common.css. It's pretty well annotated. Much, though not all, of the font stuff is near the top of the file.
czechout<staff />   14:35: Mon 02 Apr 2012 

Weird. Your CSS has much more complicated font declarations than this. I mean you're importing fonts, which we don't do here. I'm sorta surprised you need my help. Anyway, you just put Verdana in there. Nothing complicated.
font-family: 'Verdana'
That's it. Of course, such a declaration will assume that all your visitors have Verdana installed on their machines. That's a pretty good assumption, but there are undoubtedly a few people who won't have it. (Linux types, mainly.) Thus it's usually better to build what's called a "font stack". (I'm sorry if I'm talking down to you, but I'm really confused as to your CSS abilities.) Let's take another look at the declaration you put on my talk page:
font-family: 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
What this is saying is, try to use Book Antigua. If there's no Book Antigua, use Calisto MT. If that's not available, go to Lucida Bright, Georgia, DejaVu Serif, in that order. If all that fails then just go to whatever passes for serif on this machine.
The virtue of using a font stack is that it covers your bases. With the font stack I've created, I'm preferencing the slightly less common Book Antigua/Calisto MT/Lucida Bright, but I'm guaranteeing that I'll get some sort of sans-serif font. If you just give
font-family:'Verdana'
, then some people are going to fall through to Wikia default, Arial. The reason that I've defined so many is because I've chosen the most popular fonts on Linux and Windows machines that match Book Antigua. Then I've given fallbacks for all three systems (Georgia is both the Mac and Windows fallback). With this font family, only about .5% of all users will ever fall all the way to the simple "serif" declaration.
If you're entirely new to the concept of font stacks, you'll probably want to use any one of the many font stack generators on the web. I like Codestyle's font stack builder, but it's not the only one around.
So that answers the question of what to put in your font stack and how to build it. But it doesn't answer where to put it. I'm assuming you know the main CSS elements that need font declaration in order for your site's text to be affected? If not, you'll need to scan not just Common.css, but also our Wikia.css and Monobook.css, to see. The biggie, of course is .WikiaArticle, but there are other key CSS elements that need font styling (like .h1, .h2, .h3, .h4, .h5, .h6) if you want to move all your text away from the Wikia default. Luckily, we're a good wiki to look at, because nothing on our site is left in Arial. It's 100% customised. So you can see the points you have to change. The downside is that you have to customise everything to achieve it, sometimes to the point of adding !important to override particularly stubborn Wikia defaults.
czechout<staff />   16:49: Mon 02 Apr 2012 

Preset Font IDs[[edit source]]

Okay, I've never seen any wikia wiki do this before, so lemme explain the theory behind these presets. Basically, there are a few "major" classes of fonts. There's monospace, serif and sans-serif — which are the ones I've defined. (There's also cursive and fantasy, but we don't use those here, so I haven't defined them.) Because I use certain types of fonts in certain, consistent locations, there was a need to quickly style text in a particular style of font. Moreover, because my font stacks are huge, I really didn't want to be putting the whole font stack in every single time I wanted to change a headline to sans-serif.

So what I did is to make both ids (#sf, for instance) and classes (.sf, for instance), to define a whole type (or family) of fonts. This then allowed me to transform text in a super simple way. So if I want to make a few words of text monospace within a sentence, all I have to do is type, <span class=mn>text</span>. I can then be assured that I'm using the same font stack of monospaced fonts in exactly the same way every time. And I do it a fraction of the keystrokes. This becomes really important when adding to templates, because it can become quite a nightmare if you have to worry about really small islands of text. Also, having a place in the CSS where I've centrally defined the fonts means that if I have a need to style fonts on a particular new element, I just return to the top of the page, grab the font family and insert it where ever I need it.

This method arose, I suppose, because of indecision. Initially I couldn't make up my mind whether I liked Georgia or Book Antiqua best. So I had some of my declarations with Georgia as the lead font and some with Book Antiqua. This led to a noticeable inconsistency. So defining the font families for each major font type really helped out.

If you're not going to mess with a mixture of different font types — like if you're going Verdana and only Verdana — you might not need to go to this trouble. But because we basically use serif for the body of articles, sans-serif for the section heads and infoboxes, and monospace for occasional bits of clarity (as with ISBN numbers, where it's important to distinguish between numerals and letters), I find this stricter definition indispensable.
czechout<staff />   18:45: Mon 02 Apr 2012 

Christmas cheer[[edit source]]

Happy holidays!

As this fiftieth anniversary year comes to a close, we here at Tardis just want to thank you for being a part of our community — even if you haven't edited here in a while. If you have edited with us this year, then thanks for all your hard work.

This year has seen an impressive amount of growth. We've added about 11,000 pages this year, which is frankly incredible for a wiki this big. November was predictably one of the busiest months we've ever had: over 500 unique editors pitched in. It was the highest number of editors in wiki history for a year in which only one programme in the DWU was active. And our viewing stats have been through the roof. We've averaged well over 2 million page views each week for the last two months, with some weeks seeing over 4 million views!

We've received an unprecedented level of support from Wikia Staff, resulting in all sorts of new goodies and productive new relationships. And we've recently decided to lift almost every block we've ever made so as to allow most everyone a second chance to be part of our community.

2014 promises to build on this year's foundations, especially since we've got a full, unbroken series coming up — something that hasn't happened since 2011. We hope you'll stick with us — or return to the Tardis — so that you can be a part of the fun!

TardisDataCoreRoadway.png