Template:Game: Difference between revisions

Content deleted Content added
imported>AntumDeluge
redirect to Template:Quest
imported>AntumDeluge
change for use exclusively with game pages
Line 1:
{{Navigation for Stendhal Top|World}}
#REDIRECT [[Template:Quest]]
<includeonly>{{Export|/game/{{urlencode:{{lc:{{{name}}}}}|WIKI}}.html|{{{name}}}}}
{{#if: {{{subtitle|}}} |
 
'''''{{{subtitle}}}'''''<br> }}
{{#if: {{{aka|}}} |
 
Also known as: {{{aka|}}}<br> }}
{{#if: {{{intro|}}} |
 
<br>'''Introduction'''<br>
<div style="margin-left: 1.5em;">
{{{intro}}}
</div> }}
 
'''Location:''' {{{location|unknown}}}<br>
 
'''Participants'''
<div>
{{{participants|* unknown}}}
</div>
 
'''Rules'''
<div style="margin-left: 1.5em;">
{{{rules|unknown}}}
</div>
{{#if: {{{prizes|}}} |
 
'''Prizes'''
{{{prizes}}} }}
{{#if: {{{repeatable|}}} |
 
<br>'''Repeatable:''' {{{repeatable}}} }}
{{#if: {{{remarks|}}} |
 
<br>'''Remarks'''
{{{remarks}}} }}
<span class="skip-start"></span>
[[Category: Stendhal Game]]
{{#breadcrumbs: [[Stendhal]] | [[Navigation_for_Stendhal_World|World]] | [[Stendhal Games|Games]] | [[Stendhal Games/{{{name}}}|{{{name}}}]] }}
<span class="skip-end"></span></includeonly><noinclude>
 
 
== Example ==
 
=== Code ===
 
<pre>
{{Game
| name = Blackjack
| subtitle = While away your time on Athor Ferry with a challenging game of Blackjack.
| aka =
 
| intro =
Travelling back and forth on the ferry, <npc>Ramon</npc> waits for customers for his gambling market. He was a <item>cards|card dealer</item> in [[Semos]] tavern, but he lost his gambling license and went onto the ferry to Athor for starting new gambling activities there. His brother <npc>Ricardo</npc> still works in the tavern. What is the game about which he offers to young heroes on their way to [[Athor]]?
 
'''Blackjack or 21''' as it is called in some regions, is a typical casino cards game. It is by far the most popular table game offered in gambling establishments.
 
| location = Athor Ferry, first floor
 
| participants =
* <npc>Ramon</npc>, cards dealer on Athor ferry
 
| rules =
The rules are quite simple:
: You play against the bank. The goal is to have a higher number of points than the bank, but not more than 21.
: Jacks, queens, and kings are worth 10 points. Aces are worth 11 points, but only 1 point if your hand would exceed 21 points otherwise. All other cards are worth their number.
: Stake must be between 10-200 <item>money</item>.
 
| prizes =
* '''Won:''' double <item>money|stake</item>
* '''Draw:''' <item>money|stake</item> back
* '''Lost:''' losing <item>money|stake</item>
* '''Blackjack (21 points):''' triple <item>money|stake</item>
 
| repeatable = Immediately.
 
| remarks =
: Some extra info.
: Some more extra info.
}}
</pre>
 
 
=== Output ===
 
{{{{PAGENAME}}
| name = Blackjack
| subtitle = While away your time on Athor Ferry with a challenging game of Blackjack.
| aka =
 
| intro =
Travelling back and forth on the ferry, <npc>Ramon</npc> waits for customers for his gambling market. He was a <item>cards|card dealer</item> in [[Semos]] tavern, but he lost his gambling license and went onto the ferry to Athor for starting new gambling activities there. His brother <npc>Ricardo</npc> still works in the tavern. What is the game about which he offers to young heroes on their way to [[Athor]]?
 
'''Blackjack or 21''' as it is called in some regions, is a typical casino cards game. It is by far the most popular table game offered in gambling establishments.
 
| location = Athor Ferry, first floor
 
| participants =
* <npc>Ramon</npc>, cards dealer on Athor ferry
 
| rules =
The rules are quite simple:
: You play against the bank. The goal is to have a higher number of points than the bank, but not more than 21.
: Jacks, queens, and kings are worth 10 points. Aces are worth 11 points, but only 1 point if your hand would exceed 21 points otherwise. All other cards are worth their number.
: Stake must be between 10-200 <item>money</item>.
 
| prizes =
* '''Won:''' double <item>money|stake</item>
* '''Draw:''' <item>money|stake</item> back
* '''Lost:''' losing <item>money|stake</item>
* '''Blackjack (21 points):''' triple <item>money|stake</item>
 
| repeatable = Immediately.
 
| remarks =
: Some extra info.
: Some more extra info.
}}