Difference between revisions of "Template:Song Template"
(Imported from text file) |
MikuHatsune (talk | contribs) m (MikuHatsune moved page Song Template to Template:Song Template) |
||
| (11 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div id="content_view" class="wiki" style="display: block"> | <div id="content_view" class="wiki" style="display: block"> | ||
| − | =Song Template= | + | ==Song Template== |
| − | + | When creating a new page, press "Edit" on top of the page and paste the following code into the Editor. Then save and choose "Edit" again to edit the page/code as needed. <br /> | |
| − | <nowiki>[[ | + | <nowiki>__TOC__ |
| − | + | ||
| − | + | = SONG NAME HERE = | |
| − | + | ||
| − | + | == Song Information == | |
| − | + | ||
| − | + | [[File:IMAGE.png|128px|thumb|right|PV cover as seen in GAME TITLE HERE]] | |
| − | + | ||
| − | + | Artist: ???<br> | |
| − | + | BPM: ???<br> | |
| − | + | Length: ?:??<br> | |
| − | + | First Project DIVA Appearance: LINK TO GAME TITLE HERE<br> | |
| − | + | Other Project DIVA Appearances: | |
| − | + | * LINK TO GAME TITLE HERE 2 | |
| − | + | * LINK TO GAME TITLE HERE 3 | |
| − | + | * LINK TO GAME TITLE HERE 4 | |
| − | + | ||
| − | + | == Localizations == | |
| − | + | ||
| − | - | + | {| {{Table}} |
| − | < | + | ! Game !! Japanese !! English |
| − | =Table of Contents= | + | |- |
| + | | GAME TITLE 1 || SONG NAME HERE || SONG NAME HERE | ||
| + | |- | ||
| + | | GAME TITLE 2 || SONG NAME HERE || SONG NAME HERE | ||
| + | |- | ||
| + | | GAME TITLE 3 || SONG NAME HERE || SONG NAME HERE | ||
| + | |- | ||
| + | | GAME TITLE 4 || SONG NAME HERE || SONG NAME HERE | ||
| + | |} | ||
| + | |||
| + | == Lyrics == | ||
| + | |||
| + | === Japanese === | ||
| + | |||
| + | TEXT HERE | ||
| + | |||
| + | === Romaji === | ||
| + | |||
| + | TEXT HERE | ||
| + | |||
| + | == Charts == | ||
| + | |||
| + | {{Charts Header| | ||
| + | {{Charts Row|GAME TITLE 1|-|-|-|-|-}} | ||
| + | {{Charts Row|GAME TITLE 2|-|-|-|-|-}} | ||
| + | {{Charts Row|GAME TITLE 3|-|-|-|-|-}} | ||
| + | {{Charts Row|GAME TITLE 4|-|-|-|-|-}} | ||
| + | }} | ||
| + | |||
| + | [[Category:GAME TITLE 1]] | ||
| + | [[Category:GAME TITLE 2]] | ||
| + | [[Category:GAME TITLE 3]] | ||
| + | [[Category:GAME TITLE 4]] | ||
| + | </nowiki> | ||
| + | |||
| + | === Available templates === | ||
| + | |||
| + | Refer to the template above for example use of each provided template. | ||
| + | |||
| + | ==== Chart list templates ==== | ||
| + | |||
| + | * <code><nowiki>{{Charts Header| ... }}</nowiki></code> | ||
| + | ** Defines the global structure of the table. | ||
| + | * <code><nowiki>{{Charts Row|GAME TITLE|easy|normal|hard|extreme|extra extreme}}</nowiki></code> | ||
| + | ** Defines the values for a Mainline row in the charts table. You can replace missing or non-existent values by a hyphen, as seen in the template. | ||
| + | * <code><nowiki>{{Charts Row|style=ac|GAME TITLE|easy|normal|hard|extreme|extra extreme}}</nowiki></code> | ||
| + | ** Defines the values for an Arcade row in the charts table. You can replace missing or non-existent values by a hyphen, as seen in the template. | ||
| + | |||
| + | |||
| + | ==Alternate (older) Song Template== | ||
| + | <nowiki>=Table of Contents= | ||
<div style="margin-left: 1em">[[#Information|Information]]</div><div style="margin-left: 1em">[[#Japanese Songtext|Japanese Songtext]]</div><div style="margin-left: 1em">[[#Romaji Songtext|Romaji Songtext]]</div><div style="margin-left: 1em">[[#English Songtext|English Songtext]]</div></div> | <div style="margin-left: 1em">[[#Information|Information]]</div><div style="margin-left: 1em">[[#Japanese Songtext|Japanese Songtext]]</div><div style="margin-left: 1em">[[#Romaji Songtext|Romaji Songtext]]</div><div style="margin-left: 1em">[[#English Songtext|English Songtext]]</div></div> | ||
=Information= | =Information= | ||
| Line 33: | Line 83: | ||
?<br /> <br /> | ?<br /> <br /> | ||
=English Songtext= | =English Songtext= | ||
| − | ? </div> | + | ? </div></nowiki> |
| + | |||
| + | [[Category:Templates]] | ||
Latest revision as of 12:00, 21 February 2021
Contents
Song Template
When creating a new page, press "Edit" on top of the page and paste the following code into the Editor. Then save and choose "Edit" again to edit the page/code as needed.
__TOC__
= SONG NAME HERE =
== Song Information ==
[[File:IMAGE.png|128px|thumb|right|PV cover as seen in GAME TITLE HERE]]
Artist: ???<br>
BPM: ???<br>
Length: ?:??<br>
First Project DIVA Appearance: LINK TO GAME TITLE HERE<br>
Other Project DIVA Appearances:
* LINK TO GAME TITLE HERE 2
* LINK TO GAME TITLE HERE 3
* LINK TO GAME TITLE HERE 4
== Localizations ==
{| {{Table}}
! Game !! Japanese !! English
|-
| GAME TITLE 1 || SONG NAME HERE || SONG NAME HERE
|-
| GAME TITLE 2 || SONG NAME HERE || SONG NAME HERE
|-
| GAME TITLE 3 || SONG NAME HERE || SONG NAME HERE
|-
| GAME TITLE 4 || SONG NAME HERE || SONG NAME HERE
|}
== Lyrics ==
=== Japanese ===
TEXT HERE
=== Romaji ===
TEXT HERE
== Charts ==
{{Charts Header|
{{Charts Row|GAME TITLE 1|-|-|-|-|-}}
{{Charts Row|GAME TITLE 2|-|-|-|-|-}}
{{Charts Row|GAME TITLE 3|-|-|-|-|-}}
{{Charts Row|GAME TITLE 4|-|-|-|-|-}}
}}
[[Category:GAME TITLE 1]]
[[Category:GAME TITLE 2]]
[[Category:GAME TITLE 3]]
[[Category:GAME TITLE 4]]
Available templates
Refer to the template above for example use of each provided template.
Chart list templates
{{Charts Header| ... }}- Defines the global structure of the table.
{{Charts Row|GAME TITLE|easy|normal|hard|extreme|extra extreme}}- Defines the values for a Mainline row in the charts table. You can replace missing or non-existent values by a hyphen, as seen in the template.
{{Charts Row|style=ac|GAME TITLE|easy|normal|hard|extreme|extra extreme}}- Defines the values for an Arcade row in the charts table. You can replace missing or non-existent values by a hyphen, as seen in the template.
Alternate (older) Song Template
=Table of Contents= <div style="margin-left: 1em">[[#Information|Information]]</div><div style="margin-left: 1em">[[#Japanese Songtext|Japanese Songtext]]</div><div style="margin-left: 1em">[[#Romaji Songtext|Romaji Songtext]]</div><div style="margin-left: 1em">[[#English Songtext|English Songtext]]</div></div> =Information= '''Song:''' ?<br /> '''Romaji:''' ?<br /> '''Translation:''' ?<br /> '''BPM:''' ?<br /> '''Vocals:''' ?<br /> '''Lyrics:''' ?<br /> '''Music:''' ?<br /> <br /> =Japanese Songtext= ?<br /> <br /> =Romaji Songtext= ?<br /> <br /> =English Songtext= ? </div>
