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: Manual revert 2017 source edit
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/>
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/>
<div class="template-Syx_and_Seven_Terminal"
<templatestyles src="Syx and Seven Terminal Alt-Test/styles.css"/>

<div class="template-Syx_and_Seven_Terminal terminal-alt-test"
style="box-sizing: border-box;
style="box-sizing: border-box;
overflow-wrap: break-word;
overflow-wrap: break-word;
Line 9: Line 7:
white-space: normal;
white-space: normal;
overflow: hidden;
overflow: hidden;
background-color: {{{background|#000000}}};
{{#if: {{{background|}}}|background:{{{background}}};|}}
{{#if: {{{text_color|}}}|color:{{{text_color}}};|}}
{{#if: {{{border_gradient|}}}|border-image:{{{border_gradient}}} 1;|}}
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}}
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}}
{{{additional_css|}}}">
{{#if: {{{additional_css|}}}|{{{additional_css}}}|}}">
{{{text}}}
<div class="terminal-text">
{{{text|}}}
</div>
</div>
</div>

<noinclude>
<templatedata>
{
"params": {
"background": {
"label": "Background",
"type": "string",
"description": "Background color of the terminal",
"default": "#000000"
},
"text_color": {
"label": "Text Color",
"type": "string",
"description": "Optional color of the terminal text"
},
"border_gradient": {
"label": "Border Gradient",
"type": "string",
"description": "CSS gradient string for custom border animation"
},
"border_image": {
"label": "Border Image",
"type": "string",
"description": "Optional border image override"
},
"additional_css": {
"label": "Additional CSS",
"type": "string",
"description": "Optional extra inline styles"
},
"text": {
"label": "Text",
"type": "content",
"description": "Text displayed in the terminal"
}
},
"description": "Adds a cool glowing effect to your shit, now with customizable borders.",
"format": "block"
}
</templatedata>
</noinclude>

Latest revision as of 17:35, April 18, 2025

{{{text}}}