Difference between revisions of "User:Flame2512/Tree-Custom"
Line 3: | Line 3: | ||
| squad = [[File:Item_squad.png|link={{{2}}}|class=tree-item-js]] | | squad = [[File:Item_squad.png|link={{{2}}}|class=tree-item-js]] | ||
| #default = [[File:Item_own.png|link={{{2}}}|class=tree-item-js]] | | #default = [[File:Item_own.png|link={{{2}}}|class=tree-item-js]] | ||
− | }}</div><div class="tree-item-text"><span class="tree-item-text-scroll">{{{1}}}</span></div><div class="tree-item-img" style="width: | + | }}</div><div class="tree-item-text"><span class="tree-item-text-scroll">{{{1}}}</span></div><div class="tree-item-img" style="width: 110px; overflow:hidden">{{#if: {{{img|}}}|[[File:{{{img}}}|x66px]]|{{#if:{{#unit:{{{img_url}}}|icon}}|{{#unit:{{{img_url}}}|icon}}|{{{img_url|}}}}}}}</div></div></includeonly><noinclude> |
== Description == | == Description == | ||
This template is a fully customisable version of [[Template:Tree-Unit]]. | This template is a fully customisable version of [[Template:Tree-Unit]]. |
Revision as of 11:39, 11 March 2021
Contents
Description
This template is a fully customisable version of Template:Tree-Unit.
Use
For clarity template parameters are shown on separate lines. In practice this template is probably better used as a single line |
{{User:U13682523/Tree-Custom | text = | link = | image = | colour = }}
Parameters
- text - the text to display where the vehicle name would normally be (optional).
- link - the name of the page the box should link to when clicked (optional).
- image - the filename of the image to display where the vehicle icon would go, or a link to an external file, or a vehicle code (optional).
- colour - the background colour, specify either premium or squad or ignore for default colour
Examples of use
Example #1
Linking to the Lightning F.6 page, with a squad coloured background, the text "Random Vehicle", and an image specified by wiki file name:
{{{1}}}
{{User:U13682523/Tree-Custom | link = Lightning_F.6 | text = Random Vehicle | colour = squad | image = AIShipDM Battleship Tirpitz.png }}
Example #2
Linking to the Lightning F.6 page, with a premium coloured background, the text "Random Vehicle", and an image specified by an external URL:
{{{1}}}
{{User:U13682523/Tree-Custom | link = Lightning_F.6 | text = Random Vehicle | colour = premium | image = http://encyclopedia.warthunder.com/slots/b-17g.png }}
Example #3
Linking to the Lightning F.6 page, with a regular coloured background, the text "Random Vehicle", and an image specified using a vehicle code:
{{{1}}}
{{User:U13682523/Tree-Custom | link = Lightning_F.6 | text = Random Vehicle | image = a6m5otsu }}