Template:Quotation: Difference between revisions

(Created page with "<includeonly> <blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em;border-left: 1px solid silver;"> <div style="position: absolute; margin-top: -0.2em; margin-left: -0.8em; font: bold 5em Times New Roman, Times, Georgie, serif; color: silver;"> <div style="position: absolute; margin-left: -0.2em;">“</div></div> <div class="mb-2" style="line-height: 1.53846em;">{{{1|{{error|No quote text provided. Add a text parameter.}}}}}</div> <div style="padding-left...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em;border-left: 1px solid silver;">
<blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em;border-left: 1px solid silver;">
<div style="position: absolute; margin-top: -0.2em; margin-left: -0.8em; font: bold 5em Times New Roman, Times, Georgie, serif; color: silver;">
<div style="position: absolute; margin-top: -0.2em; margin-left: -0.8em; font: bold 4rem Times New Roman, Times, Georgie, serif; color: silver;">
<div style="position: absolute; margin-left: -0.2em;">“</div></div>
<div style="position: absolute; margin-left: -0.2em;">“</div></div>
<div class="mb-2" style="line-height: 1.53846em;">{{{1|{{error|No quote text provided. Add a text parameter.}}}}}</div>
<div class="mb-2" style="line-height: 1.53846em;">{{{1|{{error|No quote text provided. Add a text parameter.}}}}}</div>
<div style="padding-left: 1.6em; font-size: 0.9em; font-style:italic;">{{#if:{{{2|}}}|—&nbsp;{{#switch:{{lc:{{{2}}}}}<!-- handle source -->
<div style="padding-left: 1.6em; font-size: 0.9em; font-style:italic;">{{#if:{{{2|}}}|—&nbsp;{{#switch:{{lc:{{{2}}}}}<!-- handle source -->
| game    = In-game description
| game    = In-game description
| website  = [{{{3|https://tarisglobal.com/en/}}} Official website]
| website  = [{{{3|https://tarisglobal.com}}} Official website]
| #default = {{#ifeq:{{{3|}}}|{{{3}}}<!-- if 3rd parameter exists
| #default = {{#ifeq:{{{3|}}}|{{{3}}}<!-- if 3rd parameter exists
-->|[{{{3}}} {{{2}}}]<!-- use 3rd parameter as link and 2nd parameter as label
-->|[{{{3}}} {{{2}}}]<!-- use 3rd parameter as link and 2nd parameter as label

Latest revision as of 11:00, 25 October 2023

Description

Displays text passages as quotations from an official source.

Usage

{{quotation|<This is a quotation>|<game>}}
{{quotation|<This is a quotation>|<website>}}
{{quotation|<This is a quotation>|<website>|<https://tarisglobal.com>}}
{{quotation|<This is a quotation>|<custom label>|<https://tarisland.wiki>}}
{{quotation|<This is a quotation>|<https://tarisland.wiki>}}

Parameters

Arrow.png1: Quoted text.
Required.
Arrow.png2: Quotation label.
Optional.
Notes: Choose from game, website, a custom label, or a custom link.
Arrow.png3: Quotation source.
Optional.
Notes: A link to the quotation source. Use if parameter 2 isn't already a link.

Errors

No quote text provided. Add a text parameter.