Template:Difflink: Difference between revisions

Template page
(First draft of template that could be useful for easy diff links)
 
m (→‎Examples: oops)
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:


== Examples ==
== Examples ==
* {{tlp|{{PAGENAME}}|1=title=Main Page|2=oldid=120570|3=diff=122690}}
* <code>{{tlp|{{PAGENAME}}|2=title=Main Page|3=oldid=120570|4=diff=122690|5=text=Difference between r120570 and r122690}}</code>
** {{{{PAGENAME}}|title=Main Page|oldid=120570|diff=122690}}
** {{{{PAGENAME}}|title=Main Page|oldid=120570|diff=122690|text=Difference between r120570 and r122690}}
* {{tlp|{{PAGENAME}}|1=title=Main Page|2=oldid=136389|3=diff=next}}
* <code>{{tlp|{{PAGENAME}}|2=title=Main Page|3=oldid=136389|4=diff=next|5=text=Difference between r136389 and the next rev}}</code>
** {{{{PAGENAME}}|title=Main Page|old=136389|diff=next}}
** {{{{PAGENAME}}|title=Main Page|oldid=136389|diff=next|text=Difference between r136389 and the next rev}}


[[Category:Internal link templates]]
[[Category:Internal link templates]]
</noinclude>
</noinclude>

Latest revision as of 14:07, 21 February 2008

Documentation

This template creates a link to a difference listing between two versions of an article.

Required parameters

  • text: Link text
  • oldid: ID of base revision to diff (the older revision)

Optional parameters

  • title: Name of the page the revisions belong to. Defaults to the current page if unset
  • diff: ID of the revision to diff against (the newer revision). Defaults to cur if unset
    • If set to cur, use the current revision
    • If set to prev, use the previous revision (the one just before oldid)
    • If set to next, use the next revision (the one just after oldid)

Examples