Difference between revisions of "Template:Internet Archive author/testcases"
Jump to navigation
Jump to search
imported>GreenC |
imported>GreenC |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{template test cases notice}} | {{template test cases notice}} | ||
| − | :::::::<big>'''NOTE''': When making changes to code related to Wikidata (mw.wikibase) you must test on a real article since mw.wikibase.getEntityObject() only works on the page in question, it doesn't work from this testcases page which will give different results.</big> | + | :::::::<big>'''NOTE''': When making changes to code related to Wikidata (mw.wikibase) you must test on a real article since mw.wikibase.getEntityObject() only works on the page in question, it doesn't work from this testcases page which will give different results. '''Update''': This has been addressed see [https://www.wikidata.org/wiki/Wikidata:Arbitrary_access Arbitrary access] for more information how to implement.</big> |
*[[Template:Internet Archive author/testcases/oneword|One Word]] | *[[Template:Internet Archive author/testcases/oneword|One Word]] | ||
| Line 35: | Line 35: | ||
|{{Internet Archive author|name=Charles Dickens|media=text audio}} | |{{Internet Archive author|name=Charles Dickens|media=text audio}} | ||
|{{Internet Archive author/sandbox|name=Charles Dickens|media=text audio}} | |{{Internet Archive author/sandbox|name=Charles Dickens|media=text audio}} | ||
| + | }} | ||
| + | |||
| + | ---- | ||
| + | {{testcase | ||
| + | |id=& symbol | ||
| + | |layout=vertical | ||
| + | |<nowiki>{{Internet Archive author|name=Trost & Trost}}</nowiki> | ||
| + | |{{Internet Archive author|name=Trost & Trost}} | ||
| + | |{{Internet Archive author/sandbox|name=Trost & Trost}} | ||
| + | }} | ||
| + | |||
| + | ---- | ||
| + | {{testcase | ||
| + | |id=? symbol | ||
| + | |layout=vertical | ||
| + | |<nowiki>{{Internet Archive author|name=? (film)}}</nowiki> | ||
| + | |{{Internet Archive author|name=? (film)}} | ||
| + | |{{Internet Archive author/sandbox|name=? (film)}} | ||
}} | }} | ||
Latest revision as of 16:22, 4 January 2016
| 42px | This is the template test cases page for the sandbox of Template:Internet Archive author. 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: |
- NOTE: When making changes to code related to Wikidata (mw.wikibase) you must test on a real article since mw.wikibase.getEntityObject() only works on the page in question, it doesn't work from this testcases page which will give different results. Update: This has been addressed see Arbitrary access for more information how to implement.