User:SummerShores/sandbox: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
m (Slightly adjusting the way the "part" parameter displays (mostly to make it a bit more prominent) and adding another example (slightly altered from User:Amelia/sandboxU).)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
''[[{{{series}}}]]''&nbsp;-&nbsp;"[[{{{epname}}}]]"{{#if:{{{season|}}}|&nbsp;(S{{{season}}}E{{{epnumber}}}).}}{{#if:{{{epnumber|}}}|&nbsp;(E{{{epnumber}}}).}}&nbsp;{{#if:{{{time|}}}|Timecode: {{{time}}}.}}&nbsp;{{#if:{{{transcript|}}}|({{{transcript}}}).}}{{#if:{{{quote|}}}|{{{quote}}}}}<noinclude>
''[[{{{series}}}]]''&nbsp;-&nbsp;"[[{{{epname}}}]]"{{#if:{{{season|}}}|&nbsp;(S{{{season}}}E{{{epnumber}}})}}{{#if:{{{part|}}}|, part {{{part}}}}}{{#if:{{{season|}}}|.}}{{#if:{{{epnumberstandalone|}}}|&nbsp;(E{{{epnumberstandalone}}}).}}{{#if:{{{director|}}}|&nbsp;{{{director}}} (d).}}{{#if:{{{writer|}}}|&nbsp;{{{writer}}} (w).}}{{#if:{{{month|}}}|&nbsp;Aired {{D|{{{month}}}|{{{day}}}|{{{year}}}}}.}}{{#if:{{{time|}}}|&nbsp;Timecode: {{{time}}}.}}&nbsp;{{#if:{{{transcript|}}}|({{{transcript}}}).}}{{#if:{{{quote|}}}|{{{quote}}}}}<noinclude>
==Documentation==
==Documentation==
<pre>
<pre>
Line 5: Line 5:
|series=
|series=
|epname=
|epname=
|part=
|season=
|season=
|epnumber=
|epnumber=
|epnumberstandalone=
|director=
|writer=
|month=
|day=
|year=
|time=
|time=
|transcript=
|transcript=
Line 13: Line 20:
</pre>
</pre>


* '''series:''' This will automatically link to the series' page on the wiki (or a red link if it doesn't exist yet). '''(mandatory)'''
* '''series:''' Enter the series' name here. This will automatically link to its page on the wiki (or a red link if it doesn't exist yet). '''(mandatory)'''
* '''epname:''' This will automatically link to the episode's page on the wiki (or a red link if it doesn't exist yet). '''(mandatory)'''
* '''epname:''' Enter the episode's name here. This, too, will automatically link to its page on the wiki (or a red link if it doesn't exist yet). '''(mandatory)'''
* '''season:''' The season the episode was a part of. If you add a season number, you ''must'' add an episode number as well.
* '''part:''' If the episode is split into multiple parts, list the number of the one you are referencing here.
* '''epnumber:''' The episode number (as aired) here. This can be added without filling out the season parameter (but not the other way around).
* '''season:''' The season the episode was a part of. If you use this parameter, you ''must'' add an episode number with the below parameter as well.
* '''epnumber:''' The episode number (as aired).
* '''epnumberstandalone:''' If there is no season number, list the episode under this parameter instead of <code>epnumber</code>.
* '''director:''' Enter the director(s) credited for the episode here. This will ''not'' automatically create a link&mdash;you will need to add the appropriate markup yourself. (This is to facilitate episodes with multiple directors.)
* '''writer:''' Enter the writer(s) credited for the episode here. Like the above parameter, this will ''not'' automatically create links.
* The following three parameters use [[Template:D]] to list the episode's airdate with the appropriate links.
** '''month:''' The month the episode aired in, abbreviated to the first three letters (for instance, August would be "Aug"). This parameter ''must'' be filled in for the other two to appear properly.
** '''day:''' The day the episode aired on.
** '''year:''' The year the episode aired in.
* '''time:''' The timecode (XX:XX) of the relevant moment. You may also use a range (XX:XX-XX:XX) if you feel this would be more suitable.
* '''time:''' The timecode (XX:XX) of the relevant moment. You may also use a range (XX:XX-XX:XX) if you feel this would be more suitable.
* '''transcript:''' If a transcript page exists, link to it here.
* '''transcript:''' If a transcript page exists, enter its title here. As with the first two parameters, a link will automatically be created.
* '''quote:''' A direct quote from the source. If multiple characters talk, you can use dialogue tags and the <nowiki><br></nowiki> tag. For example,
* '''quote:''' A direct quote from the source. If multiple characters talk, you may use dialogue tags and the <nowiki><br></nowiki> tag. For example,
<pre>
<pre>
'''Character 1:''' I'm talking!<br>'''Character 2:''' Hey, I'm talking, too!
'''Character 1:''' I'm talking!<br>'''Character 2:''' Hey, I'm talking, too!
Line 26: Line 41:
:'''Character 1:''' I'm talking!<br>'''Character 2:''' Hey, I'm talking, too!
:'''Character 1:''' I'm talking!<br>'''Character 2:''' Hey, I'm talking, too!


Below is an example of this template in action:<br>
Below are some examples of this template in action:<br>

{{User:SummerShores/sandbox
{{User:SummerShores/sandbox
|series=Friendship is Magic
|series=Friendship is Magic
Line 32: Line 48:
|season=9
|season=9
|epnumber=18
|epnumber=18
|director=[[Denny Lu]] & [[Mike Myhre]]
|writer=[[Nick Confalone]]
|month=Aug
|day=31
|year=2019
|time=11:19
|time=11:19
|quote="The Stare? You can still do that? ''Ugh.'' No fair making me do your bidding against my will."
|quote="The Stare? You can still do that? ''Ugh.'' No fair making me do your bidding against my will."
}}
<br>

{{User:SummerShores/sandbox
|series=My Little Pony 'n Friends
|epname=The Glass Princess
|part=3
|season=1
|epnumber=4
|director=
|writer=[[Tracy Mann Hill]] & [[Michael Charles Hill]]
|month=Oct
|day=8
|year=1986
|time=3:23
|quote="Me and the ponies will lead the way!"
}}
}}
<!--If this becomes a proper template I'll put the above on a proper doc subpage-->
<!--If this becomes a proper template I'll put the above on a proper doc subpage-->

Latest revision as of 04:10, 12 October 2023

[[{{{series}}}]] - "[[{{{epname}}}]]" 

Documentation

{{Cite episode
|series=
|epname=
|part=
|season=
|epnumber=
|epnumberstandalone=
|director=
|writer=
|month=
|day=
|year=
|time=
|transcript=
|quote=
}}
  • series: Enter the series' name here. This will automatically link to its page on the wiki (or a red link if it doesn't exist yet). (mandatory)
  • epname: Enter the episode's name here. This, too, will automatically link to its page on the wiki (or a red link if it doesn't exist yet). (mandatory)
  • part: If the episode is split into multiple parts, list the number of the one you are referencing here.
  • season: The season the episode was a part of. If you use this parameter, you must add an episode number with the below parameter as well.
  • epnumber: The episode number (as aired).
  • epnumberstandalone: If there is no season number, list the episode under this parameter instead of epnumber.
  • director: Enter the director(s) credited for the episode here. This will not automatically create a link—you will need to add the appropriate markup yourself. (This is to facilitate episodes with multiple directors.)
  • writer: Enter the writer(s) credited for the episode here. Like the above parameter, this will not automatically create links.
  • The following three parameters use Template:D to list the episode's airdate with the appropriate links.
    • month: The month the episode aired in, abbreviated to the first three letters (for instance, August would be "Aug"). This parameter must be filled in for the other two to appear properly.
    • day: The day the episode aired on.
    • year: The year the episode aired in.
  • time: The timecode (XX:XX) of the relevant moment. You may also use a range (XX:XX-XX:XX) if you feel this would be more suitable.
  • transcript: If a transcript page exists, enter its title here. As with the first two parameters, a link will automatically be created.
  • quote: A direct quote from the source. If multiple characters talk, you may use dialogue tags and the <br> tag. For example,
'''Character 1:''' I'm talking!<br>'''Character 2:''' Hey, I'm talking, too!
would render as
Character 1: I'm talking!
Character 2: Hey, I'm talking, too!

Below are some examples of this template in action:

Friendship is Magic - "She Talks to Angel" (S9E18). Denny Lu & Mike Myhre (d). Nick Confalone (w). Aired August 31, 2019. Timecode: 11:19. "The Stare? You can still do that? Ugh. No fair making me do your bidding against my will."

My Little Pony 'n Friends - "The Glass Princess" (S1E4), part 3. Tracy Mann Hill & Michael Charles Hill (w). Aired October 8, 1986. Timecode: 3:23. "Me and the ponies will lead the way!"