Template:Syx and Seven Terminal: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
||
| Line 10: | Line 10: | ||
overflow: hidden; |
overflow: hidden; |
||
background-color: {{{background|#000000}}}; |
background-color: {{{background|#000000}}}; |
||
{{#if: {{{text_color|}}}|color:{{{text_color}}};|}} |
|||
{{#if: {{{ |
{{#if: {{{border_gradient|}}}|border-image:{{{border_gradient}}} 1;|}} |
||
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}} |
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}} |
||
{{{additional_css|}}}"> |
{{{additional_css|}}}"> |
||
| Line 32: | Line 32: | ||
"label": "Text Color", |
"label": "Text Color", |
||
"type": "string", |
"type": "string", |
||
"description": " |
"description": "Optional color of the terminal text" |
||
}, |
|||
| ⚫ | |||
"border_gradient": { |
|||
"label": "Border Gradient", |
|||
| ⚫ | |||
"description": "CSS gradient string for custom border animation" |
|||
}, |
}, |
||
"border_image": { |
"border_image": { |
||
"label": "Border Image", |
"label": "Border Image", |
||
"type": "string", |
"type": "string", |
||
"description": "Optional border image |
"description": "Optional border image override" |
||
}, |
}, |
||
"additional_css": { |
"additional_css": { |
||
| Line 51: | Line 55: | ||
} |
} |
||
}, |
}, |
||
"description": "Adds a cool glowing effect to your shit.", |
"description": "Adds a cool glowing effect to your shit, now with customizable borders.", |
||
"format": "block" |
"format": "block" |
||
} |
} |
||
Revision as of 16:57, April 18, 2025
Adds a cool glowing effect to your shit, now with customizable borders.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background | background | Background color of the terminal
| String | optional |
| Text Color | text_color | Optional color of the terminal text | String | optional |
| Border Gradient | border_gradient | CSS gradient string for custom border animation | String | optional |
| Border Image | border_image | Optional border image override | String | optional |
| Additional CSS | additional_css | Optional extra inline styles | String | optional |
| Text | text | Text displayed in the terminal | Content | optional |