Template:BlurbEN: Difference between revisions

Jump to navigation Jump to search
m (Protected "Template:BlurbEN" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 5: Line 5:
</includeonly><noinclude>
</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Text Formatting Templates]]
[[Category:Table Templates]]
</noinclude>
</noinclude>

Revision as of 01:23, 26 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>