Template:Damage: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create template)
 
(Remove trailing newline)
 
(One intermediate revision by the same user not shown)
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>

Latest revision as of 03:58, 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