Template:ChoiceGame: Difference between revisions
From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
[[#{{{c7|c7}}}|{{{c7_text|'' ''}}}]]<br> | [[#{{{c7|c7}}}|{{{c7_text|'' ''}}}]]<br> | ||
[[#{{{c8|c8}}}|{{{c8_text|'' ''}}}]]<br> | [[#{{{c8|c8}}}|{{{c8_text|'' ''}}}]]<br> | ||
<br><br><br><br><br><br><br><br> | |||
|} | |} | ||
<noinclude> | |||
How to use: | |||
<pre> | |||
{{ChoiceGame | |||
|title = The First Question | |||
|text = What is '''5+3'''? | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
|c1 = The Second Question. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
}} | |||
{{ChoiceGame | |||
|title = The First Question | |||
|text = What is '''5+3'''? | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
|c1 = The Second Question. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
}} | |||
{{ChoiceGame | |||
|title = The Second Question | |||
|text = What is '''3+5'''? | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
|c1 = You Win. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
}} | |||
{{ChoiceGame | |||
|title = You Lose | |||
|text = You lost, haha! | |||
|c1 = The First Question | |||
|c1_text = I want to try again! | |||
}} | |||
{{ChoiceGame | |||
|title = You Win | |||
|text = You Win, good job! | |||
}} | |||
</pre> | |||
The above produces: | |||
{{ChoiceGame | |||
|title = The First Question | |||
|text = What is '''5+3'''? | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
|c1 = The Second Question. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
}} | |||
{{ChoiceGame | |||
|title = The First Question | |||
|text = What is '''5+3'''? | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
|c1 = The Second Question. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
}} | |||
{{ChoiceGame | |||
|title = The Second Question | |||
|text = What is '''3+5'''? | |||
|c1 = You Lose. | |||
|c1_text = 9 | |||
|c1 = You Win. | |||
|c1_text = 8 | |||
|c1 = You Lose. | |||
|c1_text = 7 | |||
}} | |||
{{ChoiceGame | |||
|title = You Lose | |||
|text = You lost, haha! | |||
|c1 = The First Question | |||
|c1_text = I want to try again! | |||
}} | |||
{{ChoiceGame | |||
|title = You Win | |||
|text = You Win, good job! | |||
}} | |||
</noinclude> |
Revision as of 12:50, 31 May 2009
Sunday
How to use:
{{ChoiceGame |title = The First Question |text = What is '''5+3'''? |c1 = You Lose. |c1_text = 7 |c1 = The Second Question. |c1_text = 8 |c1 = You Lose. |c1_text = 9 }} {{ChoiceGame |title = The First Question |text = What is '''5+3'''? |c1 = You Lose. |c1_text = 7 |c1 = The Second Question. |c1_text = 8 |c1 = You Lose. |c1_text = 9 }} {{ChoiceGame |title = The Second Question |text = What is '''3+5'''? |c1 = You Lose. |c1_text = 9 |c1 = You Win. |c1_text = 8 |c1 = You Lose. |c1_text = 7 }} {{ChoiceGame |title = You Lose |text = You lost, haha! |c1 = The First Question |c1_text = I want to try again! }} {{ChoiceGame |title = You Win |text = You Win, good job! }}
The above produces:
The First Question
What is 5+3?
9
The First Question
What is 5+3?
9
The Second Question
What is 3+5?
7
You Lose
You lost, haha!
I want to try again!
You Win