×
Create a new article
Write your page title here:
We currently have 3,033 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
3,033Articles

Template:BGMDisplay: Difference between revisions

m (remove nowiki from title)
m (so that's why i changed it…)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
-->{{#if:{{{title|}}}<!-- Check for title
-->{{#if:{{{title|}}}<!-- Check for title
-->|  {{#if:{{{filename|}}}<!-- Check for filename
-->|  {{#if:{{{filename|}}}<!-- Check for filename
   -->|<!--
   -->| [[:File:{{{filename}}}|{{#tag:nowiki|{{{title}}}}}]]<!-- Link to file
      -->[[:File:{{{filename}}}|{{#tag:nowiki|{{{title}}}}}<!--
   -->|{{{title}}}<!-- No filename - title is still shown
      -->{{#ifeq:{{{speed|100}}}|100|<!--
      -->|&#32;<span style="font-size:85%">({{{speed|}}}%)</span><!--
      -->}}<!--
      -->]]<!-- Visible file link
   -->|{{{title}}}<!-- No filename, title is still shown
      -->{{#ifeq:{{{speed|100}}}|100|<!--
      -->|&#32;<span style="font-size:85%">({{{speed|}}}%)</span><!--
      -->}}<!--
   -->}}<!-- End filename check
   -->}}<!-- End filename check
      -->{{#ifeq:{{{speed|}}}|100<!-- Is speed 100
      -->|<!-- If 100 - nothing
      -->|<!-- If not 100
        -->&nbsp;{{#if:{{{speed|}}}<!-- Check if empty
        -->|<span style="font-size:85%">({{{speed|}}}%)</span><!-- Not empty
        -->|<span style="font-size:85%;" class="explain" tabindex="0" title="Speed unspecified">(??%)</span><!-- Empty
        -->}}<!-- End speed empty check
      -->}}<!-- End speed equality check
   -->{{#if:{{{soundroom|}}}<!-- Soundroom number check
   -->{{#if:{{{soundroom|}}}<!-- Soundroom number check
   -->|&#32;<span style="white-space:nowrap;">(No.&nbsp;<!-- Beginning part
   -->|<!--
      -->{{#ifeq:{{{soundroom|}}}|None<!--
      -->|<!-- If it equals None, put nothing
      -->|&#32;<span style="white-space:nowrap;">(No.&nbsp;<!-- Beginning part
       -->{{#arraymap:{{{soundroom|}}}|,|x|x|&comma;\s|and}}<!-- List of numbers
       -->{{#arraymap:{{{soundroom|}}}|,|x|x|&comma;\s|and}}<!-- List of numbers
       -->)</span><!-- end part
       -->)</span><!-- end part
      -->}}<!-- equals None
   -->}}<!-- End soundroom check
   -->}}<!-- End soundroom check
   -->{{#if:{{{author|}}}<!-- Check for author
   -->{{#if:{{{author|}}}<!-- Check for author
Line 24: Line 28:
   -->|<nowiki />: {{{label}}}<!-- Add label
   -->|<nowiki />: {{{label}}}<!-- Add label
   -->}}<!-- End label check
   -->}}<!-- End label check
-->|Please specify the BGM's title.<!-- If no title, output error
-->|Please specify the BGM's title.<!-- If no title - output error
-->}}<!-- End title check
-->}}<!-- End title check
--><br></includeonly><noinclude>
--><br><!-- line break after --></includeonly><noinclude>
{{documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 01:41, 17 August 2024

Documentation (for the above template, sometimes hidden or invisible)

Description

This is a copy of {{BGM}} that mimics the display of the output.

Renders a link (if provided) to an area's BGM, without setting any properties.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

The BGM's title to be displayed. This could either be an official title, or the original filename exclusive of extension.

Example
いかる ひのやま
Stringrequired
Filenamefilename

The audio's filename, pointing to the file as uploaded. If left blank, no link will be displayed.

Example
CU maple-clicking 60.ogg
Stringsuggested
Labellabel

A label describing where or when the BGM would play. This could be a sub-area, an event, or the area under different conditions.

Example
FC Overworld
Stringoptional
Sound Room IDsoundroom

If the BGM is featured in a Sound Room like in Yume 2kki, provide the ID as seen in the Sound Room.

Example
307C
Stringoptional
Speedspeed

The speed at which the track is set to play in-game.

Example
60
Numberrequired
Authorauthor

Credit the track's composer/author. Usually only applicable to collaborative games.

Example
MadameMimic
Stringoptional

Syntax

{{BGMDisplay|title= |filename= |label= |speed= |soundroom= |author= }}

Sample

The following input:

{{BGMDisplay|title = tonny31.6|filename = Tonny31.6 (284D).ogg|label = Budding Life World|soundroom = 248D}}

Produces:

tonny31.6 (??%) (No. 248D): Budding Life World

See also

  • Template:BGM, which this template aims to mimic the display of.

Visit Template:BGMDisplay/doc to edit this text! (How does this work?)