Help:How to fix your signature: Difference between revisions

Content deleted Content added
If you are not using "raw signatures": (Typo,Syntax corrections,LogicalCorrections)
If you are not using "raw signatures": Best not use a pipe symbol in the example, since that breaks templates. Try a colon?
Line 7:
 
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>
Line 18:
 
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.