Help:Signatures

From Tardis Wiki, the free Doctor Who reference

A signature is a piece of text and wikicode which identifies you as the author of a block of text. It looks like this:
czechout<staff />    <span style="">01:56:34 Sat 09 Jul 2011 

Definition

A signature is comprised of at least three parts. It should contain an automatic link to your user page, making it easy for others to learn more about you. It should also contain a link to your user talk page, so that people can easily communicate with you. And finally, it should contain a datestamp. The date contained in the signature also indicates how current the discussion is and the order in which comments were made.

On talk pages and forum pages, signing your name helps others to keep track of discussions, and to understand who holds which opinions. This is considered good "Wikiquette".

Generally, your contributions to articles, help pages, policies, and other content pages should not be signed. However, our signature policy, which governs the use of signatures on this wiki, requires that you sign your contributions to talk and forum pages.

How do I add a signature?

If you do nothing to your preferences, the system will give you a basic signature every time you type four tildes in a row, like this:

~~~~

Well, okay, not that big. But you get the point. A perfectly usable signature is provided for you by default.

If you want to make it more colorful or interesting, you certainly may, so long as you observe whatever rules are currently in place at our signature policy.

How do I make my signature "cooler"?

There are two main ways in which you can adapt your signature. Both of them involve changing the "signature" line on the main page of your user preferences here at Wikia. You can either click the link, or you can find your name at the top right of this page, and pull down to "my preferences".

Once you're on the main preferences page, scroll down to the signature line. If you want to change your signature, you'll have to modify this line. You can alter this line one of two ways:

  1. Enter the code which creates your signature on this line
  2. Use this line to call a template, making the template be the place where your actual signature code resides.

Method one: wikicode in Special:Preferences

If you put your code directly into the signature line at Special:Preferences, it's somewhat easier. You don't have to create any additional pages for templates. However, there's a maximum number of characters that can be accepted on this line, meaning that your signature can't be particularly complex. You'll have roughly enough space to throw in a couple of colors, maybe change the font. But that's about it.

It's beyond the scope of this document to tell you exactly what code you should put in this line. A good way to learn is to go to talk pages at Wikipedia and just look at the signatures there. You'll see a variety of interesting and creative uses of the space allowed by Special:Preferences. Cut and paste some of the code from people's signature; play around with it. You might try looking at some places like wikipedia:WP:tables for overviews on how to use code to change bits of tables. Or do a Google search for "wikia signatures". You'll find lots of examples with a minimum of effort.

An example of method one

Although you can find plenty of creative examples elsewhere, let's take a look at a home-grown example of this first method. User:Bold Clone's signature changes the color of each word in his name, and links each to the pages our policy requires. Here's what he has in his signature line at Special:Preferences:

--[[User:Bold Clone|<span style="color:blue">'''Bold'''</span>]] [[User Talk:Bold Clone|<span style="color:gold">'''Clone'''</span>]]

This produces the following when he types four tildes (~~~~): --Bold Clone 18:22, January 7, 2011 (UTC)

Method two: calling a template

Although some wikis — like Wikipedia -— only allow you to use the above method, we here at the Doctor Who wiki allow you to also use the signature line in your preferences to call a template. What this means is that you change your Special:Preferences section to

This has numerous advantages and a couple of drawbacks.