Template:StatusBadges: Difference between revisions
Template page
More actions
| [checked revision] | [checked revision] |
Created page with "<includeonly>{{#switch:{{{1}}} | Active = <span style="display:inline-block"><span style="background-color:limegreen;border-radius:100px;padding-left:8px;padding-right:8px;padding-top:3px;padding-bottom:3px;color:white">'''Active'''</span></span>Category:Players/Active | Retired = <span style="display:inline-block"><span style="background-color:red;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px"><span style="background-col..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#switch:{{{1}}} | <includeonly>{{#switch:{{{1}}} | ||
| Active = <span style="display:inline-block | | Active = <span style="display:inline-block; padding: 2px 16px; border: 2px solid #4CAF50; background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 50%, #CDDC39 100%); border-radius: 25px; color: white; font-weight: bold; font-size: 14px; text-shadow: 0 1px 2px rgba(0,0,0,0.3); box-shadow: 0 4px 8px rgba(76,175,80,0.3), inset 0 1px 0 rgba(255,255,255,0.2); transition: all 0.3s ease; cursor: default; letter-spacing: 0.5px;">🟢 ACTIVE</span>[[Category:Players/Active]] | ||
| Retired = <span style="display:inline-block; padding: 2px 16px; border: 2px solid #F44336; background: linear-gradient(135deg, #F44336 0%, #E91E63 50%, #9C27B0 100%); border-radius: 25px; color: white; font-weight: bold; font-size: 14px; text-shadow: 0 1px 2px rgba(0,0,0,0.3); box-shadow: 0 4px 8px rgba(244,67,54,0.3), inset 0 1px 0 rgba(255,255,255,0.2); transition: all 0.3s ease; cursor: default; letter-spacing: 0.5px;">⏸️ RETIRED</span>[[Category:Players/Retired]] | |||
| Retired = <span style="display:inline-block | | #default = <span style="display:inline-block; padding: 2px 16px; border: 2px solid #F44336; background: linear-gradient(135deg, #F44336 0%, #D32F2F 100%); border-radius: 25px; color: white; font-weight: bold; font-size: 14px; text-shadow: 0 1px 2px rgba(0,0,0,0.3); box-shadow: 0 4px 8px rgba(244,67,54,0.3); cursor: default; letter-spacing: 0.5px;">❌ SYNTAX ERROR</span>[[Category:Pages with syntax errors]] | ||
| | |||
}}</includeonly> | }}</includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 20: | Line 13: | ||
} | } | ||
}, | }, | ||
"description": "Template for player status badges.", | "description": "Template for stylish player status badges with enhanced 3D effects, deeper shadows, and premium button styling.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
| Line 26: | Line 19: | ||
== Examples == | == Examples == | ||
{{PlayerStatus|Active}} → Active badge | {{PlayerStatus|Active}} → Stylish Active badge | ||
{{PlayerStatus|Retired}} → Retired badge | |||
{{PlayerStatus|Retired}} → Stylish Retired badge | |||
</noinclude> | </noinclude> | ||
Revision as of 22:38, 3 September 2025
Template for stylish player status badges with enhanced 3D effects, deeper shadows, and premium button styling.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Player status: Active, Retired, etc. | Unknown | required |
Examples
Template:PlayerStatus → Stylish Active badge
Template:PlayerStatus → Stylish Retired badge