Template:Description: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<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> | ||
<div style="display: grid; align-items: center; width:100px; flex-grow: 1; {{#if: {{{noitalics|}}}| | font-style: italic;}}">{{{1}}}</div></div></includeonly><noinclude> | <div style="display: grid; color: #BBB; align-items: center; width:100px; flex-grow: 1; {{#if: {{{noitalics|}}}| | font-style: italic;}}">{{{1}}}</div></div></includeonly><noinclude> | ||
Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC. | Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC. | ||
Revision as of 15:24, 28 August 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.