|
|
| (19 intermediate revisions by the same user not shown) |
| Line 20: |
Line 20: |
| --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- | | --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- |
| --> </table> | | --> </table> |
|
| |
| <noinclude>
| |
| {{#cargo_declare:
| |
| |table=HuntingSpots
| |
| |fields=
| |
| name=String,
| |
| description=Text,
| |
| level=Integer,
| |
| exp=Integer,
| |
| loot=Text,
| |
| location=Text,
| |
| monsters=Text,
| |
| notes=Text,
| |
| vocation=String,
| |
| team=Integer,
| |
| strategy=Text,
| |
| strategy_warriors=Text,
| |
| strategy_mages=Text,
| |
| strategy_sorcerer=Text,
| |
| strategy_cleric=Text,
| |
| strategy_scouts=Text,
| |
| strategy_team=Text
| |
| }}
| |
| </noinclude>
| |
| <includeonly>
| |
| {{#cargo_store:
| |
| |table=HuntingSpots
| |
| |name={{{name|}}}
| |
| |description={{{description|}}}
| |
| |level={{{level|}}}
| |
| |exp={{{exp|}}}
| |
| |loot={{{loot|}}}
| |
| |location={{{location|}}}
| |
| |monsters={{{monsters|}}}
| |
| |notes={{{notes|}}}
| |
| |vocation={{{vocation|Any}}}
| |
| |team={{{team|0}}}
| |
| |strategy={{{strategy|}}}
| |
| |strategy_warriors={{{strategy_warriors|}}}
| |
| |strategy_mages={{{strategy_mages|}}}
| |
| |strategy_sorcerer={{{strategy_sorcerer|}}}
| |
| |strategy_cleric={{{strategy_cleric|}}}
| |
| |strategy_scouts={{{strategy_scouts|}}}
| |
| |strategy_team={{{strategy_team|}}}
| |
| }}
| |
| }}
| |
| </includeonly>
| |