Difference between revisions of "Template:IFDB/doc"

From blackwiki
Jump to navigation Jump to search
imported>Rqndom
(update sample usage)
imported>Rqndom
(→‎Sample usage: formatting)
Line 24: Line 24:
  
 
== Sample usage ==
 
== Sample usage ==
* Specify id and title:
+
* Specify <code>id</code> and <code>title</code>:
 
<pre>
 
<pre>
 
{{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}}
 
{{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}}
 
</pre>
 
</pre>
* Specify title only (id is read from Wikidata):
+
* Specify title only (<code>id</code> is read from Wikidata):
 
<pre>
 
<pre>
 
{{IFDB | title=Zork I}}
 
{{IFDB | title=Zork I}}
 
</pre>
 
</pre>
* Use without any parameters (id is read from Wikidata and the article name is used for title):
+
* Use without any parameters (<code>id</code> is read from Wikidata, and the article name is used for <code>title</code>):
 
<pre>
 
<pre>
 
{{IFDB}}
 
{{IFDB}}

Revision as of 13:31, 24 September 2020

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.

Template parameters

ParameterDescriptionTypeStatus
idid
the IFDB game id (listed as TUID under Game Details); if empty or not specified, the id is obtained from wikidata
Example
0dbnusxunq7fw5ro
Lineoptional
titletitle
the title of the game, to be shown as link text; if empty or not specified, the article title is used
Example
Zork I
Linesuggested

Format: inline

Sample usage

  • Specify id and title:
{{IFDB | id=0dbnusxunq7fw5ro | title=Zork I}}
  • Specify title only (id is read from Wikidata):
{{IFDB | title=Zork I}}
  • Use without any parameters (id is read from Wikidata, and the article name is used for title):
{{IFDB}}