Template:Play Nintendo quiz: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 19: Line 19:
''{{{wrong1.2|}}}
''{{{wrong1.2|}}}
|}
|}
{{#if: {{{number2|}}} |
{{#if: {{{number2|}}} | <div>
|-
|-
|align=center width=11% style="background: #ABC; padding-top:22px"|<span style="background:white; font-size:17px; -moz-border-radius:1em; border-radius:1em; padding-left:.5em; padding-right:.5em;">'''{{{number2}}} of {{{pages|}}}</span><br><br>[[File:{{{quiz|}}} question {{{number2}}} pic.jpg|600px]]<br><br>
|align=center width=11% style="background: #ABC; padding-top:22px"|<span style="background:white; font-size:17px; -moz-border-radius:1em; border-radius:1em; padding-left:.5em; padding-right:.5em;">'''{{{number2}}} of {{{pages|}}}</span><br><br>[[File:{{{quiz|}}} question {{{number2}}} pic.jpg|600px]]<br><br>
Line 38: Line 38:
|style=background:#EE0500;color:white|[[File:Play Nintendo skill quiz wrong answer.png|25px]]'''''<span style=font-size:16px>{{{wrong2.1|}}}</span><br>
|style=background:#EE0500;color:white|[[File:Play Nintendo skill quiz wrong answer.png|25px]]'''''<span style=font-size:16px>{{{wrong2.1|}}}</span><br>
''{{{wrong2.2|}}}
''{{{wrong2.2|}}}
|}
|}</div>| }}
| }}
{{#if: {{{number}}} |
|-
|align=center width=11% style="background: #ABC; padding-top:22px"|<span style="background:white; font-size:17px; -moz-border-radius:1em; border-radius:1em; padding-left:.5em; padding-right:.5em;">'''{{{number|}}} of {{{pages|}}}</span><br><br>[[File:{{{quiz|}}} question {{{number}}} pic.jpg|600px]]<br><br>
'''''<span style="font-size:20px">{{{question|}}}<span>
{|align=center style="padding-top:10px; text-align:center"
|-
|style="background:white;{{#if: {{{correct.1}}} | border:5px solid green | }}" width=200px height=50px|''{{{answer.1|}}}
|style="background:white;{{#if: {{{correct.2}}} | border:5px solid green | }}" width=200px height=50px|''{{{answer.2|}}}
|style="background:white;{{#if: {{{correct.3}}} | border:5px solid green | }}" width=200px height=50px|''{{{answer.3|}}}
|style="background:white;{{#if: {{{correct.4}}} | border:5px solid green | }}" width=200px height=50px|''{{{answer.4|}}}
|}
<br>
{|align=center width=100%
|-
|style=background:#1DDB81;color:#484848|[[File:Play Nintendo skill quiz correct answer.png|25px]]'''''<span style=font-size:16px>{{{right.1|}}}</span><br>
''{{{right.2|}}}
|-
|style=background:#EE0500;color:white|[[File:Play Nintendo skill quiz wrong answer.png|25px]]'''''<span style=font-size:16px>{{{wrong.1|}}}</span><br>
''{{{wrong.2|}}}
|}
}}
|}<noinclude>
|}<noinclude>
{{br}}
{{br}}

Revision as of 13:46, February 16, 2020

of

[[File: question {{{number1}}} pic.jpg|600px]]


Smiley face displayed when a question is answered correctly in a skill quiz

Disappointed face displayed when a question is answered incorrectly in a skill quiz

-

Usage

This template should be used to format Play Nintendo quizzes roughly as they appear on the official website. The table above will be produced by the following code:

{{PlayNintendoQuiz
|quiz=
|pages=

|number1=
|question1=
|answer1.1=
|correct1.1=
|answer1.2=
|correct1.2=
|answer1.3=
|correct1.3=
|answer1.4=
|correct1.4=
|right1.1=
|right1.2=
|wrong1.1=
|wrong1.2=

|number2=
|question2=
|answer2.1=
|correct2.1=
|answer2.2=
|correct2.2=
|answer2.3=
|correct2.3=
|answer2.4=
|correct2.4=
|right2.1=
|right2.2=
|wrong2.1=
|wrong2.2=
}}