Difference between revisions of "Template:Lyrics"

From A3! Wiki
m
Line 11: Line 11:
  
 
.lyricbox {
 
.lyricbox {
     flex-basis: 30%;
+
     max-width: 27%;
     margin: 0 auto;
+
     margin: 0 1em;}
}
 
 
}}
 
}}
 
<div class="lyricboxcontainer">
 
<div class="lyricboxcontainer">

Revision as of 06:06, 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.