Template:Diff2/testcases
Appearance
This is the template test cases page for the sandbox of Template:Diff2. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
Sandbox comparisons
[edit]1. oldid
[edit]{{Diff2|123}}
{{Diff2}}
{{Diff2/sandbox}}
2. oldid & label
[edit]{{Diff2|123|Foo}}
{{Diff2}}
{{Diff2/sandbox}}
3. oldid & section anchor & label
[edit]{{Diff2|123|Foo|Bar}}
{{Diff2}}
{{Diff2/sandbox}}
4. oldid & section anchor & empty label
[edit]{{Diff2|123|Foo|}}
{{Diff2}}
{{Diff2/sandbox}}
5. oldid & empty section anchor & label
[edit]{{Diff2|123||Bar}}
{{Diff2}}
{{Diff2/sandbox}}
Comparison of {{Diff2}}
, {{Diff||}}
and Special:Diff/prev/
[edit]Examples using {{Diff2}}
[edit]Code | Output |
---|---|
{{Diff2|123456789}}
|
[5] |
{{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|}}
|
[6] |
Examples using {{Diff}}
and empty page parameter
[edit]Code | Output |
---|---|
{{Diff||123456789}}
|
[7] |
{{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
[edit]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 |