Difference between revisions of "Template:Item"
Line 2: | Line 2: | ||
{{#switch: {{{view}}} | {{#switch: {{{view}}} | ||
| icon = Simply the icon for the equipment | | icon = Simply the icon for the equipment | ||
− | | listBasic = {{Template:Item/ListBasicView | PageName={{{PageName}}} | Name={{{Name}}} | Item Description={{{Item Description}}} | Picture={{{Picture}}} | Location={{{Location}}} }} | + | | listBasic = {{Template:Item/ListBasicView |
+ | | PageName={{{PageName}}} | ||
+ | | Name={{{Name}}} | ||
+ | | Item Description={{{Item Description}}} | ||
+ | | Picture={{{Picture}}} | ||
+ | | Location={{{Location}}} | ||
+ | }} | ||
| listClothing = A table entry including the main bits for clothing type items | | listClothing = A table entry including the main bits for clothing type items | ||
| listLngRng = A table entry including the main bits for gun type items | | listLngRng = A table entry including the main bits for gun type items | ||
Line 8: | Line 14: | ||
| short = {{Template:Item/ShortView | PageName={{{PageName}}} | Name={{{Name}}} | Item Description={{{Item Description}}} | Picture={{{Picture}}} }} | | short = {{Template:Item/ShortView | PageName={{{PageName}}} | Name={{{Name}}} | Item Description={{{Item Description}}} | Picture={{{Picture}}} }} | ||
| ingame = {{Template:Item/IngameView}} | | ingame = {{Template:Item/IngameView}} | ||
− | | #default = {{Template:Item/DefaultView}} | + | | #default = {{Template:Item/DefaultView |
+ | | PageName={{{PageName}}} | ||
+ | | Name={{{Name}}} | ||
+ | | Item Description={{{Item Description}}} | ||
+ | | Picture={{{Picture}}} | ||
+ | }} | ||
}} | }} | ||
</includeonly><noinclude> | </includeonly><noinclude> |
Revision as of 14:50, 8 September 2012
Summary
Items in the wiki are chaotic. This is the first step in an attempt to make them more organized. This is an experiment, if it turns out well - I might apply the same trick for other areas where there is a great deal of duplicated information.
This template is a front for a collection of templates all designed to run from the same information. An item page that correctly uses this template can allow other pages to have access to the same item information, even if they need it in a different form (such as a short version or a list item version).
Example Use
Some examples here
Default View
Short View
{{:User:Sesshou/ItemExample|view=short}}
Pachipachiou
- Main article: Pachipachiou
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
IngameView
{{:User:Sesshou/ItemExample|view=ingame}}
- -20% MP Cost for all Skills
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
ListBasic View
{{:User:Sesshou/ItemExample|view=listBasic}}
Icon | Name | Stack | Usage | Description | How to Get |
---|---|---|---|---|---|
Pachipachiou | - |
|
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%. |
ListClothing View
{{:User:Sesshou/ItemExample|view=listClothing}}
|-
|
| Pachipachiou
|| -
|| -
|| -
|| 50
|| Yes
|| Yes
|| Yes
|align="left"| A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%. |align="left"|
- -20% MP Cost for all Skills
|align="left"|
ListLngRng View
{{:User:Sesshou/ItemExample|view=listLngRng}}
Pachipachiou
- -20% MP Cost for all Skills
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
Basic Info
- Type: 1-Handed Sword
- Affinity: Slash
- Maximum Stack: 1
Usage Info
- This is tradable.
- This can be SI'ed.
- You can synthesize crystals onto this.
Key Features
SI Slot A: Set Bonus and durability
- Durability: 50
SI Slot B: Basic Features
- Close-Range: +29
- Spell: +34
- Support: +25
- Critical: +8
- Modifyable Slots: 3 slots
SI Slot C: Characteristics
- -20% MP Cost for all Skills
Modification Material Information
This can be used as a modification material:
- Modification Material: SLA ATK 2
- Modification Material Bonus: Slash Attack Power Up 10%
ListClsRng View
{{:User:Sesshou/ItemExample|view=listClsRng}}
Pachipachiou
- -20% MP Cost for all Skills
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
A Katana forged by the swordsmith Awataguchi Kuniyoshi that is said to be able to split an enemy's helmet in half.
Reduces any skill cost that reduces you MP by 20%.
Basic Info
- Type: 1-Handed Sword
- Affinity: Slash
- Maximum Stack: 1
Usage Info
- This is tradable.
- This can be SI'ed.
- You can synthesize crystals onto this.
Key Features
SI Slot A: Set Bonus and durability
- Durability: 50
SI Slot B: Basic Features
- Close-Range: +29
- Spell: +34
- Support: +25
- Critical: +8
- Modifyable Slots: 3 slots
SI Slot C: Characteristics
- -20% MP Cost for all Skills
Modification Material Information
This can be used as a modification material:
- Modification Material: SLA ATK 2
- Modification Material Bonus: Slash Attack Power Up 10%
Default View design
I am thinking of mixing ingame and normal wiki style for this, to finish with something like what is done for NPC's (where we include the ingame view but right page aligned, and additional information / notes is normal wiki style). The view selector type template allows us to create a more fully designed page as when including in other pages - we can choose which bits to include.
Short View design
The intention is to have something informal and short in wiki style. The idea is we can throw together a list of items with just summaries and icons, a bit like demons on their various family pages (eg Beast).
Ingame View design
The idea being to get as close to ingame view as possible. There is alot of work already done by other authors - adreamofcold for ItemSI and AnnanFay for the newest design. I will likely include these template as is here.