Difference between revisions of "Template:Lyrics"

From Detective Conan Wiki
(Lyrics template. To be used with a custom-made extension for DCW called DCLyrics! Whooo!! :P)
 
m (Added support for Japanese Kanji version and reformatted table.)
Line 1: Line 1:
 
{| class="wikitable"
 
{| class="wikitable"
! width="400" | Japanese || width="400" | English
+
{{#if: {{{japanese|}}} |
|-
+
! width="400" | Japanese
| style="text-align:center" | {{{japanese}}} || style="text-align:center" | {{{english}}}
+
{{!}}
 +
{{!}} style="text-align:center" {{!}} {{{japanese}}}
 +
{{!}}-  }}
 +
{{#if: {{{english|}}} |
 +
! width="400" | English
 +
{{!}}
 +
{{!}} style="text-align:center" {{!}} {{{english}}}
 +
{{!}}-  }}
 +
{{#if: {{{kanji|}}} |
 +
! width="400" | Kanji
 +
{{!}}
 +
{{!}} style="text-align:center" {{!}} {{{kanji}}}
 +
{{!}}}}
 
|}<noinclude>
 
|}<noinclude>
 
Creates a table with lyrics of a song in both Japanese and English.
 
Creates a table with lyrics of a song in both Japanese and English.
Line 11: Line 23:
 
<pre>
 
<pre>
 
{{Lyrics
 
{{Lyrics
| japanese              =    Japanese lyrics
+
| japanese              =    (Optional) Japanese lyrics
| english              =    English Lyrics
+
| english              =    (Optional) English Lyrics
 +
| kanji                =    (Optional) Japanese Kanji Lyrics
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 23:57, 31 October 2009

Japanese English Kanji
{{{japanese}}}
{{{english}}}
{{{kanji}}}

Creates a table with lyrics of a song in both Japanese and English.

Usage

The following is a list of required or optional parameters:

{{Lyrics
| japanese              =    (Optional) Japanese lyrics
| english               =    (Optional) English Lyrics
| kanji                 =    (Optional) Japanese Kanji Lyrics
}}