|
|
| (13 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <noinclude>
| |
| {{#cargo_declare:
| |
| |_table=HuntingSpots
| |
| |fields=
| |
| name=String,
| |
| description=Text,
| |
| level=Text,
| |
| exp=Text,
| |
| 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>
| |
|
| |
| <table class="wikitable"><!-- | | <table class="wikitable"><!-- |
| --> <tr><th style="text-align: center; width:130px" rowspan=2>{{{image|[[File:32px-Important_Icon.png]]}}}</th><th><big><br>{{{name}}}<br></big></th></tr><!-- | | --> <tr><th style="text-align: center; width:130px" rowspan=2>{{{image|[[File:32px-Important_Icon.png]]}}}</th><th><big><br>{{{name}}}<br></big></th></tr><!-- |
| Line 44: |
Line 20: |
| --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- | | --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- |
| --> </table> | | --> </table> |
|
| |
| <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>
| |