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



YumeWiki
2,844Articles

Template:BGM: Difference between revisions

(change display format)
(use colon instead of dash for label)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->{{#if: {{{title|}}}<!-- Check for title
-->{{#if:{{{title|}}}<!-- Check for title
-->|  {{#if: {{{filename|}}}<!-- Check for filename
-->|  {{#if:{{{filename|}}}<!-- Check for filename
   -->|  {{#set: Has BGM={{{title}}};{{filepath:{{{filename}}}}};File:{{{filename}}};{{{label|}}};{{#invoke:SoundtrackTable|formatRecord|{{{soundroom|}}}}};{{{speed|}}};{{{author|}}} }}<!-- Create record
   -->|  {{#set: Has BGM={{{title}}};{{filepath:{{{filename}}}}};File:{{{filename}}};{{{label|}}};{{#invoke:SoundtrackTable|formatRecord|{{{soundroom|}}}}};{{{speed|}}};{{{author|}}} }}<!-- Create record
  -->[[:File:{{{filename}}}|{{#tag:nowiki|{{{title}}}}}]]<!-- Visible file link
      -->[[:File:{{{filename}}}|{{#tag:nowiki|{{{title}}}}}<!--
      -->{{#ifeq:{{{speed|100}}}|100|<!--
      -->|&#32;<span style="font-size:85%">({{{speed|}}}%)</span><!--
      -->}}<!--
      -->]]<!-- Visible file link
   -->|{{#tag:nowiki|{{{title}}}}}<!-- No filename, title is still shown
   -->|{{#tag:nowiki|{{{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
  --> <!-- Space between file and soundroom
   -->{{#if:{{{soundroom|}}}<!-- Soundroom number check
   -->{{#if:{{{soundroom|}}}<!-- Soundroom number check
   -->|(No.&nbsp;<!-- Beginning part
   -->|&#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
       -->)<!-- End part
       -->)</span><!-- end part
   -->}}<!-- End soundroom check
   -->}}<!-- End soundroom check
  --> <!-- Space between soundroom and author
   -->{{#if:{{{author|}}}<!-- Check for author
   -->{{#if: {{{author|}}}|<!-- Check for author
   -->|&#32;by&nbsp;{{{author}}}<!--  
   -->by&nbsp;{{{author}}}<!--  
   -->}}<!-- End author check
   -->}}<!-- End author check
  --> <!-- space between author and label
   -->{{#if:{{{label|}}}<!-- Check for label
   -->{{#if:{{{label|}}}<!-- Check for label
   -->|-&nbsp;{{{label}}}<!-- Add label in parantheses
   -->|<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

Latest revision as of 23:18, 28 July 2024


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

Description

Renders a link (if provided) to an area's BGM, and sets a subobject that can be queried.

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
FC BGM 008.ogg
Stringsuggested
Labellabel

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

Example
FC Overworld
Stringsuggested
Sound Room IDsoundroom

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

Example
307C
Stringoptional
Authorauthor

Credit the track's composer/author.

Example
MadameMimic
Stringsuggested

Syntax

{{BGM|title = (e.g. examplesong)|filename = (e.g. Example.ogg)|label = |soundroom = }}

Sample output

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

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



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