Template:BlurbEN

Revision as of 22:03, 25 September 2023 by RustyVanBurace (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>