Help:Signatures: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
m (Protected "Help:Signatures" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(Refined instructions and rules, upgraded coding use the current user's name to give automatic links to the necessary signature pages.)
Line 1: Line 1:
'''Signatures'''
'''Signatures'''


==Creating a Custom Signature==
== Creating a Custom Signature ==
There are two main ways to create a custom signature.
There are two main ways to create a custom signature.
=== Option One ===
=== Basic Signature ===
::<small><b><i>Note:</i></b> <i>Only use this option if your signature is very simple. If it is too complex, you may be asked to use the second option.</i></small>
::<small><b><i>Note:</i></b> <i>Only use this option if your signature is very simple. If it is too complex, you may be asked to use the second option.</i></small>
#Go to <span class="plainlinks">[http://zeldadungeon.net/wiki/i my preferences]</span> and type what you want your signature to appear as in the "signature" box.
#Go to <span class="plainlinks">[http://zeldadungeon.net/wiki/i my preferences]</span> and type what you want your signature to appear as in the "signature" box.
#*Note that you will have to enter not only the text that you want to have appear, but also the coding to make it work. So <code><nowiki>Matt (Talk)</nowiki></code> will do nothing. It would have to be <code><nowiki>[[User:Matt|Matt]] ([[User talk:Matt|Talk]])</nowiki></code>.
#*Note that you will have to enter not only the text that you want to have appear, but also the coding to make it work. So <code>{{CURRENTUSER}} (Talk)</code> will do nothing. It would have to be <code><nowiki>[[User:</nowiki>{{CURRENTUSER}}|{{CURRENTUSER}}<nowiki>]] ([[User talk:</nowiki>{{CURRENTUSER}}<nowiki>|Talk]])</nowiki></code>.
#Make sure that the "Treat signature as wikitext" box is '''checked'''. This allows your custom coding to work.
#Make sure that the "Treat signature as wikitext" box is '''checked'''. This allows your custom coding to work.
#Save your preferences, and use with the same four tildes (<nowiki>~~~~</nowiki>) that you normally do.
#Save your preferences, and use with the same four tildes (<nowiki>~~~~</nowiki>) that you normally do.




=== Option Two ===
=== Advanced  Signature ===
Be sure to follow these directions '''exactly''' or this will not work properly.
Be sure to follow these directions '''exactly''' or this will not work properly. Click on the links to take you to the pages you need to create.  
#Create a page titled '''User:'''''username''/'''sig''', replacing ''username'' with your full username.
#Create a page titled [[User:{{CURRENTUSER}}/Sig|'''User:'''''{{CURRENTUSER}}''/'''Sig''']].
#Enter the necessary coding for your signature in this page.
#Enter the necessary coding for your signature in this page.
#Save the page.
#Save the page.
#Create a second page titled '''User:'''''username''/'''sig2''', again replacing ''username'' with your full username.
#Create a second page titled [[User:{{CURRENTUSER}}/Sig2|'''User:'''''{{CURRENTUSER}}''/'''Sig2''']].
#In this page, type only this:
#In this page, type only this:
#:'''<nowiki>{</nowiki>{User:'''''username''/'''sig}}'''
#:'''<nowiki>{</nowiki>{User:'''''{{CURRENTUSER}}''/'''Sig}}'''
#Save the page.
#Save the page.
#Go to <span class="plainlinks">[http://zeldadungeon.net/wiki/iSpecial:Preferences my preferences]</span> and type the following into the "signature" box:
#Go to [[Special:Preferences|my preferences]] and type the following into the "signature" box:
#:'''<nowiki>{</nowiki>{subst:User:'''''Username''/'''sig2}}'''
#:'''<nowiki>{</nowiki>{subst:User:'''''{{CURRENTUSER}}''/'''Sig2}}'''
#Make sure that the "''Treat signature as wikitext (without an automatic link)''" box is '''checked'''.
#Make sure that the "''Treat signature as wikitext (without an automatic link)''" box is '''checked'''.
#Save your preferences, and use with the same four tildes (<nowiki>~~~~</nowiki>) that you normally do.
#Save your preferences, and use with the same four tildes (<nowiki>~~~~</nowiki>) that you normally do.
Line 29: Line 29:


*Make sure that any colors or fonts you use are legible and work with the wiki's theme so it remains readable.
*Make sure that any colors or fonts you use are legible and work with the wiki's theme so it remains readable.
*Please do not use images in your signatures.
*Generally, you should not use images in your signatures. Smaller, icon-sized images can be acceptable, so long as they're not too distracting or too large.
*Do not add text such as quotes or extra wording to signatures. It makes them too long and potentially distracting.
*Do not add excessive text such as quotes or extra wording to signatures. It makes them too long and distracting.
*Don't make signatures longer than you need to. The format of wiki discussion pages do not allow for extensive signatures  
*Don't make signatures longer than you need to. The format of wiki discussion pages do not allow for extensive signatures.
*Make sure to close all coding because broken codes affect any pages that the signature is placed on.
*Make sure to close all coding because broken tagss affect all the text on the page after the signature and can potentially make a page entirely unreadable.
*Please always place your signature on the <b><big>SAME LINE</big></b> as the end of your talk post and <b><big>DO NOT</big></b> place it on a new line. This is distracting and can break coding on some pages.
*Please always place your signature on the <strong>SAME LINE</strong> as the end of your talk post and <strong>DO NOT</strong> place it on a new line. This is distracting and can break coding on most discussion pages, such as indentations.
 
If there is a problem with your signature, an [[Zelda Dungeon Wiki:Administrators|administrator]] might ask you to correct it. In the case of broken coding in your signature, most admins will just correct it themselves. For anything else, you will be asked to fix it yourself.

Revision as of 11:10, February 12, 2012

Signatures

Creating a Custom Signature

There are two main ways to create a custom signature.

Basic Signature

Note: Only use this option if your signature is very simple. If it is too complex, you may be asked to use the second option.
  1. Go to my preferences and type what you want your signature to appear as in the "signature" box.
  2. Make sure that the "Treat signature as wikitext" box is checked. This allows your custom coding to work.
  3. Save your preferences, and use with the same four tildes (~~~~) that you normally do.


Advanced Signature

Be sure to follow these directions exactly or this will not work properly. Click on the links to take you to the pages you need to create.

  1. Create a page titled [[User:Template:CURRENTUSER/Sig|User:Template:CURRENTUSER/Sig]].
  2. Enter the necessary coding for your signature in this page.
  3. Save the page.
  4. Create a second page titled [[User:Template:CURRENTUSER/Sig2|User:Template:CURRENTUSER/Sig2]].
  5. In this page, type only this:
    {{User:Template:CURRENTUSER/Sig}}
  6. Save the page.
  7. Go to my preferences and type the following into the "signature" box:
    {{subst:User:Template:CURRENTUSER/Sig2}}
  8. Make sure that the "Treat signature as wikitext (without an automatic link)" box is checked.
  9. Save your preferences, and use with the same four tildes (~~~~) that you normally do.

Signature Rules

We're fairly lenient with signatures, however, there are a few rules that we ask you adhere to in your signature. These are mainly to prevent unnecsary distractions or problems with discussion pages.

  • Make sure that any colors or fonts you use are legible and work with the wiki's theme so it remains readable.
  • Generally, you should not use images in your signatures. Smaller, icon-sized images can be acceptable, so long as they're not too distracting or too large.
  • Do not add excessive text such as quotes or extra wording to signatures. It makes them too long and distracting.
  • Don't make signatures longer than you need to. The format of wiki discussion pages do not allow for extensive signatures.
  • Make sure to close all coding because broken tagss affect all the text on the page after the signature and can potentially make a page entirely unreadable.
  • Please always place your signature on the SAME LINE as the end of your talk post and DO NOT place it on a new line. This is distracting and can break coding on most discussion pages, such as indentations.

If there is a problem with your signature, an administrator might ask you to correct it. In the case of broken coding in your signature, most admins will just correct it themselves. For anything else, you will be asked to fix it yourself.