Template:Damage: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create template)
 
(Add TemplateData)
Line 1: Line 1:
<span class="damage">⚠️ {{{1}}}</span>
<span class="damage">⚠️ {{{1}}}</span>
<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Description",
"description": "The description of the damage.",
"example": "The clock battery holder was broken off.",
"type": "string",
"required": true
}
},
"description": "Used to mark damage done to a computer at a point in its history."
}
</templatedata>
</noinclude>

Revision as of 03:57, 24 December 2021

⚠️ {{{1}}}

Used to mark damage done to a computer at a point in its history.

Template parameters

ParameterDescriptionTypeStatus
Description1

The description of the damage.

Example
The clock battery holder was broken off.
Stringrequired