|
|
| Line 1: |
Line 1: |
| {{#cargo_store:
| |
| |table=HuntingSpots
| |
| |background={{{background|}}}
| |
| |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|}}}
| |
| }}
| |
| <noinclude> | | <noinclude> |
| {{#cargo_declare: | | {{#template_params:}} |
| |_table=HuntingSpots
| | {{#cargo_declare:_table=HuntingSpots}} |
| |name=String,
| | </noinclude><includeonly>{{#cargo_store:_table=HuntingSpots}} |
| |background=Text,
| | {{#template_display:_format=infobox}} |
| |description=Text,
| | [[Category:Hunting Spots]] |
| |level=Text,
| | </includeonly> |
| |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"><!--
| |
| --> <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><td>{{{description}}}</td></tr><!--
| |
| --> <tr><th>'''Recommended Level:'''</th><td>{{{level}}}</td></tr><!--
| |
| --> <tr><th>'''Loot:'''</th><td>{{{loot}}}</td></tr><!--
| |
| --> <tr><th>'''Experience:'''</th><td>{{{exp}}}</td></tr><!--
| |
| --> <tr><th>'''Location:'''</th><td>{{{location}}}</td></tr><!--
| |
| --> <tr><th>'''Be prepared<br>to face:'''</th><td>{{{monsters}}}</td></tr><!--
| |
| --> {{#if: {{{strategy|}}}|<tr><th>'''Strategy:'''</th><td>{{{strategy}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_warriors| {{{strategy_mages| {{{strategy_sorcerer| {{{strategy_cleric| {{{strategy_scouts| {{{strategy_team| }}} }}} }}} }}} }}} }}}| <!--
| |
| --> <table class="wikitable"><!--
| |
| --> {{#if: {{{strategy_warriors|}}}|<tr><th>'''[[Warrior|Warriors]]'''</th><td>{{{strategy_warriors}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_mages|}}}|<tr><th>'''[[Sorcerer|Sorcerers]] and [[Cleric{{!}}Clerics]]'''</th><td>{{{strategy_mages}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_sorcerer|}}}|<tr><th>'''[[Sorcerer|Sorcerers]]'''</th><td>{{{strategy_sorcerer}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_cleric|}}}|<tr><th>'''[[Cleric{{!}}Clerics]]'''</th><td>{{{strategy_cleric}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_scouts|}}}|<tr><th>'''[[Scout|Scouts]]'''</th><td>{{{strategy_scouts}}}</td></tr>}} <!--
| |
| --> {{#if: {{{strategy_team|}}}|<tr><th>'''Teamhunt'''</th><td>{{{strategy_team}}}</td></tr>}} <!--
| |
| --> </table></td> }} <!--
| |
| --> <!--
| |
| --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!--
| |
| --> </table>
| |