Template:Difflink: Difference between revisions

Template page
m (→‎Examples: <code>)
m (→‎Examples: oops)
 
Line 18: Line 18:
** {{{{PAGENAME}}|title=Main Page|oldid=120570|diff=122690|text=Difference between r120570 and r122690}}
** {{{{PAGENAME}}|title=Main Page|oldid=120570|diff=122690|text=Difference between r120570 and r122690}}
* <code>{{tlp|{{PAGENAME}}|2=title=Main Page|3=oldid=136389|4=diff=next|5=text=Difference between r136389 and the next rev}}</code>
* <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|text=Difference between r136389 and the next rev}}
** {{{{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