Template:Diff
Appearance
	
	
This template is useful for creating links to "diffs"; that is, links to pages that show the differences between two versions of a wiki page.
Every historical version of a page has a revision ID, which you can find from the history of the page. Given a page name and one or two revision IDs, you can construct links to several types of diffs.
Usage
[change source]- {{ diff | page | diff | oldid | label }}
- page– The title of the page.
- diff– The ID or keyword that is used against the base ID. Possible keywords are:- cur– compare with the current version of a page.
- prev– compare with the previous version of a page.
- next– compare with the next version of a page.
 
- oldid– The base ID onto which the diff is generated.
- label– Text to display as link. No label will give a numbered link.
All parameters are optional. Omitted parameters must be empty (by using a double pipe). You can also use the named variables page=, diff=, oldid= and label=
Examples
[change source]| Code | Output | 
|---|---|
| {{diff|Main Page|204901573|202506579|Diff between two numbered versions of a page}} | Diff between two numbered versions of a page 
 | 
| {{diff|Wikipedia:Pagediff|204934693|204901573|Diff between two numbered versions of different pages}} | Diff between two numbered versions of different pages 
 | 
| {{diff|Main Page|prev|204901573|Diff between a numbered version and the previous version}} | Diff between a numbered version and the previous version This is the form that would be used most often. 
 | 
| {{diff|Main Page|next|204901573|Diff between a numbered version and the subsequent version}} | Diff between a numbered version and the subsequent version 
 | 
| {{diff|Main Page|cur|204901573|Diff between a numbered version and the current version of a page}} | Diff between a numbered version and the current version of a page 
 | 
| {{diff|Main Page|cur||Diff showing the most recent change to a page}} | Diff showing the most recent change to a page 
 | 
| {{diff|Main Page||204901573|A link to a numbered version of a page}} | A link to a numbered version of a page 
 | 
Related pages
[change source]- {{Oldid}} – simplifies the case for linking to a known old version
- {{Diff2}} – same as {{Diff}}, but assumes a diff between the given revision and the one immediately before
- {{Diff3}} – same as {{Diff2}}, but does not support section links
- {{Diff4}}
- {{URL to diff}} – takes a diff URL and makes a {{Diff}} template
- {{Diffsandbox}} – compares a given page with the sandbox version
- {{DiffPages}} – accepts two pagenames (no id's needed)
- {{Querylink}} – generic template to construct query strings
- diff utility – syntax highlight on wiki pages with mw:Extension:SyntaxHighlight GeSHi
- Special:Diff serves a similar purpose; see Help:Wiki markup#Linking to old revisions of pages, diffs, and specific history pages.
- {{TextDiff}}
- {{Url to title}}
 
	