Template:Template parameter value/doc
Appearance
![]() | This is a documentation subpage for Template:Template parameter value. It may contain usage information, categories and other content that is not part of the original template page. |
![]() | This template uses Lua: |
Usage
The purpose of this template is to gain the value of a template's parameter in an article, for usage elsewhere. For example, gaining the value of the |num_episodes=
parameter in the {{Infobox television}} template in an article, to use in another article. This template is case-sensitive, so setting |Viewers=
will not match |viewers=
.
Syntax
{{Template parameter value|ARTICLE|TEMPLATE|COUNT|PARAMETER|COUNT}}
Examples
- 24th usage of |OriginalAirDate= in the 3rd usage of {{Episode table}} in List of Lucifer episodes
{{Template parameter value|List of Lucifer episodes|Episode table|3|OriginalAirDate|24}}
- May 14, 2018
- 1st usage of |num_episodes= in the 1st usage of {{Infobox television}} in Lucifer (TV series)
{{Template parameter value|Lucifer (TV series)|Infobox television||num_episodes}}
- 93
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | Article | The article where the template and value exist. Example: List of Lucifer episodes |
Text | Required |
2 | Template | The template where the value is held in the form of a parameter. Example: Episode table |
Text | Required |
3 | Numbered usage of template | How many usages of the above template are counted. Setting to blank (do not exclude) sets the value to 1. Exclusion means that the third parameter will become the parameter. Example: 24 |
Text | Optional setting Required inclusion |
4 | Parameter | The parameter that holds the required value. Example: OriginalAirDate |
Text | Required |
5 | Numbered usage of parameter | How many usages of the above parameter are counted within the found template. Setting to blank sets the value to 1. Can be excluded. Example: 3 |
Text | Optional |