Template:Unsigned: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(http://en.wikipedia.org/w/index.php?title=Template:Unsigned2&oldid=358415698 <- from Wikipedia)
 
(+ doc: Finding an edit through binary search)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ {{{|safesubst:}}}unsigned|1={{{2}}}|2={{{1|}}}}}
<small>—''This unsigned comment was added by'' {{#if: {{{2|}}} | [[User:{{{2}}}|{{{2}}}]] ([[User talk:{{{2}}}|Talk]] {{!}} [[Special:Contributions/{{{2}}}|contribs]]) | <big style="color: red;">Missing parameter: '''user'''</big> }} {{#if: {{{1|}}} | {{{1}}}  (UTC{{{3|}}}) | <big style="color: red;">Missing parameter: '''time and date'''</big> }} </small><noinclude>
{{Informative template|1=
== Goal ==
This template is used when signing unsigned comments primarily on talk pages.
 
== Usage ==
<nowiki>{{</nowiki>'''unsigned'''<nowiki>|</nowiki>time and date<nowiki>|</nowiki>user<nowiki>}}</nowiki>
 
;time and date:  Time and date of the edit.  Preferably in hh:mm, d month yyyy format.  Can be copied from the revision history in the "View history" tab.
 
;user:  Name of the user making the comment.  Case sensitive.  Will be used when linking to the users user page, talk page and contributions.
 
== Example ==
<nowiki>{{unsigned|</nowiki>{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<nowiki>|Johan G}}</nowiki>
{{unsigned|{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}|Johan G}}
 
== Finding the specific edit ==
[[File:Finding an edit using successive approximation.png|left|thumb|150 px|Finding an edit through binary search]]
To find the edit that added an unsigned comment you can use [[Help:Tracking changes#Finding a specific edit|binary search]] (or successive approximation as it is sometimes also called).{{-}}
 
}}
 
[[Category:Maintenance templates]]
</noinclude>

Revision as of 10:59, 24 May 2019

This unsigned comment was added by Missing parameter: user Missing parameter: time and date

The following template description is not displayed when the template is inserted in an article.

Goal

This template is used when signing unsigned comments primarily on talk pages.

Usage

{{unsigned|time and date|user}}
time and date
Time and date of the edit. Preferably in hh:mm, d month yyyy format. Can be copied from the revision history in the "View history" tab.
user
Name of the user making the comment. Case sensitive. Will be used when linking to the users user page, talk page and contributions.

Example

{{unsigned|22:12, 25 April 2024|Johan G}}

This unsigned comment was added by Johan G (Talk | contribs) 22:12, 25 April 2024 (UTC)

Finding the specific edit

Finding an edit through binary search

To find the edit that added an unsigned comment you can use binary search (or successive approximation as it is sometimes also called).