Difference between revisions of "Template:Checkip/testcases"
Jump to navigation
Jump to search
imported>DMacks (table makes it hard to compare) |
imported>DMacks (okay, a ton of leading zeros is atypical, but it's possible and currently broken) |
||
| Line 9: | Line 9: | ||
*{{tld|{{BASEPAGENAME}}/sandbox|::1}} | *{{tld|{{BASEPAGENAME}}/sandbox|::1}} | ||
:{{{{BASEPAGENAME}}/sandbox|::1}} | :{{{{BASEPAGENAME}}/sandbox|::1}} | ||
| + | *{{tld|{{BASEPAGENAME}}/sandbox|0:0:0:0:0:0:0:1}} | ||
| + | :{{{{BASEPAGENAME}}/sandbox|0:0:0:0:0:0:0:1}} | ||
== Testing main template == | == Testing main template == | ||
| Line 18: | Line 20: | ||
*{{tld|{{BASEPAGENAME}}|::1}} | *{{tld|{{BASEPAGENAME}}|::1}} | ||
:{{{{BASEPAGENAME}}|::1}} | :{{{{BASEPAGENAME}}|::1}} | ||
| + | *{{tld|{{BASEPAGENAME}}|0:0:0:0:0:0:0:1}} | ||
| + | :{{{{BASEPAGENAME}}|0:0:0:0:0:0:0:1}} | ||
Revision as of 06:30, 30 June 2016
| 42px | This is the template test cases page for the sandbox of Template:Checkip. Script error: No such module "Purge". 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 with these links: |
Testing sandbox version
{{Checkip/sandbox}}
{{Checkip/sandbox|127.0.0.1}}
{{Checkip/sandbox|::1}}
{{Checkip/sandbox|0:0:0:0:0:0:0:1}}
Testing main template
{{Checkip}}
{{Checkip|127.0.0.1}}
{{Checkip|::1}}
{{Checkip|0:0:0:0:0:0:0:1}}