(Created page with " <templatedata> { "params": { "title": { "label": "Title", "description": "The BGM's title, to be displayed. This could either be an official title, or the original f...") |
Oh0kaYthen86 (talk | contribs) (added syntax + example output) |
||
Line 1: | Line 1: | ||
== Description == | |||
<noinclude>[[Category:Template documentation]]</noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 28: | Line 29: | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Syntax == | |||
<pre> | |||
{{BGM | |||
| title = (e.g. examplesong) | |||
| filename = (e.g. Example.ogg) | |||
| label = | |||
}} | |||
</pre> | |||
== Sample output == | |||
<pre> | |||
{{LocationMap | |||
| title = tonny31.6 | |||
| filename = Tonny31.6 (284D).ogg | |||
| label = Budding Life World | |||
}} | |||
</pre> | |||
{{LocationMap | |||
| title = tonny31.6 | |||
| filename = Tonny31.6 (284D).ogg | |||
| label = Budding Life World | |||
}} |
Revision as of 16:25, 1 December 2022
Description
Renders a link (if provided) to an area's BGM, and sets a subobject that can be queried.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | The BGM's title, to be displayed. This could either be an official title, or the original filename exclusive of extension.
| String | required |
Filename | filename | The audio's filename, pointing to the file as uploaded. If left blank, no link will be displayed.
| String | suggested |
Label | label | A label describing where or when the area would play.
| String | optional |
Syntax
{{BGM | title = (e.g. examplesong) | filename = (e.g. Example.ogg) | label = }}
Sample output
{{LocationMap | title = tonny31.6 | filename = Tonny31.6 (284D).ogg | label = Budding Life World }}