Help:How to fix your signature: Difference between revisions

Content deleted Content added
A note on long signatures
Nae'blis (talk | contribs)
You are using "raw signatures": linking to the same page
Line 33:
;Unclosed entities :If you have a [[HTML entity]] which is lacking the final <code>;</code>, you need to add it; if you have a bare <code>&amp;</code>, it must be replaced by <code>&amp;amp;</code> (a bare <code>&amp;</code> is always a mistake in either HTML or wikicode).
;Unescaped special characters :If you are using one of <code>&amp;</code>, <code>&lt;</code>, or <code>&gt;</code>, and want it shown as text, it must be escaped as <code>&amp;amp;</code>, <code>&amp;lt;</code>, or <code>&amp;gt;</code>, respectively.
 
;Wikilink behavior :Remember that <u>all</u> wikilinks show up as '''[[Wikipedia:How to fix your signature|bold text]]''' on the page they link to, so if you are testing your signature on your userpage/talk page and part of it doesn't show up as a link, that may be why.
 
==A note on long signatures==