Template:Diff2/testcases

From English Wikipedia @ Freddythechick

__EXPECTUNUSEDTEMPLATE__

Sandbox comparisons

1. oldid
X{{diff2        |123}}X
X[1]X
X[2]X
Expanded code
<syntaxhighlight lang="html" inline="1"> X[3]X

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1"> X[4]X

</syntaxhighlight>

2. oldid & label
X{{diff2        |123|Foo}}X
XFooX
XFooX
Expanded code
<syntaxhighlight lang="html" inline="1"> XFooX

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1"> XFooX

</syntaxhighlight>

3. oldid & section anchor & label
X{{diff2        |123|Foo|Bar}}X
XBarX
XBarX
Expanded code
<syntaxhighlight lang="html" inline="1"> XBarX

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1"> XBarX

</syntaxhighlight>

4. oldid & section anchor & empty label
X{{diff2        |123|Foo|}}X
X[5]X
X[6]X
Expanded code
<syntaxhighlight lang="html" inline="1"> X[7]X

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1"> X[8]X

</syntaxhighlight>

5. oldid & empty section anchor & label
X{{diff2        |123||Bar}}X
XBarX
XBarX
Expanded code
<syntaxhighlight lang="html" inline="1"> XBarX

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1"> XBarX

</syntaxhighlight>

Comparison of {{Diff2}}, {{Diff||}} and Special:Diff/prev/

Examples using {{Diff2}}

Code Output
{{Diff2|123456789}} [9]
{{Diff2|123456789|SomeUser's edit to "Some article name"}} SomeUser's edit to "Some article name"
{{Diff2|123456789|External links|SomeUser's edit to "Some article name"}} SomeUser's edit to "Some article name"
{{Diff2|123456789|External links|}} [10]

Examples using {{Diff}} and empty page parameter

Code Output
{{Diff||123456789}} [11]
{{Diff||123456789|SomeUser's edit to "Some article name"}} edit to "Some article name"
{{Diff||123456789|External links|SomeUser's edit to "Some article name"}} links SomeUser's edit to "Some article name"
{{Diff|||123456789|External links|}} links

Examples using Special:Diff//prev

Code Output
[[Special:Diff/123456789/prev]] Special:Diff/123456789/prev
[[Special:Diff/123456789/prev|SomeUser's edit to "Some article name"]] SomeUser's edit to "Some article name"
[[Special:Diff/123456789/prev#External links|SomeUser's edit to "Some article name"]] SomeUser's edit to "Some article name"
[[Special:Diff/123456789/prev#External links]] Special:Diff/123456789/prev#External links