Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Syx and Seven Terminal: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tags: Reverted 2017 source edit
No edit summary
Tags: Reverted 2017 source edit
Line 10: Line 10:
overflow: hidden;
overflow: hidden;
background-color: {{{background|#000000}}};
background-color: {{{background|#000000}}};
color: {{{text_color|#e8f4ff}}};
{{#if: {{{text_color|}}}|color:{{{text_color}}};|}}
{{#if: {{{background|}}}|background:{{{background}}};|}}
{{#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": "Color of the terminal text",
"description": "Optional color of the terminal text"
},
"default": "#e8f4ff"
"border_gradient": {
"label": "Border Gradient",
"type": "string",
"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 URL"
"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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Backgroundbackground

Background color of the terminal

Default
#000000
Stringoptional
Text Colortext_color

Optional color of the terminal text

Stringoptional
Border Gradientborder_gradient

CSS gradient string for custom border animation

Stringoptional
Border Imageborder_image

Optional border image override

Stringoptional
Additional CSSadditional_css

Optional extra inline styles

Stringoptional
Texttext

Text displayed in the terminal

Contentoptional