Animal Crossing: Pocket Camp Wiki
100mar (talk | contribs)
No edit summary
mNo edit summary
(31 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Templates]]{{doc}}
+
<noinclude>[[Category:Templates]]{{doc}}<!--
   
  +
Attempt to combine two different templates
<!-- Declaring cargo -->
 
{{#cargo_attach:_table=FishingTourneyCreatures}}</noinclude><includeonly>
+
-->{{#cargo_attach:_table=FishingTourneyCreatures}}</noinclude><includeonly>{{Collectibles/CargoAttach}}<!--
   
  +
// Storing the inputs into FishingTourneyCreatures Cargo table
{{Item Infobox
 
  +
-->{{#cargo_store:
  +
_table=FishingTourneyCreatures
  +
|Name=[[{{PAGENAME}}|{{{name|{{PAGENAME}}}}}]]
 
|Image={{{image|{{PAGENAME}}}}}
  +
|CatalogCategory={{{catalogCategory|}}}
  +
|Event={{{event|}}}
  +
|SellsFor={{{sellsFor_tourney|}}}
  +
|Rarity={{{rarity_tourney|}}}
  +
|MinSize={{{minSize|}}}
  +
|MaxSize={{{maxSize|}}}
  +
}}<!--
  +
  +
// Storing the inputs into Collectibles Cargo table
  +
-->{{#cargo_store:
  +
_table=Collectibles
  +
|Name=[[{{PAGENAME}}|{{{name|{{PAGENAME}}}}}]]
  +
|Image={{{image|{{PAGENAME}}}}}
  +
|Type={{{type|}}}
  +
|CatalogCategory={{{catalogCategory|}}}
  +
|SpawnRate={{{spawnRate|}}}
  +
|SpawnRateNight={{{spawnRateNight|}}}
  +
|ItemCatchRate={{{itemCatchRate|}}}
  +
|Time1={{{time1|}}}
  +
|Time2={{{time2|}}}
  +
|SellsFor={{{sellsFor|}}}
  +
|Obtain={{{obtain|}}}<br>Originally obtained during [[{{{event|}}}]] from fishing and campsite villager chat gifts.
  +
|Used={{{used|}}}
  +
|Rarity={{{rarity|}}}
  +
|MinSize={{{minSize|}}}
  +
|MaxSize={{{maxSize|}}}
  +
|CurCollec={{{curCollec|}}}
  +
|Tier={{{tier|}}}
  +
}}<!--
  +
  +
-->{{EntitiesStore|name={{{name|}}}|type={{{type|FishingTourneyCreatures}}}|catalogCategory={{{catalogCategory|}}}|image={{{image|{{PAGENAME}}}}} }}<!--
  +
 
-->{{Collectible Item Infobox
 
|name={{{name|{{PAGENAME}}}}}
 
|name={{{name|{{PAGENAME}}}}}
|type={{{type|Fishing Tourney Creature}}}
+
|type={{{type|}}}
|image={{{image|}}}
 
 
|sellsFor={{{sellsFor|}}}
 
|sellsFor={{{sellsFor|}}}
  +
|image={{{image|}}}
  +
|spawnRate={{{spawnRate|}}}
  +
|spawnRateNight={{{spawnRateNight|}}}
  +
|itemCatchRate={{{itemCatchRate|}}}
  +
|time1={{{time1|}}}
  +
|time2={{{time2|}}}
 
|rarity={{{rarity|}}}
 
|rarity={{{rarity|}}}
  +
|catalogCategory={{{catalogCategory|}}}
 
|minSize={{{minSize|?}}}
 
|minSize={{{minSize|?}}}
 
|maxSize={{{maxSize|?}}}
 
|maxSize={{{maxSize|?}}}
  +
|tier={{{tier|}}}
  +
|shadowSize={{{shadowSize|}}}
 
}}
 
}}
  +
  +
=How to Obtain=
  +
{{#ifeq: {{{curCollec|}}} | no | ''Not currently collectable from recreational spots.''<br> | Found in:<br> }}
  +
{{{obtain|}}}
  +
Originally obtained during [[{{{event|}}}]] from fishing and campsite villager chat gifts.
  +
  +
=Ways to Use=
  +
{{{used|}}}
  +
  +
  +
__NOTOC__
  +
  +
  +
=[[{{{event|}}}]] Rewards=
  +
==Furniture==
  +
{{#cargo_query:
  +
tables=Furniture
  +
|fields=CONCAT('[[File:', Image, '.png|60px|link=', _pageName, ']]<br/>[[', _pageName, ']]')=Name,CONCAT('[[File:', Theme, ' Banner.png|144px|link=]]<div style="display:none;">', Theme, '</div>')=Theme,CatalogCategory=Catalog Category,Size,Obtain=How to Obtain
  +
|where=Furniture.Obtain LIKE "%{{PAGENAME}}%"
  +
|format=table
  +
|group by=_pageName
  +
|default=* None
  +
|limit=500
  +
}}
  +
  +
==Clothing==
  +
{{#cargo_query:
  +
tables=Clothing
  +
|fields=CONCAT('[[File:', Image, '.png|60px|link=', _pageName, ']]<br/>[[', _pageName, ']]')=Name,CONCAT('[[File:', Theme, ' Banner.png|144px|link=]]<div style="display:none;">', Theme, '</div>')=Theme,CatalogCategory=Catalog Category,Obtain=How to Obtain
  +
|where=Clothing.Obtain LIKE "%{{PAGENAME}}%"
  +
|format=table
  +
|group by=_pageName
  +
|default=* None
  +
|limit=500
  +
}}
  +
   
 
{{Item Navbox}}[[Category:Creatures]][[Category:Fishing Tourney Creatures]][[Category:Catalog {{{catalogCategory|}}}]]</includeonly>
 
{{Item Navbox}}[[Category:Creatures]][[Category:Fishing Tourney Creatures]][[Category:Catalog {{{catalogCategory|}}}]]</includeonly>

Revision as of 08:52, 28 September 2020

Template:Collectible and Fishing Tourney Creature Page/docThis template adds rows to the table "FishingTourneyCreatures", which is declared by the template Fishing Tourney Creature Page. View table.