This wiki has had no edits or log actions made within the last 45 days and has been automatically marked as inactive. If you would like to prevent this wiki from being closed, please start showing signs of activity here. If there are no signs of this wiki being used within the next 15 days, this wiki will be closed in accordance to the Dormancy Policy (which all wiki founders accept when requesting a wiki). If this wiki is closed and no one reopens it 135 days from now, this wiki will become eligible for deletion. Note: If you are a bureaucrat, you can go to Special:ManageWiki and uncheck "inactive" yourself.

Template:Infobox episode/doc: Difference between revisions

From Queen's Court Games
Content added Content deleted
m (1 revision imported: Copied from w:c:templates:Template:Infobox episode)
No edit summary
Tag: Reverted
Line 1: Line 1:
==Description==
<noinclude>{{Documentation subpage}}</noinclude>
To use this template, copy the following code and fill in the appropriate fields.
== Description ==
This is a infobox template used to quickly summarize information about episodes. This template uses Fandom's [[w:help:infobox|portable infobox]] markup.


==Syntax==
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up. Don't forget to include brackets, to make the fields into links.
<pre>{{infobox episode
| title =
| partOfSeason =
| episodeNumber =
| image = [e.g. "Example.jpg"]
| imagecaption =
| airdate =
| runtime =
| director =
| previousEpisode =
| nextEpisode =
}}</pre>


<includeonly>[[Category:Templates|{{PAGENAME}}]][[Category:Templates/Infobox|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

== Usage ==
<pre>
{{Infobox episode
| title =
| image = [e.g. "Example.jpg"]
| part_of_season =
| episode_number =
| air_date =
| writer =
| director =
| previous_episode =
| next_episode =
}}
</pre>

== Sample output ==
{{Infobox episode
| title = Flower of Babel
| image = Example.jpg
| part_of_season = One
| episode_number = Three
| air_date = Unaired
| writer = D. Righta
| director = A. di Rektour
| previous_episode = Episode Two
| next_episode = Episode Four
}}

[{{fullurl: {{FULLPAGENAME}}|action=purge}} Click here to refresh the preview]
<pre>
{{Infobox episode
| title = Flower of Babel
| image = Example.jpg
| part_of_season = One
| episode_number = Three
| air_date = Unaired
| writer = D. Righta
| director = A. di Rektour
| previous_episode = Episode Two
| next_episode = Episode Four
}}
</pre>

<includeonly>
[[Category:Infobox templates]]
</includeonly><noinclude>
</noinclude>

Revision as of 03:11, 22 December 2023

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox episode
 | title             = 
 | partOfSeason      = 
 | episodeNumber     = 
 | image             = [e.g. "Example.jpg"]
 | imagecaption      = 
 | airdate           = 
 | runtime           = 
 | director          = 
 | previousEpisode   = 
 | nextEpisode       = 
}}