Difference between revisions of "Template:Diff2/testcases"
Jump to navigation
Jump to search
Comparison of
Examples using
Examples using
(reorg sections) |
|||
Line 35: | Line 35: | ||
}} | }} | ||
− | ==Comparison of {{tlx|Diff2}} | + | ==Comparison of {{tlx|Diff2}}, {{tlx|Diff||}} and [[Special:Diff/prev/]]== |
===Examples using {{tld|Diff2}}=== | ===Examples using {{tld|Diff2}}=== | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 70: | Line 70: | ||
| {{tlx|Diff|||123456789|External links|<nowiki></nowiki>}} | | {{tlx|Diff|||123456789|External links|<nowiki></nowiki>}} | ||
| {{Diff||123456789|External links|}} | | {{Diff||123456789|External links|}} | ||
+ | |} | ||
+ | |||
+ | ===Examples using [[Special:Diff/prev/]]=== | ||
+ | {| class="wikitable" | ||
+ | ! Code | ||
+ | ! Output | ||
+ | |- | ||
+ | | <code><nowiki>[[Special:Diff/prev/123456789]]</nowiki></code> | ||
+ | | [[Special:Diff/prev/123456789]] | ||
+ | |- | ||
+ | | <code><nowiki>[[Special:Diff/prev/123456789|SomeUser's edit to "Some article name"]]</nowiki></code> | ||
+ | | [[Special:Diff/prev/123456789|SomeUser's edit to "Some article name"]] | ||
+ | |- | ||
+ | | <code><nowiki>[[Special:Diff/prev/123456789#External links|SomeUser's edit to "Some article name"]]</nowiki></code> | ||
+ | | [[Special:Diff/prev/123456789#External links|SomeUser's edit to "Some article name"]] | ||
+ | |- | ||
+ | | <code><nowiki>[[Special:Diff/prev/123456789#External links]]</nowiki></code> | ||
+ | | [[Special:Diff/prev/123456789#External links]] | ||
|} | |} |
Revision as of 15:31, 6 September 2017
Contents
Sandbox comparisons
Comparison of {{Diff2}}
, {{Diff||}}
and Special:Diff/prev/
Examples using {{Diff2}}
Code | Output |
---|---|
{{Diff2|123456789}}
|
[1] |
{{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|}}
|
[2] |
Examples using {{Diff}}
and empty page parameter
Code | Output |
---|---|
{{Diff||123456789}}
|
[3] |
{{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/prev/123456789]]
|
Special:Diff/prev/123456789 |
[[Special:Diff/prev/123456789|SomeUser's edit to "Some article name"]]
|
SomeUser's edit to "Some article name" |
[[Special:Diff/prev/123456789#External links|SomeUser's edit to "Some article name"]]
|
SomeUser's edit to "Some article name" |
[[Special:Diff/prev/123456789#External links]]
|
Special:Diff/prev/123456789#External links |