Editing TemplateDoc:Ref/Audio
From Halopedia, the Halo wiki
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
This template should be used when citing ''Halo'' audio media, such as audio dramas. For other citation templates, see [[Template:Ref]]. | This template should be used when citing ''Halo'' audio media, such as audio dramas. | ||
For other citation templates, see [[Template:Ref]]. | |||
==Usage== | ==Usage== | ||
===Syntax=== | ===Syntax=== | ||
To insert this template onto a page, place one of the following wikitext samples onto the article, and fill in as necessary. You may also add any additional parameters seen [[#Parameters|below]] | To insert this template onto a page, place one of the following wikitext samples onto the article, and fill in as necessary. You may also add any of additional parameters seen [[#Parameters|below]] if necessary, for instance a quote, or particular detail you want to highlight. | ||
====Citing a standalone audio piece==== | ====Citing a standalone audio piece==== | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Ref/Audio|Id= | {{Ref/Audio|Id=ref_id|audio_series_name_or_acronym|time_code}} | ||
</nowiki></pre> | </nowiki></pre> | ||
====Citing an episode in a larger audio series==== | ====Citing an episode in a larger audio series==== | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Ref/Audio|Id= | {{Ref/Audio|Id=ref_id|audio_series_name_or_acronym|Ep=episode|time_code}} | ||
</nowiki></pre> | </nowiki></pre> | ||
Line 44: | Line 46: | ||
|<code>Hunt the Truth</code> | |<code>Hunt the Truth</code> | ||
|- | |- | ||
|''' | |'''Ep''' {{C|unnamed field}} | ||
| | |Episode | ||
|''Optional'' | |''Optional'' | ||
|The | |The particualar episode being cited, if the media is a series. | ||
|<code> | |<code>Episode 00: Primer</code> | ||
|- | |- | ||
|'''2''' {{C|unnamed field}} | |'''2''' {{C|unnamed field}} | ||
|Time, Tiemstamp | |||
|Time, | |||
|'''Recommended''' | |'''Recommended''' | ||
|The timestamp that the cited audio takes place at. | |The timestamp that the cited audio takes place at. | ||
Line 99: | Line 95: | ||
*[[Template:Internal/Error/MissingParam|Missing required parameter]] - If a required parameter is not passed to the template. | *[[Template:Internal/Error/MissingParam|Missing required parameter]] - If a required parameter is not passed to the template. | ||
*[[Template:Internal/Error/InvalidParam|Invalid parameter]] - If an unrecognised parameter is passed to the template. | *[[Template:Internal/Error/InvalidParam|Invalid parameter]] - If an unrecognised parameter is passed to the template. | ||
*[[Template:Internal/Error/ClobberedParam|Overwritten parameter]] - If the same | *[[Template:Internal/Error/ClobberedParam|Overwritten parameter]] - If the same paramater is given multiple values in the template call. | ||
===Examples=== | ===Examples=== | ||
Here are some examples of what the template will output when used: | Here are some examples of what the template will output, when used: | ||
====Standard usage==== | ====Standard usage==== | ||
<pre>{{Ref/Audio|Id=Rebirth|Rebirth|5:60}}</pre>{{Ref/Audio|Id=Rebirth|Rebirth| | <pre>{{Ref/Audio|Id=Rebirth|Rebirth|5:60}}</pre>{{Ref/Audio|Id=Rebirth|Rebirth|05:60}} | ||
{{Ref/Sources}} | {{Ref/Sources}} | ||
====Episode field usage==== | ====Episode field usage==== | ||
<pre>{{Ref/Audio|Id=HtT|HtT|Ep=00: Primer|2:50}}</pre>{{Ref/Audio|Id=HtT|HtT|00: Primer| | <pre>{{Ref/Audio|Id=HtT|HtT|Ep=00: Primer|2:50}}</pre>{{Ref/Audio|Id=HtT|HtT|Ep=00: Primer|2:50}} | ||
{{Ref/Sources}} | {{Ref/Sources}} | ||