Template:Resource

From Fish Wrangler
Jump to navigation Jump to search


Description[edit]

This template allows to create a resource information by calling it.

Parameters[edit]

param={{{param}}}
this special parameter should be transcluded to the page calling this template.
page
the name of the resource page, used for creating the wikilink to it.
name
name of the resource
image
optional image to use.
description
the description of the resource.
shell_value
how many shells the resource gives when selling it. (-1 is this is not possible to sell it.)
shell_cost
how many shells it costs to buy. (-1 if this is not possible to buy it.)
fish1
fish name attracted or repelled.
attr1
attracting properties for corresponding fish. negative means a repellant effect.
fish2
fish name attracted or repelled.
attr2
attracting properties for corresponding fish. negative means a repellant effect.
fish3
fish name attracted or repelled.
attr3
attracting properties for corresponding fish. negative means a repellant effect.
fish4
fish name attracted or repelled.
attr4
attracting properties for corresponding fish. negative means a repellant effect.
fish5
fish name attracted or repelled.
attr5
attracting properties for corresponding fish. negative means a repellant effect.
fish6
fish name attracted or repelled.
attr6
attracting properties for corresponding fish. negative means a repellant effect.
fish7
fish name attracted or repelled.
attr7
attracting properties for corresponding fish. negative means a repellant effect.
fish8
fish name attracted or repelled.
attr8
attracting properties for corresponding fish. negative means a repellant effect.
fish9
fish name attracted or repelled.
attr9
attracting properties for corresponding fish. negative means a repellant effect.
notes
extra notes to add to the resource.

Example[edit]

{{Resource|
|param={{{param}}} 
|page=undefined for now.
|name=Attractant that does not exist.
|image=Miny-Repellent.jpg
|description= A fictive attractant to show the syntax...
|shell_value= -1
|shell_cost= 10
|fish1=Miny Fish
|attr1=99
|fish2=Cubey Fish
|attr2=-99
|fish3=Fiesta Fish
|attr3=-50
|fish4=
|attr4=
|fish5=
|attr5=
|fish6=
|attr6=
|fish7=
|attr7=
|fish8=
|attr8=
|fish9=
|attr9=
|notes= 
}}

Ouputs:

Miny-Repellent.jpg
Attractant that does not exist.
A fictive attractant to show the syntax...
Exchange Rate
Attracts:       Repels:
Miny Fish (99%)
Cubey Fish (99%)

Fiesta Fish (50%)

Code[edit]