Template:Music infobox: Difference between revisions
From Halopedia, the Halo wiki
m (Text replacement - "| " to "| ") |
m (Text replacement - "dummy edit" to "Category:Infobox templates") Tag: Manual revert |
||
(38 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Infobox|start|bg=#FC0|color=#000}} | ||
{{Infobox|title|name={{{name|}}}}} | |||
{{Infobox|media|content={{{video|}}}|caption={{{caption|}}}}} | |||
{{ | {{Infobox|media|content={{#if:{{{yt|}}}|{{#widget:YouTube|id={{{yt}}}|width=300}}}}}} | ||
{{Infobox|media|content={{#if:{{{vimeo|}}}|{{#widget:Vimeo|id={{{vimeo}}}|width=300}}}}}} | |||
}} | |||
{{ | {{Infobox|entry|title={{{soundtrack-title|Soundtrack}}}|content={{{soundtrack|}}}}} | ||
{{#if:{{{yt|}}}| | {{Infobox|entry|title={{{album-title|Album}}}|content={{{album|}}}}} | ||
{{Infobox|entry|title={{{composer-title|Composer(s)}}}|content={{{composer|}}}}} | |||
}} | {{Infobox|entry|title={{{length-title|Length}}}|content={{{length|}}}}} | ||
{{ | {{Infobox|entry|title={{{last-title|Previous}}}|content={{{last|}}}}} | ||
{{#if:{{{vimeo|}}}| | {{Infobox|entry|title={{{next-title|Next}}}|content={{{next|}}}}} | ||
}} | {{Infobox|media|content={{#if:{{{spotify|}}}|{{#widget:Spotify|track={{{spotify}}}|width=300}}}}}} | ||
{{Infobox|media|content={{#if:{{{apple|}}}|{{#widget:AppleMusic|track={{{apple}}}|width=300}}}}}} | |||
{{ | |||
{{Infobox|end}}<includeonly>{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|Music}}}}}</includeonly><noinclude>{{clear}} | |||
==Usage instructions== | |||
{{{soundtrack|}}} | |||
{{ | |||
{{{album|}}} | |||
{{ | |||
{{{composer|}}} | |||
{{ | |||
{{{length|}}} | |||
{{ | |||
{{{last|}}} | |||
{{ | |||
{{ | |||
{{#if:{{{spotify|}}}| | |||
}} | |||
{{ | |||
{{#if:{{{apple|}}}| | |||
}} | |||
|}<includeonly>{{pagetitle|{{{pagename| | |||
== Usage == | |||
This template accepts a number of parameters, including in-built functionality for the automatic embedding of YouTube and Vimeo videos and Spotify/Apple music embeds. As such, when embedding YouTube (etc) videos, all you need to add to the relevant parameter is the ID at the end of the given URL. For an example of this in usage, see the [[Spirit of Fire (music)|Spirit of Fire]] page. The video parameter is kept around for other use cases, and does not require a specific ID. | This template accepts a number of parameters, including in-built functionality for the automatic embedding of YouTube and Vimeo videos and Spotify/Apple music embeds. As such, when embedding YouTube (etc) videos, all you need to add to the relevant parameter is the ID at the end of the given URL. For an example of this in usage, see the [[Spirit of Fire (music)|Spirit of Fire]] page. The video parameter is kept around for other use cases, and does not require a specific ID. | ||
Copy the following: | Copy the following: | ||
<pre> | <pre> | ||
{{Music infobox | {{Music infobox | ||
Line 80: | Line 36: | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 10:11, June 14, 2024
Music infobox | |
---|---|
Usage instructions
This template accepts a number of parameters, including in-built functionality for the automatic embedding of YouTube and Vimeo videos and Spotify/Apple music embeds. As such, when embedding YouTube (etc) videos, all you need to add to the relevant parameter is the ID at the end of the given URL. For an example of this in usage, see the Spirit of Fire page. The video parameter is kept around for other use cases, and does not require a specific ID.
Copy the following:
{{Music infobox |video= |yt= |vimeo= |album= |composer= |length= |last= |next= |spotify= |apple= }}