Template:Voice actor: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Create.)
No edit summary
 
(3 intermediate revisions by 2 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("{{{1}}}")=text
|where=name="{{{1}}}"
|where=name="{{{1}}}"
|order by=name
|order by=name
Line 7: Line 7:
|default={{{1}}}
|default={{{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]].


Usage (if voice actor exists): <code><nowiki>{{VA|Jennifer English}}</nowiki></code>
Usage (if voice actor exists): <code><nowiki>{{VA|Jennifer English}}</nowiki></code>
Line 17: Line 17:
Usage (if voice actor doesn't exist): <code><nowiki>{{VA|Adam Smith}}</nowiki></code>
Usage (if voice actor doesn't exist): <code><nowiki>{{VA|Adam Smith}}</nowiki></code>
Result: {{VA|Adam Smith}}
Result: {{VA|Adam Smith}}
Test VA with period: {{VA|Robert G. Slade}}


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

Latest revision as of 03:52, 31 December 2023

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.

Usage (if voice actor exists): {{VA|Jennifer English}} Result: Jennifer English

Usage (if voice actor doesn't exist): {{VA|Adam Smith}} Result: Adam Smith

Test VA with period: 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

Unknownrequired