More actions
m added copyright notice |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
<div class="hover-expand" style="box-sizing: border-box; background: linear-gradient(to right, #505050 25%, #404040 75% , #505050); border-left: 5px solid {{{ | <div class="hover-expand" style="box-sizing: border-box; background: linear-gradient(to right, #505050 25%, #404040 75% , #505050); border-left: 5px solid {{{color|#00BFFF}}}; border-right: 5px solid {{{color|#00BFFF}}}; border-radius: 10px; margin: auto; margin-top: 5px; margin-bottom: 5px; padding: 2px 10px 2px 5px; color: {{{color|#00BFFF}}}; font-size: 0.9em; display: inline-block; width: 95%; position: relative;"> | ||
<div style="margin: 2px 10px; float: left;">[[File:Shield-icon.png|50px|link=]]</div> | <div style="margin: 2px 10px; float: left;">[[File:Shield-icon.png|50px|link=]]</div> | ||
<div style="box-sizing: border-box; margin-left: 5px; padding-left: 10px; position: absolute; top: 50%; left: 70px; transform: translateY(-50%);">'''{{{ | <div style="box-sizing: border-box; margin-left: 5px; padding-left: 10px; position: absolute; top: 50%; left: 70px; transform: translateY(-50%);">'''{{{username|{{PAGENAME}}}}} is a Zenith Staff Member!'''</div> | ||
</div> | </div> | ||
</onlyinclude> | </onlyinclude> | ||
Taken from the [https://robloxgalaxy.wiki/wiki/Template:Galaxy_Staff Galaxypedia], licensed under CC BY-SA 4.0. | Taken from the [https://robloxgalaxy.wiki/wiki/Template:Galaxy_Staff Galaxypedia], licensed under CC BY-SA 4.0. | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"color": { | |||
"label": "Color", | |||
"description": "What hex color should the template use? This should match your assigned color in [[MediaWiki:UserColors.css]] if you have one.", | |||
"example": "#00ffff", | |||
"type": "string" | |||
}, | |||
"username": { | |||
"label": "Username & Profile Link", | |||
"description": "Provide your roblox username and a link to your roblox profile.", | |||
"example": "[https://www.roblox.com/users/0000000/profile ExampleUser]", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"color", | |||
"username" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 19:41, 9 August 2024
Taken from the Galaxypedia, licensed under CC BY-SA 4.0.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color | color | What hex color should the template use? This should match your assigned color in [[MediaWiki:UserColors.css]] if you have one.
| String | optional |
Username & Profile Link | username | Provide your roblox username and a link to your roblox profile.
| String | optional |