imported>Anthony Appleyard |
imported>Zyxw |
| (11 intermediate revisions by 3 users not shown) |
| Line 1: |
Line 1: |
| | {{Template test cases notice}} | | {{Template test cases notice}} |
| − | =={{SUBJECTSPACE}}:{{BASEPAGENAME}}==
| |
| − | "{{((}} {{BASEPAGENAME}} {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282 {{))}}":
| + | == No parameters == |
| − | :"{{ {{BASEPAGENAME}} |0111282 }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate {{))}}":
| + | If no ID is provided, the template uses [[Wikidata]] property {{wpl|P345}}: |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate }}"
| + | : <kbd><nowiki>https://www.imdb.com/title/{{#property:P345}}/</nowiki></kbd> |
| | + | If the page does not have a Wikidata item containing that property, the template uses the page name: |
| | + | : <kbd><nowiki>https://www.imdb.com/Title?{{urlencode:{{PAGENAME}}}}/</nowiki></kbd> |
| | + | : The template also adds [[:Category:IMDb template with no id set]] if the page is located in the [[WP:NS0|main or article namespace]]. |
| | + | The [[link text]] should be the Wikipedia page name, without disambiguation (via {{tlg|kbd=yes|PAGENAMEBASE}}). |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache! {{))}}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=No parameters |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache! }}"
| + | |code=<nowiki>{{__TEMPLATENAME__}}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{))}}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=empty ID (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=empty ID (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{))}}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=empty ID and Title (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | | }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=empty ID and Title (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= | title= }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} description=with panache! {{))}}":
| + | == Parameter: id (1) == |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! }}"
| |
| | | | |
| − | ===Recommended date forms===
| + | If the ID does not start with "tt", the template adds "tt" (and leading zeros, if needed): |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} }}":
| + | : <kbd>0111282 — https://<nowiki/>www.imdb.com/title/{{Hilite|tt|lightgreen}}{{Hilite|0111282}}/</kbd> (valid ID: 7 digits) |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} }}" | + | : <kbd>111282 — https://<nowiki/>www.imdb.com/title/{{Hilite|tt0|lightgreen}}{{Hilite|111282}}/</kbd> (valid ID: 7 digits after template adds leading zero) |
| | + | : <kbd>10020954 — https://<nowiki/>www.imdb.com/name/{{Hilite|tt|lightgreen}}{{Hilite|10020954}}/</kbd> (valid ID: 8 digits) |
| | + | : <kbd>123456789 — https://<nowiki/>www.imdb.com/name/{{Hilite|tt|lightgreen}}{{Hilite|123456789}}/</kbd> (invalid ID: more than 8 digits) |
| | | | |
| − | ===Detail pages=== | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with leading zeros (unnamed parameter) |
| − | ====Select by position==== | + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 }}</nowiki> |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}alternateversions{{!}} accessdate={{#time:Y-m-d}} }}":
| + | }} |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|alternateversions| accessdate={{#time:Y-m-d}} }}"
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with leading zeros (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}amazon{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number without leading zeros (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|amazon| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 111282 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number without leading zeros (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 111282 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}awards{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with 8 digits (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|awards| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 10020954 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with 8 digits (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 10020954 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}business{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with 9 digits (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|business| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 123456789 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID number with 9 digits (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 123456789 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}cinemashowtimes{{!}} accessdate={{#time:Y-m-d}} }}": | + | If the ID starts with "tt", the template does not make any changes: |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|cinemashowtimes| accessdate={{#time:Y-m-d}} }}"
| + | : <kbd>tt0111282 — https://<nowiki/>www.imdb.com/title/{{Hilite|tt0111282}}/</kbd> (valid ID: tt + 7 digits) |
| | + | : <kbd>tt111282 — https://<nowiki/>www.imdb.com/title/{{Hilite|tt111282}}/</kbd> (invalid ID: less than 7 digits) |
| | + | : <kbd>tt10020954 — https://<nowiki/>www.imdb.com/name/{{Hilite|tt10020954}}/</kbd> (valid ID: tt + 8 digits) |
| | + | : <kbd>tt123456789 — https://<nowiki/>www.imdb.com/name/{{Hilite|tt123456789}}/</kbd> (invalid ID: more than 8 digits) |
| | + | : An article using {{tlc|{{BASEPAGENAME}}|tt111282}} or {{tlc|{{BASEPAGENAME}}|tt123456789}} would be added to [[:Category:IMDb template with invalid id set]] and a warning message is displayed in preview mode. |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}combined{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" and leading zeros (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|combined| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | tt0111282 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" and leading zeros (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= tt0111282 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}companycredits{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" without leading zeros (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|companycredits| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | tt111282 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" without leading zeros (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= tt111282 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}crazycredits{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" with 8 digits (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|crazycredits| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | tt10020954 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" with 8 digits (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= tt10020954 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}dvd{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" with 9 digits (unnamed parameter) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|dvd| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | tt123456789 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID with "tt" with 9 digits (named parameter) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= tt123456789 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}externalreviews{{!}} accessdate={{#time:Y-m-d}} }}":
| + | The [[link text]] should be the Wikipedia page name, without disambiguation (via {{tlg|kbd=yes|PAGENAMEBASE}}). |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|externalreviews| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}faq{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and empty Title (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|faq| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and empty Title (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}fullcredits{{!}} accessdate={{#time:Y-m-d}} }}":
| + | == Parameter: title (2) == |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|fullcredits| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}goofs{{!}} accessdate={{#time:Y-m-d}} }}":
| + | By default, the title is displayed in [[italic type]]: |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|goofs| accessdate={{#time:Y-m-d}} }}" | + | : see {{Section link||Parameter: description (3)}} for non-italic text placed after the title |
| | + | : see {{Section link||Parameter: quotes}} for the title in [[quotation mark]]s, instead of italics |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}laserdisc{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Title (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|laserdisc| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Title (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}keywords{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=Title only, no ID (named parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|keywords| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | title= Stargate }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}literature{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=Title only, empty ID (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|literature| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | | Stargate }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=Title only, empty ID (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= | title= Stargate }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}locations{{!}} accessdate={{#time:Y-m-d}} }}":
| + | == Parameter: description (3) == |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|locations| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}maindetails{{!}} accessdate={{#time:Y-m-d}} }}":
| + | Any text in {{para|description}} is added after the title, inside the [[link text]]. |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|maindetails| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}miscsites{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID, Title, Description (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|miscsites| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | (1994 film) }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID, Title, Description (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | description= (1994 film) }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}movieconnections{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Title, empty Description (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|movieconnections| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Title, empty Description (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | description= }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}officialsites{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Description, no Title (named parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|officialsites| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | description= (1994 film) }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}news{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Description, empty Title (unnamed parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|news| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | | (1994 film) }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=ID and Description, empty Title (named parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= | description= (1994 film) }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}parentalguide{{!}} accessdate={{#time:Y-m-d}} }}":
| + | == Parameter: quotes == |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|parentalguide| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}photogallery{{!}} accessdate={{#time:Y-m-d}} }}":
| + | Any value assigned to {{para|quotes}} will place the title in quotes, instead of italics. |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|photogallery| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}photosites{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=quotes (unnamed ID parameter, no Title parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|photosites| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | quotes= yes }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=quotes (named ID parameter, no Title parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | quotes= no }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}plotsummary{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=quotes (unnamed ID and Title parameters) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|plotsummary| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | quotes= 1 }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=quotes (named ID and Title parameters) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | quotes= 0 }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}posters{{!}} accessdate={{#time:Y-m-d}} }}":
| + | == Parameter: section == |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|posters| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}quotes{{!}} accessdate={{#time:Y-m-d}} }}":
| + | If {{para|section|award}} or {{para|section|awards}}: |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|quotes| accessdate={{#time:Y-m-d}} }}" | + | : "Awards for " is added before the title, inside the [[link text]] |
| | + | : <kbd>awards</kbd> is added to the end of the URL: <kbd>https://<nowiki/>www.imdb.com/title/tt#######/{{Hilite|awards}}</kbd> |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}ratings{{!}} accessdate={{#time:Y-m-d}} }}":
| + | If {{para|section|locations}}: |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|ratings| accessdate={{#time:Y-m-d}} }}" | + | : "Filming locations for " is added before the title, inside the [[link text]] |
| | + | : <kbd>locations</kbd> is added to the end of the URL: <kbd>https://<nowiki/>www.imdb.com/title/tt#######/{{Hilite|locations}}</kbd> |
| | + | |
| | + | Any other values in {{para|section}} are simply appended to the URL. |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}recommendations{{!}} accessdate={{#time:Y-m-d}} }}":
| + | === awards === |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|recommendations| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}releaseinfo{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=award (unnamed parameters for ID and Title) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|releaseinfo| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | section= award }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=award (named parameters for ID and Title) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | section= award }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}sales{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (unnamed parameters for ID and Title) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|sales| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | section= awards }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (named parameters for ID and Title) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | section= awards }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}soundsites{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (unnamed parameter for ID, no Title) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|soundsites| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | section= awards }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (named parameter for ID, no Title) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | section= awards }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}soundtrack{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (unnamed parameter for ID, empty Title) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|soundtrack| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | | section= awards }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=awards (named parameter for ID, empty Title) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= | section= awards }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}synopsis{{!}} accessdate={{#time:Y-m-d}} }}":
| + | === locations === |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|synopsis| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}taglines{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=locations (unnamed parameters for ID, Title, Description) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|taglines| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | (1994) | section= locations }}</nowiki> |
| | + | }} |
| | + | {{Test case nowiki|format=inline|collapsible=yes|title=locations (named parameters for ID, Title, Description) |
| | + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | description= (1994) | section= locations }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}technical{{!}} accessdate={{#time:Y-m-d}} }}":
| + | === other sections === |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|technical| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}trailers{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=fullcredits (unnamed parameters for ID, Title, Description) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|trailers| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | 0111282 | Stargate | (1994) | section= fullcredits }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}trivia{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=technical (named parameters for ID, Title, Description) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|trivia| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__ | id= 0111282 | title= Stargate | description= (1994) | section= technical }}</nowiki> |
| | + | }} |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}tvschedule{{!}} accessdate={{#time:Y-m-d}} }}":
| + | == All parameters == |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|tvschedule| accessdate={{#time:Y-m-d}} }}"
| |
| | | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}videosites{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=All parameters (unnamed parameters for ID, Title, Description) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|videosites| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__|0111282|Stargate|(1994 film)|quotes=y|section=awards}}</nowiki> |
| − | | + | }} |
| − | "{{((}} {{BASEPAGENAME}} {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}usercomments{{!}} accessdate={{#time:Y-m-d}} }}":
| + | {{Test case nowiki|format=inline|collapsible=yes|title=All parameters (named parameters for ID, Title, Description) |
| − | :"{{ {{BASEPAGENAME}} |0111282|Stargate|with panache!|usercomments| accessdate={{#time:Y-m-d}} }}"
| + | |code=<nowiki>{{__TEMPLATENAME__|id=0111282|title=Stargate|description=(1994 film)|quotes=y|section=awards}}</nowiki> |
| − | | + | }} |
| − | ====Select by parameter====
| |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=alternateversions }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=alternateversions }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=amazon }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=amazon }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=awards }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=awards }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=business }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=business }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=cinemashowtimes }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=cinemashowtimes }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=combined }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=combined }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=companycredits }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=companycredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=crazycredits }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=crazycredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=dvd }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=dvd }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=externalreviews }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=externalreviews }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=faq }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=faq }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=fullcredits }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=fullcredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=goofs }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=goofs }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=laserdisc }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=laserdisc }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=keywords }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=keywords }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=literature }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=literature }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=locations }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=locations }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=maindetails }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=maindetails }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=miscsites }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=miscsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=movieconnections }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=movieconnections }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=officialsites }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=officialsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=news }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=news }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=parentalguide }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=parentalguide }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=photogallery }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=photogallery }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=photosites }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=photosites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=plotsummary }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=plotsummary }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=posters }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=posters }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=quotes }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=quotes }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=ratings }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=ratings }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=recommendations }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=recommendations }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=releaseinfo }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=releaseinfo }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=sales }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=sales }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=soundsites }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=soundsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=soundtrack }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=soundtrack }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=synopsis }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=synopsis }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=taglines }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=taglines }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=technical }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=technical }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=trailers }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=trailers }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=trivia }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=trivia }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=tvschedule }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=tvschedule }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=videosites }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=videosites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}} {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=usercomments }}":
| |
| − | :"{{ {{BASEPAGENAME}} | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=usercomments }}"
| |
| − | | |
| − | =={{SUBJECTSPACE}}:{{BASEPAGENAME}}/sandbox==
| |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282 {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282 }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache! {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache! }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} description=with panache! {{))}}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! }}"
| |
| − | | |
| − | ===Recommended date forms===
| |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | ===Detail pages===
| |
| − | ====Select by position====
| |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}alternateversions{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|alternateversions| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}amazon{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|amazon| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}awards{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|awards| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}business{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|business| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}cinemashowtimes{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|cinemashowtimes| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}combined{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|combined| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}companycredits{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|companycredits| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}crazycredits{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|crazycredits| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}dvd{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|dvd| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}externalreviews{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|externalreviews| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}faq{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|faq| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}fullcredits{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|fullcredits| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}goofs{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|goofs| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}laserdisc{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|laserdisc| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}keywords{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|keywords| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}literature{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|literature| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}locations{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|locations| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}maindetails{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|maindetails| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}miscsites{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|miscsites| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}movieconnections{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|movieconnections| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}officialsites{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|officialsites| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}news{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|news| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}parentalguide{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|parentalguide| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}photogallery{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|photogallery| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}photosites{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|photosites| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}plotsummary{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|plotsummary| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}posters{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|posters| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}quotes{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|quotes| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}ratings{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|ratings| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}recommendations{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|recommendations| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}releaseinfo{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|releaseinfo| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}sales{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|sales| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}soundsites{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|soundsites| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}soundtrack{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|soundtrack| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}synopsis{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|synopsis| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}taglines{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|taglines| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}technical{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|technical| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}trailers{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|trailers| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}trivia{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|trivia| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}tvschedule{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|tvschedule| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}videosites{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|videosites| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}}0111282{{!}}Stargate{{!}}with panache!{{!}}usercomments{{!}} accessdate={{#time:Y-m-d}} }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox |0111282|Stargate|with panache!|usercomments| accessdate={{#time:Y-m-d}} }}"
| |
| − | | |
| − | ====Select by parameter====
| |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=alternateversions }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=alternateversions }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=amazon }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=amazon }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=awards }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=awards }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=business }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=business }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=cinemashowtimes }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=cinemashowtimes }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=combined }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=combined }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=companycredits }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=companycredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=crazycredits }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=crazycredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=dvd }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=dvd }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=externalreviews }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=externalreviews }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=faq }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=faq }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=fullcredits }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=fullcredits }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=goofs }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=goofs }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=laserdisc }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=laserdisc }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=keywords }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=keywords }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=literature }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=literature }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=locations }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=locations }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=maindetails }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=maindetails }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=miscsites }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=miscsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=movieconnections }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=movieconnections }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=officialsites }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=officialsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=news }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=news }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=parentalguide }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=parentalguide }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=photogallery }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=photogallery }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=photosites }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=photosites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=plotsummary }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=plotsummary }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=posters }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=posters }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=quotes }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=quotes }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=ratings }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=ratings }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=recommendations }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=recommendations }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=releaseinfo }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=releaseinfo }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=sales }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=sales }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=soundsites }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=soundsites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=soundtrack }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=soundtrack }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=synopsis }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=synopsis }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=taglines }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=taglines }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=technical }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=technical }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=trailers }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=trailers }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=trivia }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=trivia }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=tvschedule }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=tvschedule }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=videosites }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=videosites }}"
| |
| − | | |
| − | "{{((}} {{BASEPAGENAME}}/sandbox {{!}} id=0111282 {{!}} title=Stargate {{!}} accessdate={{#time:Y-m-d}} {{!}} select=usercomments }}":
| |
| − | :"{{ {{BASEPAGENAME}}/sandbox | id=0111282 | title=Stargate | description=with panache! | accessdate={{#time:Y-m-d}} | select=usercomments }}"
| |