Template:Episode infobox: Difference between revisions
From Destinypedia, the Destiny wiki
mNo edit summary |
m (Text replacement - "dummy edit" to "Category:Infobox templates") Tag: Manual revert |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{ | {{Infobox|start}} | ||
{{Infobox|title|name={{{name|}}}}} | |||
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} | |||
{{Infobox|entry|title={{{startdate-title|Start date}}}|content={{{startdate|}}}}} | |||
{{Infobox|entry|title={{{enddate-title|End date}}}|content={{{enddate|}}}}} | |||
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}} | |||
{{ | {{Infobox|entry|title={{{prevep-title|Previous episode}}}|content={{{prevep|}}}}} | ||
{{Infobox|entry|title={{{nextep-title|Next episode}}}|content={{{nextep|}}}}} | |||
Start date | |||
{{Infobox|end}}<noinclude>{{clear}} | |||
{{{startdate}}} | |||
}} | |||
{{ | |||
End date | |||
{{{enddate}}} | |||
}} | |||
Mode(s) | |||
{{{modes}}} | |||
}} | |||
Previous episode | |||
{{{prevep}}} | |||
}} | |||
Next episode | |||
{{ | |||
{{ | |||
==Usage instructions== | ==Usage instructions== | ||
Paste the following code into the top of an article, filling all known fields: | Paste the following code into the top of an article, filling all known fields: | ||
<pre>{{episode infobox | <pre> | ||
|name= | {{episode infobox | ||
|image= | |name= | ||
|startdate= | |image= | ||
|enddate= | |startdate= | ||
|modes= | |enddate= | ||
|modes= | |||
|prevep= | |prevep= | ||
|nextep= | |nextep= | ||
}}</pre> | }} | ||
</pre> | |||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 09:58, June 14, 2024
Episode infobox | |
---|---|
Usage instructions
Paste the following code into the top of an article, filling all known fields:
{{episode infobox |name= |image= |startdate= |enddate= |modes= |prevep= |nextep= }}