340
edits
(→How to "sign" your posts: fix coding) |
(→Customizing your signature: more fixing of code.) |
||
Line 81: | Line 81: | ||
If you want to use a more complex signature (for instance, including your own [[Wikipedia:WP:HEP#Wiki_markup|Wiki markup]] and [[wikipedia:HTML element|HTML markup]]), you can choose the "Raw signatures (without automatic link)" checkbox in your Preferences. Just fill the "Your nickname" field with your desired signature (or a subpage from your user space), exactly as you want it to be substituted for the tildes. Be aware that even the raw signatures option treats markup very strictly, and some markup which works in normal pages will not work in signatures. | If you want to use a more complex signature (for instance, including your own [[Wikipedia:WP:HEP#Wiki_markup|Wiki markup]] and [[wikipedia:HTML element|HTML markup]]), you can choose the "Raw signatures (without automatic link)" checkbox in your Preferences. Just fill the "Your nickname" field with your desired signature (or a subpage from your user space), exactly as you want it to be substituted for the tildes. Be aware that even the raw signatures option treats markup very strictly, and some markup which works in normal pages will not work in signatures. | ||
{|class=" | {| class="wikitable" cellpadding="5" border="1" | ||
|- | |||
! Wikimarkup !! Resulting code !! Resulting display | ! Wikimarkup !! Resulting code !! Resulting display | ||
|- | |- | ||
| | | style="text-align: center;"|<code><nowiki>~~~</nowiki></code> | ||
|<code><nowiki>[[User:Example|< | |<code><nowiki>[[User:Example|<span style="color: blue;">'''Lead By Example'''</span>]] [[User talk:Example|''<span style="color: blue;">talk</span>'']]</nowiki></code> | ||
|[[User:Example|< | |[[User:Example|<span style="color: blue;">'''Lead By Example'''</span>]] [[User talk:Example|''<span style="color: blue;">talk</span>'']] | ||
|- | |- | ||
| | | style="text-align: center;"|<code><nowiki>~~~~</nowiki></code> | ||
|<code><nowiki>[[User:Example|< | |<code><nowiki>[[User:Example|<span style="color: blue;">'''Lead By Example'''</span>]] [[User talk:Example|''<span style="color: blue;">talk</span>'']]</nowiki> {{CURRENTTIME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}} {{CURRENTYEAR}} (UTC) | ||
|[[User:Example|< | |[[User:Example|<span style="color: blue;">'''Lead By Example'''</span>]] [[User talk:Example|''<span style="color: blue;">talk</span>'']] {{CURRENTTIME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}} {{CURRENTYEAR}} (UTC) | ||
|} | |} | ||
edits