Template:Voice actor: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Create.)
(Updated documentation and added category)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{#cargo_query:tables=voice_actors
<includeonly><onlyinclude>{{#cargo_query:tables=voice_actors
|fields=imdb_link, CONCAT("{{{1}}}")
|fields=imdb_link=link, CONCAT("{{trim | {{{1}}} }}")=text
|where=name="{{{1}}}"
|where=name="{{trim | {{{1}}} }}"
|order by=name
|order by=name
|limit=1
|limit=1
|more results text=
|more results text=
|default={{{1}}}
|default={{trim | {{{1}}} }}
|format=template
|format=template
|named args=yes
|template=Url
|template=Url
}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly><noinclude>{{documentation|content={{shortcut|VA|va}}
This template links a voice actor's IMDB page, if the entry exists. The entries are put into the database using [[Template:VA/Insert]] on page [[Voice actors]].


This template links a voice actor's IMDB page, if the entry exists. The entries are put into the database using [[Template:VA/Insert]].
In order to fetch the IMDB link, the parameter must exactly match an entry in the database. Otherwise, the template will omit the link and just display the name.


Usage (if voice actor exists): <code><nowiki>{{VA|Jennifer English}}</nowiki></code>
== Examples ==
Result: {{VA|Jennifer English}}
{{Template demo
 
| style = table
Usage (if voice actor doesn't exist): <code><nowiki>{{VA|Adam Smith}}</nowiki></code>
| <nowiki>{{VA|Jennifer English}}</nowiki>
Result: {{VA|Adam Smith}}
| <nowiki>{{VA|Robert G. Slade}}</nowiki>
| <nowiki>{{VA|Robert G Slade}}</nowiki>
}}


==Template data==
<templatedata>
{
"params": {
"1": {
"label": "voice actor",
"description": "The name of the voice actor, spelled '''exactly''' as on the voice actors page",
            "type": "string",
"required": true
}
},
"description": "Inserts a link to the IMDB page of a voice actor.",
"format": "inline"
}
</templatedata>}}
[[Category:Templates]]
[[Category:Templates]]
[[Category:Link templates]]
[[Category:External link templates]]
</noinclude>

Latest revision as of 21:12, 21 July 2024

Template documentation
Shortcuts

This template links a voice actor's IMDB page, if the entry exists. The entries are put into the database using Template:VA/Insert on page Voice actors.

In order to fetch the IMDB link, the parameter must exactly match an entry in the database. Otherwise, the template will omit the link and just display the name.

Examples

Markup Renders as
{{VA|Jennifer English}}
Jennifer English
{{VA|Robert G. Slade}}
Robert G. Slade
{{VA|Robert G Slade}}
Robert G Slade

Template data

Inserts a link to the IMDB page of a voice actor.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
voice actor1

The name of the voice actor, spelled '''exactly''' as on the voice actors page

Stringrequired