Difference between revisions of "Template:Lyrics"

From A3! Wiki
Line 6: Line 6:
 
{{#css:
 
{{#css:
 
.lyricboxcontainer {
 
.lyricboxcontainer {
display: flex;
+
    display: flex;
 +
    justify-content: center;
 
}
 
}
  
 
.lyricbox {
 
.lyricbox {
     flex-basis: 25%;
+
     flex-basis: 30%;
 +
    margin: 0 auto;
 
}
 
}
 
}}
 
}}

Revision as of 05:57, 23 December 2017


Creates 3 lyric boxes to use under the =Lyrics= header on song pages.

How to Use

{{Lyrics
|character=lowercase character name IF character song, omit if not applicable
|troupe=lowercase troupe name IF multiple characters, omit if not applicable
|kanji=<poem>lyrics go here</poem>
|romaji=<poem>lyrics go here</poem> 
|english=<poem>lyrics go here</poem>
}}

Note that you do need to keep the <poem></poem> tags.

Leave the kanji/romaji/english part out entirely if they aren't currently available. This makes it so there's not just empty boxes on the page with a heading.