The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Help:Signatures"

From ATITD6
Jump to navigationJump to search
(Undo revision 297871 by 194.176.201.28 (Talk))
 
m (Created page with "Users can easily '''sign''' their posts at the end of a comment. The common format to type a signature – two hyphens (or a dash) followed by four tildes (-- '''<nowiki>~~~~</no...")
Line 1: Line 1:
{{PD Help Page}}
+
Users can easily '''sign''' their posts at the end of a comment. The common format to type a signature – two hyphens (or a dash) followed by four tildes (-- '''<nowiki>~~~~</nowiki>''') – 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. Signing is normally done on [[Help:Talk pages|talk pages]] only, not on conjointly written articles. Signatures do not work in edit summaries (they do not translate from <nowiki>~~~~</nowiki> there).
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 conjointly written articles.
+
 
 +
If you don't find the tilde on your keyboard, you can use the signature button of the default [[Help:Edit toolbar|edit toolbar]] as a typing aid.
 +
 
 +
If you edit without logging in, your IP address will take the place of a username. Usernames and IP addresses are also stored in [[Help:Page history|page histories]] as a record of who wrote what, so others can always verify signatures.
  
 
== Default signature options ==
 
== 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).
 
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"
+
{| {{Prettytable}}
! Function
+
! {{Hl2}} | Function
! Wiki markup
+
! {{Hl2}} | Wiki markup
! Resulting code
+
! {{Hl2}} | Resulting code
! Resulting display  
+
! {{Hl2}} | Resulting display  
 
|-
 
|-
 
| Signature plus timestamp
 
| Signature plus timestamp
| <pre>~~~~</pre>
+
| <code>-- '''<nowiki>~~~~</nowiki>'''</code>
|
+
| <code>-- <nowiki>[[</nowiki>User:Username<nowiki>|</nowiki>Username]] 12:34, 1 February 2008 (UTC)</code>
<code><nowiki>[[</nowiki>{{ns:2}}:Username|Username]] 12:34, 1 February 2008 (UTC)</code>
+
| -- <span style="color:#001ddf">Username</span> 12:34, 1 February 2008 (UTC)
| [[{{ns:2}}:Username|Username]] 12:34, 1 February 2008 (UTC)
 
 
|-  
 
|-  
 
| Signature alone
 
| Signature alone
| <pre>~~~</pre>
+
| <code>-- '''<nowiki>~~~</nowiki>'''</code>
|
+
| <code>-- <nowiki>[[</nowiki>User:Username<nowiki>|</nowiki>Username]]</code>
<code><nowiki>[[</nowiki>{{ns:2}}:Username|Username]] </code>
+
| -- <span style="color:#001ddf">Username</span>
| [[{{ns:2}}:Username|Username]]
 
 
|-
 
|-
 
| Timestamp alone
 
| Timestamp alone
| <pre>~~~~~</pre>
+
| <code>-- '''<nowiki>~~~~~</nowiki>'''</code>
| <code>12:34, 1 February 2008 (UTC)</code>
+
| <code>-- 12:34, 1 February 2008 (UTC)</code>
| 12:34, 1 February 2008 (UTC)
+
| -- 12:34, 1 February 2008 (UTC)
 
|}
 
|}
  
If you edit without logging in, your IP address will take the place of a username. Usernames and IP addresses are also stored in [[Help:Page history|page histories]] as a record of who wrote what, so others can always verify signatures.
+
== Customised 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.
 
 
 
If you don't find the tilde on your keyboard, you can use the signature button [[{{ns:image}}:Button sig.png|text-bottom|link=|signature button]] of the default [[Help:Edit toolbar|edit toolbar]] as a typing aid.
 
 
 
Signatures do not work in edit summaries (they do not translate from <nowiki>~~~~</nowiki> there).
 
  
== Customized signatures ==
+
Registered users can customise their signature (the part between the two hyphens and the timestamp) by changing the field "Signature" 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 signatures are often disliked by other users.
Registered 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 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 customised signature string, you'll sign with your unlinked username.
  
The most common customizations are the following two:
+
The most common customisations are the following two:
  
{| class="wikitable"
+
{| {{Prettytable}}
! Purpose
+
! {{Hl2}} | Purpose
! Raw signature
+
! {{Hl2}} | Raw signature
! Resulting signature display  
+
! {{Hl2}} | Resulting signature display  
 
|-
 
|-
 
| Adapting the displayed username
 
| Adapting the displayed username
|  
+
| <code><nowiki>[[User:Username|User Name]]</nowiki></code>
<code><nowiki>[[</nowiki>{{ns:2}}:Username|User Name]]</code>
+
| -- <span style="color:#001ddf">User Name</span> 12:34, 1 February 2008 (UTC)
| -- [[{{ns:2}}:Username|User Name]] 12:34, 1 February 2008 (UTC)
 
 
|-
 
|-
 
| Adding a talk page link
 
| Adding a talk page link
|  
+
| <code><nowiki>[[User:Username|Username]] ([[User talk:Username|talk]])</nowiki></code>
<code><nowiki>[[</nowiki>{{ns:2}}:Username|Username]] (<nowiki>[[</nowiki>{{ns:3}}:Username|talk]])</code>
+
| -- <span style="color:#001ddf">Username</span> (<span style="color:#001ddf">talk</span>) 12:34, 1 February 2008 (UTC)
| -- [[{{ns:2}}:Username|Username]] ([[{{ns:3}}:Username|talk]]) 12:34, 1 February 2008 (UTC)
 
 
|}
 
|}
  
{{Languages}}
 
 
[[Category:Help|Signatures]]
 
[[Category:Help|Signatures]]

Revision as of 01:41, 7 August 2010

Users can easily sign their posts at the end of a comment. 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. Signing is normally done on talk pages only, not on conjointly written articles. Signatures do not work in edit summaries (they do not translate from ~~~~ there).

If you don't find the tilde on your keyboard, you can use the signature button of the default edit toolbar as a typing aid.

If you edit without logging in, your IP address will take the place of a username. Usernames and IP addresses are also stored in page histories as a record of who wrote what, so others can always verify signatures.

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 -- ~~~~ -- [[User:Username|Username]] 12:34, 1 February 2008 (UTC) -- Username 12:34, 1 February 2008 (UTC)
Signature alone -- ~~~ -- [[User:Username|Username]] -- Username
Timestamp alone -- ~~~~~ -- 12:34, 1 February 2008 (UTC) -- 12:34, 1 February 2008 (UTC)

Customised signatures

Registered users can customise their signature (the part between the two hyphens and the timestamp) by changing the field "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 signatures are often disliked by other users.

If you enable "Raw signatures" but don't add any customised signature string, you'll sign with your unlinked username.

The most common customisations are the following two:

Purpose Raw signature Resulting signature display
Adapting the displayed username [[User:Username|User Name]] -- User Name 12:34, 1 February 2008 (UTC)
Adding a talk page link [[User:Username|Username]] ([[User talk:Username|talk]]) -- Username (talk) 12:34, 1 February 2008 (UTC)