Template:SongInfo

From Tokyo 7th Sisters Wiki
Revision as of 13:39, 2 January 2018 by A-zu-ra (Talk | contribs)

Jump to: navigation, search

This is a template for easy song page generation. This makes extensive use of explicit parameters for the sake of organization and ease.

{{SongInfo
|jacket= <!-- file name w/ extension -->
|songtitle= <!-- name of the song -->
|songunit= <!-- name of the unit that sang this song -->
|songattr= <!-- attribute of the song -->

|information= <!-- information about the song -->

|easy= <!-- easy difficulty level -->
|normal= <!-- normal difficulty level -->
|hard= <!-- hard difficulty level -->
|expert= <!-- expert difficulty level -->

|easyc_combo= <!-- Easy C combo requirement -->
|easyb_combo= <!-- Easy B combo requirement -->
|easya_combo= <!-- Easy A combo requirement -->
|easys_combo= <!-- Easy S combo requirement -->

|normalc_combo= <!-- Normal C combo requirement -->
|normalb_combo= <!-- Normal B combo requirement -->
|normala_combo= <!-- Normal A combo requirement -->
|normals_combo= <!-- Normal S combo requirement -->

|hardc_combo= <!-- Hard C combo requirement -->
|hardb_combo= <!-- Hard B combo requirement -->
|harda_combo= <!-- Hard A combo requirement -->
|hards_combo= <!-- Hard S combo requirement -->

|exc_combo= <!-- Expert C combo requirement -->
|exb_combo= <!-- Expert B combo requirement -->
|exa_combo= <!-- Expert A combo requirement -->
|exs_combo= <!-- Expert S combo requirement -->

}}

Lyrics can be handled by adding this after the template:

{| class="wikitable"
!  Original !! Romaji !! English
|- 
|
|
|

|- <!-- add more of this for additional rows; useful for separating different portions of the song --> 
|
|
|

|}

The information on this page can be found on http://t7s.jp/release/index.html, as well as in-game. The following about the template is explained below:

  • Jacket: The image file of the cover jacket found in the game.
  • Song Title: The **romanized** song title.
  • Song Unit: The unit that sings this song.
  • Song Attribute: The attribute of this song (you can use the type templates to display the respective icon).
  • Information: The information associated with this song, which can be seen on the official site's release pages.
  • Easy/Normal/Hard/Expert: The respective difficulty levels of the song.
  • [Difficulty][Grade] Combo: The respective combo requirements for each grade and difficulty of the song.