From Dark and Darker Wiki
|  (just memory) |  (added dexterity and vigor) | ||
| Line 17: | Line 17: | ||
| 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Strength</div> | 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Strength</div> | ||
| 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{strength}}}</div> | 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{strength}}}</div> | ||
| 	</div> | |||
| |}} | |||
| {{#if:{{{vigor|}}}| | |||
| 	<div class="stats-container" style="clear: both;"> | |||
| 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Vigor</div> | |||
| 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{vigor}}}</div> | |||
| 	</div> | 	</div> | ||
| |}} | |}} | ||
| Line 23: | Line 29: | ||
| 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Agility</div> | 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Agility</div> | ||
| 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{agility}}}</div> | 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{agility}}}</div> | ||
| 	</div> | |||
| |}} | |||
| {{#if:{{{dexterity|}}}| | |||
| 	<div class="stats-container" style="clear: both;"> | |||
| 		<div style="float: left; width: 30%; font-weight:bold; color:rgb(221,149,42);">Dexterity</div> | |||
| 		<div style="float: right;width: 20%;color:rgb(132,176,5);text-align-last: right;font-weight:bold;">{{{dexterity}}}</div> | |||
| 	</div> | 	</div> | ||
| |}} | |}} | ||
Revision as of 17:09, 23 November 2023
Usage
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 Class
|name                  = Barbarian
|type                  = 'The Brawny Warrior'
|strength              = 30
|agility               = 11
|will                  = 18
|knowledge             = 6
|resourcefulness       = 10
|health                = 130
|weight limit          = 0 / 0
|spell memory          = 0 / 0
|utility effectiveness = 0
}}
Results in:

Barbarian
            'The Brawny Warrior'
			Strength
		30
	Agility
		11
	Will
		18
	Knowledge
		6
	Resourcefulness
		10
	Health
		130
	Weight Limit
		0 / 0
	Memory
		0 / 0
	Utility Effectiveness
		0
	
 
						