Template:Album: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{Infobox Album
{{Infobox Album
|title={{{title|}}}
|title={{{title|{{PAGENAME}}}}}
|title_en={{{title_en|}}}
|title_en={{{title_en|}}}
|title_jp={{{title_jp|}}}
|title_jp={{{title_jp|}}}
Line 8: Line 8:
|link_vgmdb={{{link_vgmdb|}}}
|link_vgmdb={{{link_vgmdb|}}}
}}{{#ifeq:{{NAMESPACE}}|Template||
}}{{#ifeq:{{NAMESPACE}}|Template||
[[Category:Albums]]
{{#cargo_store:
{{#cargo_store:
_table=Albums
_table=Albums
|title={{{title|}}}
|type={{{type|}}}
|title={{{title|{{PAGENAME}}}}}
|title_en={{{title_en|}}}
|title_en={{{title_en|}}}
|title_jp={{{title_jp|}}}
|title_jp={{{title_jp|}}}
Line 23: Line 25:
{{#cargo_declare:
{{#cargo_declare:
_table=Albums
_table=Albums
|type=String
|title=String
|title=String
|title_en=String
|title_en=String
Line 33: Line 36:
{
{
"params": {
"params": {
"title": {
"label": "Title",
"description": "Romaji title",
"type": "string",
"required": true
},
"title_en": {
"title_en": {
"label": "Title (English)",
"label": "Title (English)",
Line 63: Line 60:
"label": "VGMDb Link",
"label": "VGMDb Link",
"type": "url"
"type": "url"
},
"type": {
"label": "Album Type",
"description": "Used for categorization",
"type": "string",
"suggestedvalues": [
"starting-gate",
"animation-derby",
"winning-live",
"live-event",
"other"
],
"required": true
}
}
}
},
"paramOrder": [
"type",
"title_en",
"title_jp",
"cover",
"release_date",
"link_vgmdb"
],
"format": "block"
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 07:30, 11 April 2024

Automatically includes Template:Infobox Album.

This template defines the table "Albums". View table.

No description.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Album Typetype

Used for categorization

Suggested values
starting-gate animation-derby winning-live live-event other
Stringrequired
Title (English)title_en

English translated title

Stringoptional
Title (JP)title_jp

Japanese title

Stringsuggested
Album Covercover

no description

Filesuggested
Release Daterelease_date

YYYY-MM-DD format

Dateoptional
VGMDb Linklink_vgmdb

no description

URLoptional