Help:How to fix your signature: Difference between revisions

Content deleted Content added
Reverted 1 edit by 66.87.66.86 (talk): Rv test edit / toolbar misclick. (TW)
Line 3:
Changes made in November 2005 on the version of the [[MediaWiki]] software running Wikipedia altered the way [[WP:SIG|signatures]] work. If your signature is not working now (but was working previously), you will need to make some changes to your "[[Special:Preferences|my preferences]]" page.
 
CEYLON WATCHDOG
==If you are not using "raw signatures"==
MediaWiki makes the creation of simple, straightforward signatures relatively easy. For example, if User:Example wants a signature that displays as [[User:Example|Example]], he would simply have to enter "Example" in the Signature field in [[Special:Preferences|my preferences]]. The software automatically places "Example" in <nowiki>[[User:Example|</nowiki>''here''<nowiki>]]</nowiki>, to form <nowiki>[[User:Example|Example]]</nowiki>. When saved in a page, this markup displays as "[[User:Example|Example]]". [[WP:HEP#Wiki_markup|Wiki markup]] and [[HTML element|HTML markup]] ''do not'' function in the Signature field, ''unless'' the <nowiki>Treat the above as Wiki markup</nowiki> option is checked in [[Special:Preferences|my preferences]].
 
For example, placing the following in the default Signature field
:<nowiki>[[User:Example|Example]] : [[User talk:Example|Talk]]</nowiki>
will result in a signature that looks like
:[[User:Example|<nowiki>[[User:Example|Example]] : [[User talk:Example|Talk]]</nowiki>]] ([[User talk:Example|talk]])
instead of
:[[User:Example|Example]] : [[User talk:Example|Talk]]
 
This is because Wiki markup (and HTML markup) are now escaped as HTML entities when placed in the default Signature field, e.g. <nowiki>&amp;#91; instead of [.</nowiki>
 
If you would like a signature that requires markup within the Signature field, please check the Treat the above as Wiki markup option and enter the ''full'' signature string into the field.
 
For instance, to produce the signature
:[[User:Example|Example]] : [[User talk:Example|Talk]]
place
:<nowiki>[[User:Example|Example]] : [[User talk:Example|Talk]]</nowiki>
within the Signature field and check the Treat the above as Wiki markup option.
 
==If you are using "raw signatures"==