Difference between revisions of "Template:Difflink/doc"

From The Lion King Wiki
Jump to: navigation, search
(Created page with "{{doc/start}} This template supplies a link to diff page of two given revisions of an article. == Usage == To find the difference between revision 300 and revision 3 of the sa...")
 
(Usage)
Line 5: Line 5:
  
 
To find the difference between revision 300 and revision 3 of the same article:
 
To find the difference between revision 300 and revision 3 of the same article:
<pre>{{revlink|300|3}}</pre>
+
<pre>{{difflink|300|3}}</pre>
Will Output: {{revlink|300|3}}
+
Will Output: {{difflink|300|3}}
  
<pre>I like {{revlinkprev|300|3|this revision}} of the Simba article.</pre>
+
<pre>I like {{difflink|300|3|this revision}} of the Simba article.</pre>
Will Output: I like {{revlinkprev|300|3|this revision}} of the Simba article.
+
Will Output: I like {{difflink|300|3|this revision}} of the Simba article.
 
{{doc/end}}
 
{{doc/end}}

Revision as of 03:21, 8 April 2011

Template-info.png Documentation

This template supplies a link to diff page of two given revisions of an article.

Usage

To find the difference between revision 300 and revision 3 of the same article:

{{difflink|300|3}}

Will Output: 300->3

I like {{difflink|300|3|this revision}} of the Simba article.

Will Output: I like this revision of the Simba article.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.