Template:BlurbEN: Difference between revisions

Jump to navigation Jump to search
(Created page with "<includeonly><tabber> {| class="wikitable" style="margin:1px;" |style="vertical-align:top;"|<div style="padding:1em;"><i>{{{blurb}}}</i></div> |} </tabber></includeonly><noinclude> {{Documentation}} Category:Text Formatting Templates </noinclude>")
 
No edit summary
Line 1: Line 1:
<includeonly><tabber>
<includeonly>
{| 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>
|}
|}
</tabber></includeonly><noinclude>
</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Text Formatting Templates]]
[[Category:Text Formatting Templates]]
</noinclude>
</noinclude>

Revision as of 22:09, 25 September 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>