From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
Synth
ItemPriceRequired
Butterfly Sword320gDagger
Mage Masher
Cotton Robe1000gWrist
Steepled Hat

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
    Note: If the name of the shop is Synth, then a third column is added called Required, which should be used to list the items required for synthesis.
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

Ordinary Shops
{{FF9/Shop Row | i = | p = }}
Synthesis Shops
{{FF9/Shop Row | i = | p = | r1 = | r2 = }}

Parameters

Required
  • i: name of the item
  • p: price of the item
Optional
  • r1: first required item (for synthesis shops)
  • r2: second required item (for synthesis shops)

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
    Note: If the name of the shop is Synth, then a third column is added called Required, which should be used to list the items required for synthesis.
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}}