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]]
will result in a signature that looks like
:[[User:Example|<nowiki>[[User:Example|Example]]
instead of
:[[User:Example|Example]]
This is because Wiki markup (and HTML markup) are now escaped as HTML entities when placed in the default Signature field, e.g. <nowiki>&#91; instead of [.</nowiki>
Line 18:
For instance, to produce the signature
:[[User:Example|Example]]
place
:<nowiki>[[User:Example|Example]]
within the Signature field and check the Treat the above as Wiki markup option.
|