Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:StructuredQuote: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>FANDOMbot
Updated default StructuredQuotes template. See https://community.fandom.com/wiki/Help:Structured_Quotes for more details.
imported>Lady Lostris
Code fix
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<blockquote class="pull-quote">
<blockquote class="pull-quote">
<div style="pull-quote_text>{{{text|Text...}}}</div>
<div class="pull-quote__text">{{{text|Text...}}}</div>
<p style="text-align: right"><cite>—{{{speaker|speaker}}}{{#if:{{{receiver|}}}|, to {{{receiver|}}}}}{{#if:{{{attribution|}}}|, {{{attribution|}}}}}{{#if:{{{source|}}}|, {{{source|}}}}}</cite></p>
<p style="text-align: right"><cite>—{{{speaker|speaker}}}{{#if:{{{receiver|}}}|, to {{{receiver|}}}}}{{#if:{{{attribution|}}}|, {{{attribution|}}}}}{{#if:{{{source|}}}|, {{{source|}}}}}</cite></p>
</blockquote>
</blockquote><noinclude>
==Description==
A template used for displaying Structured Quotes ( ''<nowiki>{{#SQuote:}}</nowiki>'' ). If you want to unlock the full potential of Structured Quotes, please avoid using this template directly, and consider ''<nowiki>{{#SQuote:}}</nowiki>'' markup instead.
See https://community.fandom.com/wiki/Help:Structured_Quotes for extra information about Structured Quotes.


<noinclude>
==Syntax==
{{#if:{{PROTECTIONEXPIRY:edit | Template:StructuredQuote/doc }} | {{Documentation}} | }}
<pre>
{{StructuredQuote
| text  =
| speaker =
| receiver =
| attribution =
| source  =
}}
</pre>
 
==Samples==
{{StructuredQuote
|text=When I was very young, I was foolish enough to believe that our Creed would bring an end to all these conflicts. If only I had possessed the humility to say to myself, I have seen enough for one life, I've done my part. Then again, there is no greater glory than fighting to find the truth.
|speaker=[[Altaïr Ibn-La'Ahad]]
|receiver=[[Darim Ibn-La'Ahad]]
|source=[[Assassin's Creed: Revelations]]
}}
<pre>
{{StructuredQuote
|text=When I was very young, I was foolish enough to believe that our Creed would bring an end to all these conflicts. If only I had possessed the humility to say to myself, I have seen enough for one life, I've done my part. Then again, there is no greater glory than fighting to find the truth.
|speaker=[[Altaïr Ibn-La'Ahad]]
|receiver=[[Darim Ibn-La'Ahad]]
|source=[[Assassin's Creed: Revelations]]
}}
</pre>
 
== TemplateData ==
 
<templatedata>
{
"params": {
"text": {
"label": "Quote text",
"description": "quote text",
"type": "content",
"required": true
},
"speaker": {
"label": "Person(s) quoted",
"description": "individual(s) who uttered or wrote the quoted words (wikitext links, comma-separated)",
"type": "content",
"required": true
},
"receiver": {
"label": "Person(s) to whom the quote was spoken",
"description": "person the quote was spoken to (wikitext links, comma-separated)",
"type": "content",
"suggested": true
},
"attribution": {
"label": "Attribution(s)",
"description": "attribution (wikitext links, comma-separated)",
"type": "content",
"suggested": true
},
"source": {
"label": "Quote source",
"description": "place where it was spoken (wikitext link)",
"type": "content",
"suggested": true
}
},
"format": "block"
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 11:43, 14 November 2024

Text...

—speaker

Description[edit source]

A template used for displaying Structured Quotes ( {{#SQuote:}} ). If you want to unlock the full potential of Structured Quotes, please avoid using this template directly, and consider {{#SQuote:}} markup instead. See https://community.fandom.com/wiki/Help:Structured_Quotes for extra information about Structured Quotes.

Syntax[edit source]

{{StructuredQuote
| text   =
| speaker =
| receiver =
| attribution =
| source  =
}}

Samples[edit source]

When I was very young, I was foolish enough to believe that our Creed would bring an end to all these conflicts. If only I had possessed the humility to say to myself, I have seen enough for one life, I've done my part. Then again, there is no greater glory than fighting to find the truth.

Altaïr Ibn-La'Ahad, to Darim Ibn-La'Ahad, Assassin's Creed: Revelations

{{StructuredQuote
|text=When I was very young, I was foolish enough to believe that our Creed would bring an end to all these conflicts. If only I had possessed the humility to say to myself, I have seen enough for one life, I've done my part. Then again, there is no greater glory than fighting to find the truth.
|speaker=[[Altaïr Ibn-La'Ahad]]
|receiver=[[Darim Ibn-La'Ahad]]
|source=[[Assassin's Creed: Revelations]]
}}

TemplateData[edit source]

No description.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Quote texttext

quote text

Contentrequired
Person(s) quotedspeaker

individual(s) who uttered or wrote the quoted words (wikitext links, comma-separated)

Contentrequired
Person(s) to whom the quote was spokenreceiver

person the quote was spoken to (wikitext links, comma-separated)

Contentsuggested
Attribution(s)attribution

attribution (wikitext links, comma-separated)

Contentsuggested
Quote sourcesource

place where it was spoken (wikitext link)

Contentsuggested