Template:Description: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(it's unreasonably huge) |
||
Line 1: | Line 1: | ||
<includeonly><div style="font-size:{{#if:{{{size|}}}|{{{size}}}| | <includeonly><div style="font-size:{{#if:{{{size|}}}|{{{size}}}|110%}}; font-family:'Linux Libertine', 'Georgia', serif; display: flex; flex-wrap: wrap;"> | ||
<div style="display: grid; align-items: top; opacity: 0.5;">[[File:Description Icon.png|left|24px|link=]] | <div style="display: grid; align-items: top; opacity: 0.5;">[[File:Description Icon.png|left|24px|link=]] | ||
</div> | </div> |
Revision as of 18:15, 2 September 2023
Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC.
Usage Examples
Default usage:
{{Description|Your description goes here.}}
Result:
A garment worn by one of three monks who fought together against Headless Serpent, Secret Venom, a gang in the port city of Nyanzaru. This was worn by Roahton Mobar, whose stances were broad and strong.
Optional size
parameter for different description sizes:
{{Description|size=90%|Here is a smaller description.}}
Result:
Here is a smaller description.
Optional noitalics
parameter for longer descriptions, such as the text found in books:
{{Description|size=100%|noitalics=yes|<p>Here is a multi-paragraph description with italics removed.</p> <p>Useful for books and the like.</p> <p>This is used for Books in [[Template:MiscItemPage]]</p>}}
Result:
Here is a multi-paragraph description with italics removed.
Useful for books and the like.
This version of the template is automatically applied for Books in Template:MiscItemPage.