GuildWiki

GuildWiki has been locked down: anonymous editing and account creation are disabled. Current registered users are unaffected. Leave any comments on the Community Portal.

READ MORE

GuildWiki
Register
(please propose images for easter)
m (→‎Keep the Season alive: adding Saint Paddy's)
Line 79: Line 79:
   
 
<code><nowiki>.sigpic a { background:url('http://images4.wikia.nocookie.net/gw/images/9/90/Kuh-User.png') center right no-repeat; padding-right: 22px; }</nowiki></code>
 
<code><nowiki>.sigpic a { background:url('http://images4.wikia.nocookie.net/gw/images/9/90/Kuh-User.png') center right no-repeat; padding-right: 22px; }</nowiki></code>
  +
|-
  +
|[[Image:Clover-icon.png]]
  +
|
  +
<code><nowiki>/* St. Patrick's Day sigpic, see [[Guildwiki:sigpic]] */</nowiki></code>
  +
<code><nowiki>,sigpic a { background:url('http://images2.wikia.nocookie.net/gw/images/6/65/Clover-icon.png) center right no-repeat; padding-right: 22px; }</nowiki></code>
 
|}
 
|}

Revision as of 11:34, 1 April 2009

The sigpic feature adds a seasonal image to your signature from time to time.

Proposed signature images

none so far

Existing signature images

  • Kuh-User Year of the Ox Dragon Festival 2009
  • Clover-icon St. Patrick's Day

What it looks like

live Screenshot Dragon Festival 2009

With sigpic:
Without (or out of season):

◄mendel► 01:29, 21 January 2009 (UTC)
◄mendel► 01:29, 21 January 2009 (UTC)

Sigpic-demo

Image signature:

Felix Omni Signature 22:21, 19 January 2009 (UTC)

Sigpic-demo2

How it works

Once you have changed your signature, you'll always automatically get a seasonal image. The image goes away when the season is over, and is automatically replaced by another image when a new season begins (this happens when a GuildWiki sysop makes the central change). For example, you might see an ox on Dragon Festival 2009 and a snowflake on Wintersday. It also means you can change your signature now, and when dragon festival starts, all of the posts you signed after the change get the ox.

Your signature will behave like a tree through the seasons: a tree buds in spring, has green leaves in summer, brown leaves in autumn and bare twigs in winter; and the same transformation will be visible on a talk page with signatures of participating editors: the changes in our signatures will subtly change the appearance of the whole page as the seasons change.

To be completely clear about this: every present and past signature of yours gets updated retroactively if it has class="sigpic" on it. You cannot turn this off, although you can change your signature again so that from that point on your new signatures don't have it any more.

For that reason, it is important that everybody likes the signature images. That's why we show off the images and decide on new ones together here on this page.

Poll


How to use

  • Call up your user preferences.
  • In the Custom signature box, write <span class="sigpic">[[User:yourname|yourname]]</span> ~~~~~
  • Replace yourname with your actual user name.
  • Check the Raw signature checkbox right below that.
  • Save.

Creating a more complicated signature is possible, but optional.

How to add sigpic to an existing signature

Place the span tags around the link or image link that you want the sigpic image to appear on. Example:

<span class="sigpic">[[Image:mysig.jpg|myname]]</span>

There currently is discussion whether the sigpic is allowed in conjunction with another signature image, please see GuildWiki talk:Sigpic.

Keep the Season alive

If you do not want the season to change, you can always display a certain unchanging picture on all sigpic pictures (everyone's, not just your own). You need to copy the displayed code that corresponds to the picture that you want to see to either your monaco.css or monobook.css, depending on the skin you have chosen (default is Monaco).

Copy this code:

/* No sigpic, see [[GuildWiki:sigpic]] */

.sigpic a { background:transparent; padding-right: 0px; }

Kuh-User

/* Year of the Ox sigpic, see [[GuildWiki:sigpic]] */

.sigpic a { background:url('http://images4.wikia.nocookie.net/gw/images/9/90/Kuh-User.png') center right no-repeat; padding-right: 22px; }

Clover-icon

/* St. Patrick's Day sigpic, see [[Guildwiki:sigpic]] */ ,sigpic a { background:url('http://images2.wikia.nocookie.net/gw/images/6/65/Clover-icon.png) center right no-repeat; padding-right: 22px; }