Template:Play Nintendo quiz: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "background: white;" to "background:#fff;")
mNo edit summary
Line 1: Line 1:
{|align=left style="border:3px solid gray; border-radius:1em; padding-left:.5em; padding-right:.5em; margin-bottom:5px" width=70%
{|align=left style="border:3px solid gray; border-radius:1em; padding-left:.5em; padding-right:.5em; margin-bottom:5px" width=70%
|-
|-
|align=center width=11% style="background:#fff; padding-top:22px"|<span style="background:#ABC; font-size:17px; -moz-border-radius:1em; border-radius:1em; padding-left:.5em; padding-right:.5em;">'''{{{page|}}}</span><br><br>{{#if:{{{image|}}}|[[File:{{{image}}}|750px]]}}<br><br>
|align=center width=11% style="background:#fff; padding-top:22px"|<span style="background:#ABC; font-size:17px; border-radius:1em; padding-left:.5em; padding-right:.5em;">'''{{{page|}}}</span><br><br>{{#if:{{{image|}}}|[[File:{{{image}}}|750px]]}}<br><br>
'''''<span style="font-size:20px">{{{question|}}}</span>
'''''<span style="font-size:20px">{{{question|}}}</span>
{|align=center style="padding-top:10px; text-align:center"
{|align=center style="padding-top:10px; text-align:center"

Revision as of 14:35, May 26, 2024






Usage

This template should be used to format Play Nintendo quizzes similarly to how they appear on the official website.

For skill quizzes, use the code below. To mark a correct answer, add "1" to its corresponding "correct" parameter. You do not need to have the other "correct" parameters in the code.

{{Play Nintendo quiz
|page=
|image=
|question=
|answer1=
|correct1=
|answer2=
|correct2=
|answer3=
|correct3=
|answer4=
|correct4=
|answer5=
|correct5=
|right1=
|right2=
|wrong1=
|wrong2=
}}

For personality quizzes, use the code below. Personality quizzes do not have correct or incorrect answers and, as such, do not need the "correct", "right" and "wrong" parameters at all.

{{Play Nintendo quiz
|page=
|image=
|question=
|answer1=
|answer2=
|answer3=
|answer4=
|answer5=
}}