Template:BlurbEN: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
{| class="wikitable" style="margin:1px;"
{| class="wikitable" style="margin:1px;"
|style="vertical-align:top;"|<div style="padding:1em;"><i>{{{blurb}}}</i></div>
|style="vertical-align:top;"|<div style="padding:1em;"><i>{{{blurb}}}</i></div>
|}
|}</includeonly><noinclude>
</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Table Templates]]
[[Category:Table Templates]]
</noinclude>
</noinclude>

Latest revision as of 05:00, 12 November 2023

Purpose

Table template used to add an English language blurb in Blurb sections. Use Template:BlurbJP for Japanese language blurbs.

Usage

Multiple tabs can be added to the table by enclosing the template between <tabber></tabber> tags and adding Tab name= as the tab. Each tab must use its own template and must be separated with |-|. This should be done if a piece of media has different blurbs across releases.

Code

Single blurb:

{{BlurbEN
|blurb=
}}

Multiple tabs:

<tabber>
Tab 1=
{{BlurbEN
|blurb=
}}
|-|
Tab 2=
{{BlurbEN
|blurb=
}}
</tabber>