Template:Blockquote: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#if: {{{image|}}} {{{4|}}} | <div class="nomobile noexcerpt" style="display: flex; align-items: center;">}}<blockquote class="bg3wiki-bquote" {{#if: {{{style|}}}|style="{{{style}}}"}}><span class="bg3wiki-blockquote-marks" style="vertical-align: top;"> “ </span>{{{1|Error! Must include quote!}}}<span class="bg3wiki-blockquote-marks" style="vertical-align: bottom;"> „ </span>{{#if: {{{author|}}} {{{2|}}} {{{3|}}}| <div class="bg3wiki-quotesource">—&nbsp;<cite>{{{author|{{{2}}}}}} {{#if: {{{ref|}}} {{{3|}}} | {{ref|{{{ref|{{{3}}}}}}}}}}</cite></div>}}</blockquote>{{#if: {{{image|}}} {{{4|}}} |  
<includeonly>{{#if: {{{image|}}} {{{4|}}} | <div class="nomobile noexcerpt" style="display: flex; align-items: center;">}}<blockquote class="bg3wiki-bquote" {{#if: {{{style|}}} {{{align|}}}|style="{{{style|text-align:{{{align}}};}}}"}}><span class="bg3wiki-blockquote-marks" style="vertical-align: top;"> “ </span>{{{1|Error! Must include quote!}}}<span class="bg3wiki-blockquote-marks" style="vertical-align: bottom;"> „ </span>{{#if: {{{author|}}} {{{2|}}} {{{3|}}}| <div class="bg3wiki-quotesource">—&nbsp;<cite>{{{author|{{{2}}}}}} {{#if: {{{ref|}}} {{{3|}}} | {{ref|{{{ref|{{{3}}}}}}}}}}</cite></div>}}</blockquote>{{#if: {{{image|}}} {{{4|}}} |  
<div style="margin-right: 60px;">[[File:{{{image|{{{4}}}}}}|64px]]</div>
<div style="margin-right: 60px;">[[File:{{{image|{{{4}}}}}}|64px]]</div>
</div>}}</includeonly><noinclude>{{documentation|content=Adds a blockquote.
</div>}}</includeonly><noinclude>{{documentation|content=Adds a blockquote.
Line 11: Line 11:
; Result
; Result
{{blockquote|This is a quote.}}
{{blockquote|This is a quote.}}
<pre>
{{blockquote|This is a quote.|align=center}}
</pre>
; Result
{{blockquote|This is a quote.|align=center}}
=== Example 2 ===
=== Example 2 ===
<pre>
<pre>
Line 63: Line 71:
"label": "Ref",
"label": "Ref",
"description": "Adds a reference tag"
"description": "Adds a reference tag"
},
"align": {
"label": "Alignment",
"description": "Left, center or right."
}
}
},
},
Line 70: Line 82:
"style",
"style",
"author",
"author",
"ref"
"ref",
"align"
]
]
}
}
</templatedata>}}
</templatedata>}}
</noinclude>
</noinclude>

Revision as of 00:08, 24 December 2023

Template documentation

Adds a blockquote.

Examples

Example 1

{{blockquote|This is a quote.}}
Result
This is a quote.
{{blockquote|This is a quote.|align=center}}
Result
This is a quote.

Example 2

{{blockquote|This is a quote.|Perry}}
Result
This is a quote.
— Perry

Example 3

{{blockquote|This is a quote.|Perry|image=Book Tome Y Item Icon.png}}
Result
This is a quote.
— Perry
Book Tome Y Item Icon.png

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
Quote1

The quote

Unknownrequired
Imageimage 4

Add an image to go along with the quote.

Example
Book.png
Unknownoptional
HTML Stylestyle

Add custom styling.

Unknownoptional
Authorauthor 2

Citation

Unknownoptional
Refref 3

Adds a reference tag

Unknownoptional
Alignmentalign

Left, center or right.

Unknownoptional