Template:Description

From bg3.wiki
Jump to navigation Jump to search
Template documentation

Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC.

Usage Examples

Default

Markup
{{Description|Your description goes here.}}
Renders as

Your description goes here.

Optional size parameter for different description sizes:

Markup
{{Description|size=90%|Here is a smaller description.}}
Renders as

Here is a smaller description.

Optional noitalics parameter for longer descriptions, such as the text found in books.

This is used for Books in Template:MiscItemPage

Markup
{{Description|size=100%|noitalics=yes|<p>Here is a multi-paragraph description with italics removed.</p> <p>Useful for books and the like.</p>}}
Renders as

Here is a multi-paragraph description with italics removed.

Useful for books and the like.