Difference between revisions of "Template:Include-USGov/testcases"
imported>Hike395 (→Tests: add test) |
imported>Shelbystripes |
||
| Line 39: | Line 39: | ||
|- | |- | ||
| <nowiki>{{Include-USGov</nowiki><br/> | | <nowiki>{{Include-USGov</nowiki><br/> | ||
| − | <nowiki>|agency=United States Department</nowiki><br> | + | <nowiki>|agency=United States Department</nowiki><br/> |
<nowiki>|url=http://www.agency.gov/}}</nowiki> | <nowiki>|url=http://www.agency.gov/}}</nowiki> | ||
| {{Include-USGov|agency=United States Department|url=http://www.agency.gov}} | | {{Include-USGov|agency=United States Department|url=http://www.agency.gov}} | ||
| Line 46: | Line 46: | ||
|- | |- | ||
| <nowiki>{{Include-USGov</nowiki><br/> | | <nowiki>{{Include-USGov</nowiki><br/> | ||
| − | <nowiki>|agency=United States Department</nowiki><br> | + | <nowiki>|agency=United States Department</nowiki><br/> |
| − | <nowiki>|url=http://www.agency.gov/}}</nowiki><br> | + | <nowiki>|url=http://www.agency.gov/}}</nowiki><br/> |
<nowiki>|comment=comment}}</nowiki> | <nowiki>|comment=comment}}</nowiki> | ||
| {{Include-USGov|agency=United States Department|url=http://www.agency.gov/|comment=comment}} | | {{Include-USGov|agency=United States Department|url=http://www.agency.gov/|comment=comment}} | ||
| Line 124: | Line 124: | ||
|{{Include-USGov/sandbox|agency=United States Department|article=Reference document|url=http://www.agency.gov/doc.html|source= }} | |{{Include-USGov/sandbox|agency=United States Department|article=Reference document|url=http://www.agency.gov/doc.html|source= }} | ||
| Blank source leaves other parameters active | | Blank source leaves other parameters active | ||
| + | |} | ||
| + | |||
| + | ==Source parameter tests== | ||
| + | |||
| + | Test cases for using {{para|source}} parameter and {{tl|cite web}} embedded content: | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Code | ||
| + | ! Working template | ||
| + | ! Sandbox version | ||
| + | ! Comments | ||
| + | |- | ||
| + | |<nowiki>{{Include-USGov</nowiki><br/> | ||
| + | <nowiki>|agency=United States Department</nowiki><br/> | ||
| + | <nowiki>|source=</nowiki><br/> | ||
| + | :<nowiki>{{cite web</nowiki><br/> | ||
| + | :<nowiki>|first=John</nowiki><br/> | ||
| + | :<nowiki>|last=Smith</nowiki><br/> | ||
| + | :<nowiki>|title=Battle of Hastings}}</nowiki><br/> | ||
| + | <nowiki>}}</nowiki> | ||
| + | |{{Include-USGov|agency=United States Department|source={{cite web|first=John |last=Smith |title=Battle of Hastings}} }} | ||
| + | |{{Include-USGov/sandbox|agency=United States Department|source={{cite book|first=John |last=Smith |title=Battle of Hastings}} }} | ||
| + | |Example of source usage from above table, changed from {{tl|cite book}} to {{tl|cite web}} | ||
| + | |- | ||
| + | |<nowiki>{{Include-USGov</nowiki><br/> | ||
| + | <nowiki>|agency=United States Department</nowiki><br/> | ||
| + | <nowiki>|source=</nowiki><br/> | ||
| + | :<nowiki>{{cite web</nowiki><br/> | ||
| + | :<nowiki>|first=John</nowiki><br/> | ||
| + | :<nowiki>|last=Smith</nowiki><br/> | ||
| + | :<nowiki>|title=Battle of Hastings</nowiki><br/> | ||
| + | :<nowiki>|date=January 1, 2016}}</nowiki><br/> | ||
| + | <nowiki>}}</nowiki> | ||
| + | |{{Include-USGov|agency=United States Department|source={{cite web |first=John |last=Smith |title=Battle of Hastings |date=January 1, 2016}} }} | ||
| + | |{{Include-USGov/sandbox|agency=United States Department|source={{cite web |first=John |last=Smith |title=Battle of Hastings |date=January 1, 2016}} }} | ||
| + | |Example of source usage with {{para|date}} parameter in {{tl|cite web}} string | ||
| + | |- | ||
| + | |<nowiki>{{Include-USGov</nowiki><br/> | ||
| + | <nowiki>|agency=United States Department</nowiki><br/> | ||
| + | <nowiki>|source=</nowiki><br/> | ||
| + | :<nowiki>{{cite web</nowiki><br/> | ||
| + | :<nowiki>|first=John</nowiki><br/> | ||
| + | :<nowiki>|last=Smith</nowiki><br/> | ||
| + | :<nowiki>|title=Battle of Hastings</nowiki><br/> | ||
| + | :<nowiki>|accessdate=February 29, 2016}}</nowiki><br/> | ||
| + | <nowiki>}}</nowiki> | ||
| + | |{{Include-USGov|agency=United States Department|source={{cite web |first=John |last=Smith |title=Battle of Hastings |accessdate=February 29, 2016}} }} | ||
| + | |{{Include-USGov/sandbox|agency=United States Department|source={{cite web |first=John |last=Smith |title=Battle of Hastings |accessdate=February 29, 2016}} }} | ||
| + | |Example of source usage with {{para|accessdate}} parameter in {{tl|cite web}} string | ||
| + | |- | ||
|} | |} | ||
Revision as of 06:08, 31 December 2017
| This is the template test cases page for the sandbox of Template:Include-USGov. 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: |
- agency (required) - name of agency (or reference source) that produced material
- url (optional) - URL of reference
- policy (optional) - URL of re-use policy of agency or reference source
- comment (optional) - free field that produces parenthesized comment at end
- article (optional) - the title of the reference
- author (optional) - author of reference
- accessdate (optional) - date page last checked
- source (optional) - free field at end at shuts off most other arguments: useful for inline use of {{cite web}}
Tests
| Code | Working template | Sandbox version | Comments |
|---|---|---|---|
| {{Include-USGov |agency=United States Department}} |
Minimal usage: templates that call this one should pass in optional arguments. | ||
| {{Include-USGov |agency=United States Department |
Replace internal wikilink about generic re-use to specific agency policy | ||
| {{Include-USGov |agency=United States government |
comment is a free field that produces a parenthesized comment at end, agency should auto-wikilink | ||
| {{Include-USGov |agency=United States Department |
Url without agency is just a bare link | ||
| {{Include-USGov |agency=United States Department |
Url with comment should still work | ||
| {{Include-USGov |agency=United States Department |
With article argument, template refers to specific document | ||
| {{Include-USGov |agency=United States Department |
With article argument, url becomes external link to specific document | ||
| {{Include-USGov |agency=United States Department |
Author can be added for use in inline citation | ||
| {{Include-USGov |agency=United States Department |
Accessdate can be added, also | ||
| {{Include-USGov |agency=United States Department |
All parameters can work together | ||
| {{Include-USGov |agency=United States government |
Source parameter shuts down most arguments, leaves free field at end for citation template | ||
| {{Include-USGov |agency=United States Department |
Example of source usage | ||
| {{Include-USGov |agency=United States Department |
Blank source leaves other parameters active |
Source parameter tests
Test cases for using |source= parameter and {{cite web}} embedded content:
| Code | Working template | Sandbox version | Comments |
|---|---|---|---|
| {{Include-USGov |agency=United States Department
}} |
|url= (help)
|
Example of source usage from above table, changed from {{cite book}} to {{cite web}} | |
| {{Include-USGov |agency=United States Department
}} |
|url= (help)
|
|url= (help)
|
Example of source usage with |date= parameter in {{cite web}} string
|
| {{Include-USGov |agency=United States Department
}} |
|url= (help); |access-date= requires |url= (help)
|
|url= (help); |access-date= requires |url= (help)
|
Example of source usage with |accessdate= parameter in {{cite web}} string
|