Difference between revisions of "Template:TrinketTable"

From Sunrust Wiki
Jump to navigation Jump to search
(Created page with "WIP")
 
Line 1: Line 1:
WIP
<onlyinclude><includeonly>{| class="wikitable"
|+ {{{Title}}}
|-
! style="background:#eaecf0; color:black; text-align:center;"|'''Upgrade Levels'''
! style="background:#eaecf0; color:black; text-align:center;"|'''Cost (-)'''
! style="background:#eaecf0; color:black; text-align:center;"|'''Description'''
! style="background:#eaecf0; color:black; text-align:center;"|'''Dismantle (+)'''
|-
| style="background:#eaecf0; color:black; text-align:center;"|'''Standard'''
| style="background:#eaecf0; color:black; text-align:center;"|{{{Cost1}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Description1}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Dismantle1}}}
|-
| style="background:#eaecf0; color:#FFA500; text-align:center;"|'''Sturdy'''
| style="background:#eaecf0; color:black; text-align:center;"|{{{Cost2}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Description2}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Dismantle2}}}
|-
| style="background:#eaecf0; color:#0000FF; text-align:center;"|'''Honed'''
| style="background:#eaecf0; color:black; text-align:center;"|{{{Cost3}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Description3}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Dismantle3}}}
|-
| style="background:#eaecf0; color:#800080; text-align:center;"|'''Perfected'''
| style="background:#eaecf0; color:black; text-align:center;"|{{{Cost4}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Description4}}}
| style="background:#eaecf0; color:black; text-align:center;"|{{{Dismantle4}}}
|}</includeonly></onlyinclude><noinclude>{{Documentation}}</noinclude>

Revision as of 17:21, 5 November 2021

50px Template documentation[view] [edit] [history] [purge]
{{{Title}}}
Upgrade Levels Cost (-) Description Dismantle (+)
Standard {{{Cost1}}} {{{Description1}}} {{{Dismantle1}}}
Sturdy {{{Cost2}}} {{{Description2}}} {{{Dismantle2}}}
Honed {{{Cost3}}} {{{Description3}}} {{{Dismantle3}}}
Perfected {{{Cost4}}} {{{Description4}}} {{{Dismantle4}}}

Usage

Parameters:

  • Title - Name of trinket. (optional)
  • Costn - Text in Cost column
  • Descriptionn - Text in Description column
  • Dismantlen - Text in Dismantle column

n = number from 1 to 4, required.

  • 0 is the text in Standard line.
  • 1 is the text in Sturdy line.
  • 2 is the text in Honed line.
  • 3 is the text in Perfected line.

Example

Wikitext What is rendered
{{Template:TrinketTable
|Title = Health Pack
|Cost1 = 9 Scrap
|Description1 = +10 maximum health
|Dismantle1 = 3 Scrap

|Cost2 = 13 Scrap
|Description2 = +18 maximum health
|Dismantle2 = 10 Scrap

|Cost3 = 18 Scrap
|Description3 = +24 maximum health <br> +12 second delay between regenerating 1 health <br> +7.5% effectiveness of hostile non-damaging debuffs affecting you
|Dismantle3 = 19 Scrap

|Cost4 = 21 Scrap
|Description4 = +28 maximum health <br> +10 second delay between regenerating 1 health <br> +15% effectiveness of hostile non-damaging debuffs affecting you	
|Dismantle4 = 29 Scrap
}}
Example
Upgrade Levels Cost (-) Description Dismantle (+)
Standard 9 Scrap +10 maximum health 3 Scrap
Sturdy 13 Scrap +18 maximum health 10 Scrap
Honed 18 Scrap +24 maximum health
+12 second delay between regenerating 1 health
+7.5% effectiveness of hostile non-damaging debuffs affecting you
19 Scrap
Perfected 21 Scrap +28 maximum health
+10 second delay between regenerating 1 health
+15% effectiveness of hostile non-damaging debuffs affecting you
29 Scrap