Template:Lyrics line

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 a verse of song lyrics for lyrics tables. Parameters "japanese", "romaji", and "english" are only defined if their respective columns are defined in the "Lyrics head" template.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Japanesejapanese

A line or block of lyrics in Japanese.

Example
形のない気持ち忘れないように
Stringsuggested
Romajiromaji

A line or block of lyrics romanized from Japanese.

Example
katachi no nai kimochi wasurenai you ni
Stringsuggested
Englishenglish

A line or block of lyrics translated to English.

Example
Not to forget the intangible feelings
Stringsuggested

Usage[edit source]

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

This template doesn't have any parameters by default. The names of these parameters are defined by {{Lyrics head}} with the "columns" parameter.

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.