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



YumeWiki
3,034Articles

Template:BGMDisplay: Difference between revisions

(id/label equality check)
(shorten)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->{{#if: {{{filename|}}}<!-- Check for filename
-->{{#if: {{filepath:{{{filename|}}}}}<!-- Check for filename
-->|  {{#if:{{filepath:{{{filename}}}}}<!-- Check if file is uploaded
-->|[{{filepath:{{{filename|}}}}} {{#tag:nowiki|{{{id|}}}{{#ifeq:{{{title|}}}|{{{id|}}}||&#124;{{{title|}}}}}}}]<!-- Visible file link
  -->|[{{filepath:{{{filename}}}}} {{#tag:nowiki|{{#if:{{{title|}}}|{{{title}}}|{{{id|}}}}}]<!-- Visible file link
   -->|{{#tag:nowiki|{{{id|}}}{{#ifeq:{{{title|}}}|{{{id|}}}||&#124;{{{title|}}}}}}}<!-- No filename, title only
   -->|{{#tag:nowiki|{{{title}}}}}<!-- not uploaded, title only
  -->}}<!-- End upload check
-->|{{#tag:nowiki|{{#if:{{{title|}}}|{{{title}}}|{{{id|}}}}}}<!-- No filename, title only
-->}}<!-- End filename check
-->}}<!-- End filename check
--> – <!-- sep between listen link and label
--> – <!-- sep between listen link and label
-->{{#ifeq:{{{id|}}}|{{{title|}}}||{{{id|}}}}}<!-- only put id if unique from title
--> <!--
-->{{#if:{{{label|}}}<!-- Check for label
-->{{#if:{{{label|}}}<!-- Check for label
-->|  {{#ifeq:{{{label}}}|{{{id|}}}||({{{label}}})}}<!-- Add label in parentheses, only if it does not match id
-->|  {{#ifeq:{{{label}}}|{{{id|}}}||({{{label}}})}}<!-- Add label in parentheses, only if it does not match id
Line 17: Line 12:
-->by {{{author}}}<!--  
-->by {{{author}}}<!--  
-->}}<!-- End author check
-->}}<!-- End author check
--></includeonly><noinclude>
--></includeonly><noinclude>{{documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 11:47, 16 July 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 – (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?)