User talk:Ricky Spanish: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
m (Getting rid of link to page of first edit on user talk pages. This link can create issues at Special:WantedPages if page of first edit is deleted.)
m (switching logo to wiki-wordmark.png so that it will change whenever we change the logo)
Line 1: Line 1:
<div id=glow><div id=sfh style="font-size:150%;line-height:110%;text-align:center;">'''Welcome to the [[file:wordmark 2011 test4.png|Tardis:About]] Ricky Spanish</div><div id=infobox-exterior style="margin-left:10px;margin-bottom:10px">
<div id=glow><div id=sfh style="font-size:150%;line-height:110%;text-align:center;">'''Welcome to the [[file:wiki-wordmark.png|Tardis:About]] Ricky Spanish</div><div id=infobox-exterior style="margin-left:10px;margin-bottom:10px">
{|id=infobox-interior class="wikitable-collapsible collapsed"  
{|id=infobox-interior class="wikitable-collapsible collapsed"  
|-
|-

Revision as of 23:44, 11 January 2013

Welcome to the Tardis:About Ricky Spanish

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'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. -- CzechOut (Talk) 00:44, 2012 September 15

Loading image

To be honest, it's a pain in the ass. It took a lot of fiddling around. There are about three parts of it.

  1. Creating a transparent .gif that you'll use as the loading "throbber"
  2. Changing the appropriate MediaWiki messages: MediaWiki:Wikia-editor-loadingStates-loading and MediaWiki:Wikia-editor-loadingStates-saving
  3. Fiddling with the location of the throbber through CSS

Here's the alterations to MediaWiki:Common.css we use, but it wouldn't work right out of the box for your own wiki, because it takes into account the precise text message we use, and the exact size of our throbber.

This part affects the text of MediaWiki:Wikia-editor-loadingStates-loading and MediaWiki:Wikia-editor-loadingStates-saving.

div.loading-message {
   font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif !important; 
   letter-spacing: 1.5px;
   text-transform: uppercase;
}

And this part changes the .gif throbber away from the default:

#EditPageEditor .loading-indicator .loading-message .loading-throbber {
   background-image: url(http://images3.wikia.nocookie.net/tardis/images/c/c6/TardisLoader.gif) !important;
   background-size: 242px 200px !important;
   background-repeat:no-repeat !important;
   background-position:top center;
   background-color:transparent;
   overflow:visible;
   height:200px !important;
   width: 600px !important;
}

What you would need to do is upload your animated gif, then go to its file page (say, file:throbber.gif), then click on it again there so that you're getting to its base images3.wikia.nocookie.net page. You'd then cut and paste that URL into the bit where we've got TardisLoader.gif, above.

Then you'd have to mess around with the background-position and the height and width values to get it where you want.

There's no one-size-fits-all answer to your question, which is probably why you don't see that many wikis messin' around with the loading message.
czechout<staff />    22:26: Sat 15 Sep 2012