Difference between revisions of "Template:IFDB/doc"
Jump to navigation
Jump to search
imported>Rqndom |
imported>Rqndom (+ cat) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
"params": { | "params": { | ||
"id": { | "id": { | ||
| − | "description": "the IFDB game id (listed as '''TUID''' under Game Details)", | + | "description": "the IFDB game id (listed as '''TUID''' under Game Details); if empty or not specified, the id is obtained from wikidata", |
"example": "0dbnusxunq7fw5ro", | "example": "0dbnusxunq7fw5ro", | ||
"type": "line", | "type": "line", | ||
| − | "required": | + | "required": false |
}, | }, | ||
"title": { | "title": { | ||
| − | "description": "the title of the game, to be shown as link text", | + | "description": "the title of the game, to be shown as link text; if empty or not specified, the article title is used", |
"example": "Zork I", | "example": "Zork I", | ||
"type": "line", | "type": "line", | ||
| − | "required": true | + | "required": false, |
| + | "suggested": true | ||
} | } | ||
}, | }, | ||
| Line 23: | Line 24: | ||
== Sample usage == | == Sample usage == | ||
| + | * Specify <code>id</code> and <code>title</code>: | ||
<pre> | <pre> | ||
{{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}} | {{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}} | ||
| + | </pre> | ||
| + | * Specify title only (<code>id</code> is read from Wikidata): | ||
| + | <pre> | ||
| + | {{IFDB | title=Zork I}} | ||
| + | </pre> | ||
| + | * Use without any parameters (<code>id</code> is read from Wikidata, and the article name is used for <code>title</code>): | ||
| + | <pre> | ||
| + | {{IFDB}} | ||
</pre> | </pre> | ||
| + | |||
| + | == Note == | ||
| + | Always preview the page when using this template without specifying the <code>id</code>, | ||
| + | to make sure it is correctly imported from Wikidata. | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- Categories below this line; interwikis at Wikidata --> | <!-- Categories below this line; interwikis at Wikidata --> | ||
| − | + | [[Category:External link templates]] | |
| + | [[Category:Templates using data from Wikidata]] | ||
}}</includeonly> | }}</includeonly> | ||
Latest revision as of 18:27, 28 October 2020
| 40px | This is a documentation subpage for Template:IFDB. It contains usage information, categories and other content that is not part of the original template page. |
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for IFDB
Use this template to reference entries on the Interactive Fiction Database.
Contents
Template parameters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | the IFDB game id (listed as TUID under Game Details); if empty or not specified, the id is obtained from wikidata
| Line | optional |
| title | title | the title of the game, to be shown as link text; if empty or not specified, the article title is used
| Line | suggested |
Format: inline
Sample usage
- Specify
idandtitle:
{{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}}
- Specify title only (
idis read from Wikidata):
{{IFDB | title=Zork I}}
- Use without any parameters (
idis read from Wikidata, and the article name is used fortitle):
{{IFDB}}
Note
Always preview the page when using this template without specifying the id,
to make sure it is correctly imported from Wikidata.