Template:Inn/doc: Difference between revisions

No edit summary
No edit summary
 
Line 1: Line 1:
The Inn template is used to display the price of inn lodging at various locations in Dragon Quest games.   
The Inn template is used to display the price of inn lodging at various locations in ''[[Dragon Quest (series)|Dragon Quest]]'' games.   


==Usage==
==Usage==
Line 9: Line 9:
===Entries===
===Entries===
Each entry in the Inn table is represented by a single template call.
Each entry in the Inn table is represented by a single template call.
<pre>{{Inn|entry|price=4g per person|game=[[Dragon Quest|Dragon Warrior]]|console=NES}}</pre>
<pre>{{Inn|entry|price=4g per person|game={{Dragon Quest}}|console={{NES}}}}</pre>
*entry: A required parameter which marks this as a single inn table entry.
*entry: A required parameter which marks this as a single inn table entry.
*price: The price of a stay at a single inn.  Should be detailed in terms of money units and price by person or group.
*price: The price of a stay at a single inn.  Should be detailed in terms of money units and price by person or group.
Line 26: Line 26:
===Sample===
===Sample===
{{Inn|header}}
{{Inn|header}}
{{Inn|entry|price=4g per person|game=[[Dragon Quest II: Luminaries of the Legendary Line|Dragon Warrior II]]|console=NES}}
{{Inn|entry|price=4g per person|game={{Dragon Quest II}}|console={{NES}}}}
{{Inn|entry|price=10g|game=[[Dragon Quest III|Dragon Warrior III]]|console=GBC}}
{{Inn|entry|price=10g|game={{Dragon Quest III}}|console={{GBC}}}}
{{Inn|note|text=Sleeping at this inn triggers a dream cut-scene.}}
{{Inn|note|text=Sleeping at this inn triggers a dream cut-scene.}}
{{Inn|footer}}
{{Inn|footer}}
Line 34: Line 34:
<pre>
<pre>
{{Inn|header}}
{{Inn|header}}
{{Inn|entry|price=4g per person|game=[[Dragon Quest II: Luminaries of the Legendary Line|Dragon Warrior II]]|console=NES}}
{{Inn|entry|price=4g per person|game={{Dragon Quest II}}|console={{NES}}}}
{{Inn|entry|price=10g|game=[[Dragon Quest III|Dragon Warrior III]]|console=GBC}}
{{Inn|entry|price=10g|game={{Dragon Quest III}}|console={{GBC}}}}
{{Inn|note|text=Sleeping at this inn triggers a dream cut-scene.}}
{{Inn|note|text=Sleeping at this inn triggers a dream cut-scene.}}
{{Inn|footer}}
{{Inn|footer}}
</pre>
</pre>