Template:Card: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
mNo edit summary
(styling)
Line 1: Line 1:
<includeonly>{| border="1" cellpadding="5" cellspacing="1" style="border-collapse: collapse; border-color: #ddd;"
<includeonly>{|style="width:100%;"
! style="text-align: right; width: 50%; background: #efefef;"|Original text
|style="width:278px;min-height:385px;vertical-align:top;"|<div style="position:relative;width:278px;">
! style="text-align: left; width: 50%; background: #efefef;"|Translation
{{{image}}}
<div style="position:absolute;top:283px;left:23px;width:235px;font-size:11px;line-height:115%;color:#fff;">{{{japanese_desc}}}</div>
</div>
|style="vertical-align:top;"|<div style="padding:0 5px;">
{|class="wikitable" style="width:100%;"
|colspan="2" style="text-align:center;background:#933;"|<h3 style="color:#fff;">{{{name}}}</h3>
|-
|-
| style="text-align: right; line-height: 160%;"|{{{original|}}}
|style="width:100px;"|'''Runes''' || {{Runes|{{{runes}}}}}
| style="text-align: left; line-height: 160%;"|{{{translation|}}}
|}</includeonly><noinclude>
Example use :
<pre "width:auto; overflow:auto">
{{Card
|original=魔女の手下。その役割は造園。
|translation=The witch's minions. Their duty is landscaping.
}}
</pre>
{{Card
|original=魔女の手下。その役割は造園。
|translation=The witch's minions. Their duty is landscaping.
}}
 
{|class="wikitable" style="width: 100%; clear: right;
|-
|-
!Parameter
|'''Type''' || {{{type}}}
!Explanation
|-
|-
|original || The card's original text
|'''Nature'''|| {{{nature}}}
|-
|-
|translation || Translation of the text
|'''Episodes'''|| {{{episodes}}}
|}
{{{english_desc}}}
</div>
|}</includeonly><noinclude>Usage:
<pre>
{{Card
|name          = Yom-ini Kui
|runes        = YOMINIKUI
|japanese_desc = 日本語の説明文
|english_desc  = English description here.
|type          = Witch of Illegible
|nature        = Typos
|episodes      = [[Episode 1]], [[Episode 2]]
|}
|}
</pre>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 20:25, 23 February 2011

Usage:

{{Card
|name          = Yom-ini Kui
|runes         = YOMINIKUI
|japanese_desc = 日本語の説明文
|english_desc  = English description here.
|type          = Witch of Illegible
|nature        = Typos
|episodes      = [[Episode 1]], [[Episode 2]]
|}