Template:EIN/testcases
Jump to navigation
Jump to search
| 42px | This is the template test cases page for the sandbox of Template:EIN. 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: |
| No params should produce an error |
|---|
{{EIN}}
{{EIN}} Parameter error in {{EIN}}: Missing EIN. {{EIN/sandbox}} |
| Ensure leading zeros are not stripped |
|---|
{{EIN|012345678}}
{{EIN}} {{EIN/sandbox}} |
| With plainlink |
|---|
{{EIN|123456789|plainlink=yes}}
{{EIN}} {{EIN/sandbox}} |
| Multiple EINs |
|---|
{{EIN|012345678|123456789|234567890}}
{{EIN}} EIN 012345678, 123456789, 234567890 {{EIN/sandbox}} |
| Multiple EINs with leadout |
|---|
{{EIN|012345678|123456789|234567890|leadout=and}}
{{EIN}} EIN 012345678, 123456789 and 234567890 {{EIN/sandbox}} |
| Multiple EINs with plainlink |
|---|
{{EIN|012345678|123456789|234567890|plainlink=yes}}
{{EIN}} 012345678, 123456789, 234567890 {{EIN/sandbox}} |
| Multiple EINs with plainlink and leadout |
|---|
{{EIN|012345678|123456789|234567890|leadout=and|plainlink=yes}}
{{EIN}} 012345678, 123456789 and 234567890 {{EIN/sandbox}} |