Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/skins/Skin.php at line 1639] in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/debug/MWDebug.php on line 386
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:StatusBadges: Difference between revisions

Template page
[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"><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]]
| 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"><span style="background-color:red;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px"><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid red">⏳</span><span style="color:white;margin-left:3px;margin-right:5px">'''Retired'''</span></span></span>[[Category:Players/Retired]]
| #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]]
 
| Active_legend = <span style="display:inline-block;margin-top:15px"><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>
 
| Retired_legend = <span style="display:inline-block;margin-top:15px"><span style="background-color:red;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px"><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid red">⏳</span><span style="color:white;margin-left:3px;margin-right:5px">'''Retired'''</span></span></span>
 
| #default = <span style="color:red">'''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|Active_legend}} → Legend version
{{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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

Player status: Active, Retired, etc.

Unknownrequired

Examples

Template:PlayerStatus → Stylish Active badge

Template:PlayerStatus → Stylish Retired badge

Contents