Help:SignaturesEdit This Page
From FamilySearch Wiki
(Undo revision 297871 by 194.176.201.28 (Talk)) |
m |
||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Help article}} |
| − | + | ||
| − | |||
| − | |||
| − | {| class="wikitable" | + | Users can easily '''sign''' their posts at the end of a comment. Signing is normally done on [[Help:Talk pages|talk pages]] only, not on main content/pages/articles. |
| − | + | ||
| − | + | == Default signature options == | |
| − | + | ||
| − | + | There are three default options. Four tildes are standard (full signature). Typing three tildes results in a username-only signature (without timestamp). Typing five tildes results in a pure timestamp (without username). | |
| + | |||
| + | {| class="wikitable" border="1" | ||
|- | |- | ||
| − | | Signature plus timestamp | + | ! Function |
| + | ! Wiki markup | ||
| + | ! Resulting code | ||
| + | ! Resulting display | ||
| + | |- | ||
| + | | Signature plus timestamp | ||
| <pre>~~~~</pre> | | <pre>~~~~</pre> | ||
| − | | | + | | |
| − | <code><nowiki>[[</nowiki> | + | <code><nowiki>[[User:Example user|Example user]]</nowiki> 12:34, 1 February 2011 (UTC)</code> |
| − | | [[ | + | | [[User:Example user|Example user]] 12:34, 1 February 2011 (UTC) |
| − | |- | + | |- |
| − | | Signature alone | + | | Signature alone |
| <pre>~~~</pre> | | <pre>~~~</pre> | ||
| − | | | + | | |
| − | <code><nowiki>[[ | + | <code><nowiki>[[User:Example user|Example user]]</nowiki></code> |
| − | | [[ | + | | [[User:Example user|Example user]] |
|- | |- | ||
| − | | Timestamp alone | + | | Timestamp alone |
| <pre>~~~~~</pre> | | <pre>~~~~~</pre> | ||
| − | | <code>12:34, 1 February | + | | <code>12:34, 1 February 2011 (UTC)</code> |
| − | | 12:34, 1 February | + | | 12:34, 1 February 2011 (UTC) |
|} | |} | ||
| − | + | Usernames are stored in [[Help:Page history|page histories]] as a record of who wrote what, so others can always verify signatures. | |
The common format to type a signature – two hyphens (or a dash) followed by four tildes (<code>-- '''<nowiki>~~~~</nowiki>'''</code>) – is derived from the computer network Usenet, where two hyphens mark a signature block. The actual signature string, the tildes, automatically get substituted with username (linked to the appropriate user page) and timestamp (time/date), when you save a signed edit. This helps other users to follow the chronological order of discussions, and to identify the author of a particular comment. | The common format to type a signature – two hyphens (or a dash) followed by four tildes (<code>-- '''<nowiki>~~~~</nowiki>'''</code>) – is derived from the computer network Usenet, where two hyphens mark a signature block. The actual signature string, the tildes, automatically get substituted with username (linked to the appropriate user page) and timestamp (time/date), when you save a signed edit. This helps other users to follow the chronological order of discussions, and to identify the author of a particular comment. | ||
| − | + | Signatures do not work in edit summaries (they do not translate from <nowiki>~~~~</nowiki> there). | |
| − | + | == Customized signatures == | |
| − | + | Users can customize their signature (the part between the two hyphens and the timestamp) by changing the field "{{int:yournick}}" in their [[Help:Preferences|preferences]]. By default, anything you enter there will be wrapped with <code><nowiki>[[ ]]</nowiki></code>. To use a special linking (without this automatic link), you have to enable “Raw signatures.” Then you can add Wiki markup and also HTML (as far as allowed on the wiki) as you like, but the maximum length is 255 characters. Please note that striking/flashy signatures are often disliked by other users. | |
| − | + | ||
| − | If you enable “Raw signatures” but don't add any customized signature string, you'll sign with your unlinked username. | + | If you enable “Raw signatures” but don't add any customized signature string, you'll sign with your unlinked username. |
| − | The most common customizations are the following two: | + | The most common customizations are the following two: |
| − | {| class="wikitable" | + | {| class="wikitable" border="1" |
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
| − | | Adapting the displayed username | + | ! Purpose |
| + | ! Raw signature | ||
| + | ! Resulting signature display | ||
| + | |- | ||
| + | | Adapting the displayed username | ||
| | | | ||
| − | <code><nowiki>[[ | + | <code><nowiki>--[[User:Example user|Displayed name]]</nowiki></code> |
| − | | -- [[ | + | |
| + | | -- [[User:Example user|Displayed name]] 12:34, 1 February 2011 (UTC) | ||
|- | |- | ||
| − | | Adding a talk page link | + | | Adding a talk page and contribs link |
| | | | ||
| − | <code><nowiki> | + | <code><nowiki>--{{SUBST:User|Example user|Displayed name}}</nowiki></code> |
| − | | -- | + | |
| + | | -- {{User|Example user|Displayed name}} 12:34, 1 February 2011 (UTC) | ||
|} | |} | ||
| + | * The second example uses the template {{tl|User}}, review the template page for more information. | ||
| + | |||
| + | {{Contributor help-navbox}} | ||
| − | + | [[Category:Help]] | |
| − | [[Category:Help | + | |
Latest revision as of 08:01, 19 November 2012
|
This help article will guide you as you edit in the Wiki. See Contributor Help for more help articles. Visit the Wiki Help Forum as you have questions.
|
Users can easily sign their posts at the end of a comment. Signing is normally done on talk pages only, not on main content/pages/articles.
Default signature options
There are three default options. Four tildes are standard (full signature). Typing three tildes results in a username-only signature (without timestamp). Typing five tildes results in a pure timestamp (without username).
| Function | Wiki markup | Resulting code | Resulting display |
|---|---|---|---|
| Signature plus timestamp | ~~~~ |
|
Example user 12:34, 1 February 2011 (UTC) |
| Signature alone | ~~~ |
|
Example user |
| Timestamp alone | ~~~~~ |
12:34, 1 February 2011 (UTC)
|
12:34, 1 February 2011 (UTC) |
Usernames are stored in page histories as a record of who wrote what, so others can always verify signatures.
The common format to type a signature – two hyphens (or a dash) followed by four tildes (-- ~~~~) – is derived from the computer network Usenet, where two hyphens mark a signature block. The actual signature string, the tildes, automatically get substituted with username (linked to the appropriate user page) and timestamp (time/date), when you save a signed edit. This helps other users to follow the chronological order of discussions, and to identify the author of a particular comment.
Signatures do not work in edit summaries (they do not translate from ~~~~ there).
Customized signatures
Users can customize their signature (the part between the two hyphens and the timestamp) by changing the field "New signature:" in their preferences. By default, anything you enter there will be wrapped with [[ ]]. To use a special linking (without this automatic link), you have to enable “Raw signatures.” Then you can add Wiki markup and also HTML (as far as allowed on the wiki) as you like, but the maximum length is 255 characters. Please note that striking/flashy signatures are often disliked by other users.
If you enable “Raw signatures” but don't add any customized signature string, you'll sign with your unlinked username.
The most common customizations are the following two:
| Purpose | Raw signature | Resulting signature display |
|---|---|---|
| Adapting the displayed username |
|
-- Displayed name 12:34, 1 February 2011 (UTC) |
| Adding a talk page and contribs link |
|
-- Displayed name (talk| contribs) 12:34, 1 February 2011 (UTC) |
- The second example uses the template {{User}}, review the template page for more information.
- This page was last modified on 19 November 2012, at 08:01.
- This page has been accessed 1,426 times.
New to the Research Wiki?
In the FamilySearch Research Wiki, you can learn how to do genealogical research or share your knowledge with others.
Learn More
