From StrategyWiki, the video game walkthrough and strategy guide wiki
< Template:FF9/Shop Start
Revision as of 17:57, 5 July 2012 by Najzere (talk | contribs) (categorizing)
Jump to navigation Jump to search

This template is part of a series of templates used to display product selection and pricing of various shops in Final Fantasy IX.

Use this template to start a shop listing.

Shop Template System

Empty syntax

{{FF9/Shop Start | shopkeeper = | name = | float = }}

Example

{{FF9/Shop Start | shopkeeper = Cinna | name = Shop | float = left}}
{{FF9/Shop Row | i = Potion       | p =  50}}
{{FF9/Shop Row | i = Phoenix Down | p = 150}}
{{FF9/Shop Row | i = Antidote     | p =  50}}
{{FF9/Shop Next | shopkeeper = Blank | name = Weapons}}
{{FF9/Shop Row | i = Dagger      | p = 320}}
{{FF9/Shop Row | i = Mage Masher | p = 500}}
{{FF9/Shop End}}
Cinna's
Shop
ItemPrice
Potion50g
Phoenix Down150g
Antidote50g
Blank's
Weapons
ItemPrice
Dagger320g
Mage Masher500g

Individual Templates

FF9/Shop Start

Use FF9/Shop Start to start a shop listing.

Empty syntax

{{FF9/Shop Start | shopkeeper = | name = | float = }}

Parameters

Required
  • name: name of the shop
Optional
  • shopkeeper: name of the shopkeeper
  • float: direction to float the table; 'none' will keep it in line with the text; default is 'right'.

FF9/Shop Row

Use FF9/Shop Row to specify the name and price of an item offered.

Empty syntax

{{FF9/Shop Row | i = | p = }}

Parameters

Required
  • i: name of the item
  • p: price of the item

FF9/Shop Next

Use FF9/Shop Next to end one shop listing and begin another in the same column. The listings will have uniform width, though not necessarily uniform column widths.

Empty syntax

{{FF9/Shop Next | shopkeeper = | name = }}

Parameters

Required
  • name: name of the shop
Optional
  • shopkeeper: name of the shopkeeper

FF9/Shop End

Use FF9/Shop End to end the shop listing. It contains no parameters.

Empty syntax

{{FF9/Shop End}}