Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "Template:Play Nintendo Quiz"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(Created page with "{|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:...")
 
m (i'll be back to editing this wiki once i finish with the play nintendo stuff on the mario wiki. it's... gonna take a while more.)
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:


==Usage==
==Usage==
This template is used to format [[Play Nintendo]] quizzes similarly to how they appear on their official website to ensure thorough documentation about them.
This template is used to format [[Play Nintendo]] quizzes similarly to how they appear on their official website to ensure their thorough documentation.


For skill quizzes, use the code below. To mark a correct answer, add something to its corresponding "correct" parameter (preferrably "1", "y" or "yes"). You do not need to have the other "correct" parameters in the code.
For skill quizzes, use the code below. To mark a correct answer, add something to its corresponding "correct" parameter (preferrably "1", "y" or "yes"). You do not need to have the other "correct" parameters in the code.
Line 64: Line 64:
}}
}}
</pre>
</pre>
==Attribution==
Template taken from [[MarioWiki:Template:PlayNintendoQuiz|Super Mario Wiki]].


[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Latest revision as of 01:00, February 9, 2021






Usage[edit]

This template is used to format Play Nintendo quizzes similarly to how they appear on their official website to ensure their thorough documentation.

For skill quizzes, use the code below. To mark a correct answer, add something to its corresponding "correct" parameter (preferrably "1", "y" or "yes"). 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=
}}

Attribution[edit]

Template taken from Super Mario Wiki.