Template:RelatedVideos: Difference between revisions

From Step Mods | Change The Game
m (Text replace - "http://wiki.step-project.com" to "https://wiki.step-project.com")
mNo edit summary
Line 1: Line 1:
<includeonly><div style="margin:1em 0 0 1em; border:dashed #6B6161; border-width:.3em 0;"><span style="position:absolute; margin:.4em 0 0;">[[File:Video play triangle.png]]</span><div style="margin:0 0 0 3em; padding:.7em 0 0;"><span style="font-size:120%;">'''Related Videos:'''</span><div style="margin:0 0 0 -1.5em;">{{{1}}}</div></div></div></includeonly><noinclude>__NOTOC__
<includeonly><div style="margin:1em 0 0 1em; border:dashed #6B6161; border-width:.3em 0;"><span style="position:absolute; margin:.4em 0 0;">[[File:Video play triangle.png]]</span><div style="margin:0 0 0 3em; padding:.7em 0 0;"><span style="font-size:120%;">'''Related Videos:'''</span><div style="margin:0 0 0 -1.5em;">{{{1}}}</div></div></div></includeonly><noinclude>__NOTOC__ [[Category:Formatting Templates]]


== Purpose & Usage ==
== Purpose & Usage ==

Revision as of 23:18, November 12, 2020


Purpose & Usage[edit source]

Use this in combination with the Video template to show a list of Related Videos. Note that bullets should be used to separate line by line. Otherwise the results will be side by side, which may also be desirable.

Examples[edit source]

Code:

{{RelatedVideos|
*{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
}}

Result:

Video play triangle.png
Related Videos:

Code:

{{RelatedVideos|
:{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
:*{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
:{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
:#{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
:#{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}
}}

Result:

Video play triangle.png
Related Videos:
This is the title
This is the caption
This is the title
This is the caption
  1. This is the title
    This is the caption
  2. This is the title
    This is the caption

Code:

{{RelatedVideos|{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}&nbsp;&nbsp;&nbsp;{{!}}&nbsp;&nbsp;&nbsp;{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}&nbsp;&nbsp;&nbsp;{{!}}&nbsp;&nbsp;&nbsp;{{Video|j4ZQpzf_iAE|This is the title|This is the caption}}}}

Result:

Video play triangle.png
Related Videos:
This is the title
This is the caption
   |   This is the title
This is the caption
   |   This is the title
This is the caption

See Also[edit source]

Template:Video