From StrategyWiki, the video game walkthrough and strategy guide wiki
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[edit]

Empty syntax[edit]

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

Example[edit]

{{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[edit]

FF9/Shop Start[edit]

Use FF9/Shop Start to start a shop listing.

Empty syntax[edit]

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

Parameters[edit]

Required[edit]
  • 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[edit]
  • 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[edit]

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

Empty syntax[edit]

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

Parameters[edit]

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

FF9/Shop Next[edit]

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[edit]

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

Parameters[edit]

Required[edit]
  • 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[edit]
  • shopkeeper: name of the shopkeeper

FF9/Shop End[edit]

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

Empty syntax[edit]

{{FF9/Shop End}}