Template:Lyrics head

Template page
Template documentation[view] [edit] [history] [purge]

The Lyrics templates are used to list the lyrics in a song. Three templates are used to form the lyrics table:

  • {{Lyrics head}} - Contains table headers for the top of the lyrics table
    • Defines the columns and their orders
    • Adds a hidden HTML tag for the lyrics option fieldset to attach to
  • {{Lyrics line}} - Template for all the individual lyrics lines, for each verse in a song
  • {{Lyrics tail}} - Contains table footer for the bottom of the lyrics table

Parameters[edit source]

Template for the header section for lyrics tables. Defines the columns for the table.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Table IDid

Give each lyrics table a unique ID, allowing the lyrics option JavaScript to target the correct table.

Example
1
Stringoptional
Columnscolumns

Defines the columns for the table, separated by commas. The order in the list defines the display order from left to right. The names of each columns become the parameter names for this template to define column headers the parameter names for the "Lyrics line" template to define cell content.

Example
japanese, romaji, english
Stringrequired

Usage[edit source]

{{Lyrics head
| id =
| column = 
}}
{{Lyrics line}}
{{Lyrics tail}}

After the "column" parameter is defined, the columns need headers. This is defined by using the column names as the parameter names for this template.

Example[edit source]

Below is a simple example of how to use the collection of lyrics templates. For a more detailed guide, see Help:Adding song lyrics.

Japanese lyricsRomanized lyricsEnglish translation
形のない気持ち忘れないようにkatachi no nai kimochi wasurenai you niNot to forget the intangible feelings
決まりきったレイアウトを消したkimari kitta LAYOUT wo keshita
Footer
{{Lyrics head
| columns = japanese,romaji,english
| japanese = Japanese lyrics
| romaji = Romanized lyrics
| english = English translation
}}
{{Lyrics line
| japanese = 形のない気持ち忘れないように
| romaji   = katachi no nai kimochi wasurenai you ni
| english  = Not to forget the intangible feelings
}}
{{Lyrics line
| japanese = 決まりきったレイアウトを消した
| romaji   = kimari kitta LAYOUT wo keshita
| english  = 
}}
{{Lyrics tail|Footer}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.