Difference between revisions of "Template:Lyrics"

From A3! Wiki
m (immediately forgets how to transclude a subpage)
Line 4: Line 4:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 +
{{#css:
 +
.lyricboxcontainer {
 +
display: flex;
 +
}
 +
 +
.lyricbox {
 +
    flex-basis: 25%;
 +
}
 +
}}
 
<div class="lyricboxcontainer">
 
<div class="lyricboxcontainer">
 
<div class="lyricbox mw-collapsible" id="mw-customcollapsible-Kanji">
 
<div class="lyricbox mw-collapsible" id="mw-customcollapsible-Kanji">

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