Template:Badge: Difference between revisions
Appearance
imported>Jasedxyz im doing science |
imported>Jasedxyz No edit summary |
||
| Line 1: | Line 1: | ||
[[File:{{{icon|Radioactivity.svg}}}|32px|{{{hover|This page is RADIOACTIVE as FUCK. Good job!}}}|frameless| | [[File:{{{icon|Radioactivity.svg}}}|32px|{{{hover|This page is RADIOACTIVE as FUCK. Good job!}}}|frameless|right]] | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"icon": { | |||
"label": "Icon", | |||
"description": "Badge's icon", | |||
"example": "Radioactivity.svg", | |||
"type": "wiki-file-name", | |||
"default": "Radioactivity.svg", | |||
"required": true | |||
}, | |||
"hover": { | |||
"label": "Hover text", | |||
"description": "Text that shows when you hover over the icon", | |||
"example": "This page is RADIOACTIVE!", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Adds a badge to the right (probably)", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 21:57, 9 January 2026
Adds a badge to the right (probably)
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Icon | icon | Badge's icon
| File | required |
| Hover text | hover | Text that shows when you hover over the icon
| String | suggested |