Template:AmiiboQuote: Difference between revisions

From Inkipedia, the Splatoon wiki
m (forgot the category)
(added translation formatting)
Line 1: Line 1:
<includeonly>{| align="center" style="padding: 8px 0"
<includeonly>{| align="center" style="padding: 8px 0"
|
|
{| class="table" style="border-color: #b2b7f2; border-style: solid; border-width: 1px 5px; border-radius: 10px; padding: 0px 8px; background: linear-gradient(to right, rgba(178, 183, 242, 30%) 0%, rgba(0, 0, 0, 0) 10% 90%, rgba(178, 183, 242, 30%) 100%)"
{| class="table" style="border-color: #b2b7f2; border-style: solid; border-width: 1px 5px; border-radius: 10px; padding: 0 8px; background: linear-gradient(to right, rgba(178, 183, 242, 30%) 0%, rgba(0, 0, 0, 0) 10% 90%, rgba(178, 183, 242, 30%) 100%)"
| style="text-align:center" |
| style="text-align:center" |
{{{1|Text of the quote}}}
{{{1|Text of the quote}}}{{#if:{{{translation|}}}|
<hr style="background-color: #b2b7f2; border-top: 1px solid #b2b7f2">
''{{{translation|}}}''}}
|}
|}
|-
|-
Line 27: Line 29:
{{AmiiboQuote|Hey, hey!<br>
{{AmiiboQuote|Hey, hey!<br>
Oh, and another hey from {{color|<Player name>|Orange S2|ingame}}!
Oh, and another hey from {{color|<Player name>|Orange S2|ingame}}!
|When summoned with data from another player}}
=== Translation ===
<code style="display:inline-block; white-space:pre-wrap"><nowiki>{{AmiiboQuote|Hmmm. Deze Salmini is afkomstig van {{color|<spelersnaam>|Orange S2|ingame}}.
|translation=(Hmmm. This Smallfry comes from {{color|<Player name>|Orange S2|ingame}}.)
|When summoned with data from another player}}</nowiki></code>
gives:
{{AmiiboQuote|Hmmm. Deze Salmini is afkomstig van {{color|<spelersnaam>|Orange S2|ingame}}.
|translation=(Hmmm. This Smallfry comes from {{color|<Player name>|Orange S2|ingame}}.)
|When summoned with data from another player}}
|When summoned with data from another player}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 20:38, 24 November 2023

This simplified Quote template is used on all Amiibo/Quotes pages.

  • The first parameter is the text of the quote.
  • The second parameter describes when the quote is said.

Usage Example

{{AmiiboQuote}} gives:

Text of the quote

— When it is said


{{AmiiboQuote|Hey, hey!<br> Oh, and another hey from {{color|<Player name>|Orange S2|ingame}}! |When summoned with data from another player}}

gives:

Hey, hey!
Oh, and another hey from <Player name>!

— When summoned with data from another player

Translation

{{AmiiboQuote|Hmmm. Deze Salmini is afkomstig van {{color|<spelersnaam>|Orange S2|ingame}}. |translation=(Hmmm. This Smallfry comes from {{color|<Player name>|Orange S2|ingame}}.) |When summoned with data from another player}}

gives:

Hmmm. Deze Salmini is afkomstig van <spelersnaam>.


(Hmmm. This Smallfry comes from <Player name>.)

— When summoned with data from another player