Difference between revisions of "Template:Infobox tree"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><div id="infoboxborder"> {| id="infoboxtable" |colspan=2 id="infoboxheader"|{{{name|{{PAGENAME}}}}} |- |colspan=2|{{#if:{{{image}}}|File:{{{image|}}}|center|lin...")
 
Line 6: Line 6:
 
|-
 
|-
 
|id="infoboxsection"|Seed
 
|id="infoboxsection"|Seed
|id="infoboxdetail"|{{#if:{{{seed|}}}|{{{seed|None}}}|None}}
+
|id="infoboxdetail"|{{#if:{{{seed|}}}|{{{seed|N/A}}}|N/A}}
 
|-
 
|-
 
|id="infoboxsection"|Tapper Product
 
|id="infoboxsection"|Tapper Product
|id="infoboxdetail"|{{#if:{{{tapper|}}}|{{{tapper|No}}}|No}}
+
|id="infoboxdetail"|{{#if:{{{tapper|}}}|{{{tapper|N/A}}}|N/A}}
 
|-
 
|-
 
|id="infoboxsection"|Growth Time
 
|id="infoboxsection"|Growth Time
|id="infoboxdetail"|{{#if:{{{growth|}}}|{{{growth|No}}}|No}}
+
|id="infoboxdetail"|{{#if:{{{growth|}}}|{{{growth|N/A}}}|N/A}}
 
|-
 
|-
 
|colspan=2 id="infoboxfooter"|
 
|colspan=2 id="infoboxfooter"|
 
|}
 
|}
 
</div>{{#if:{{{debug mode|}}}||[[Category:Trees]]}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
 
</div>{{#if:{{{debug mode|}}}||[[Category:Trees]]}}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Revision as of 03:21, 15 March 2016

Description

This template is used to provide a template that displays an infobox for tree pages.

Use

This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.

{{Infobox tree
|image  = 
|seed   = 
|tapper = 
|growth = 
}}

Parameters

{{Infobox tree
|image  = 
|seed   = What seed does it use?
|tapper = What does it produce when tapped?
|growth = How long for it to grow?
}}