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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/>
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/>

<div class="template-Syx_and_Seven_Terminal"
<div class="template-Syx_and_Seven_Terminal"
style="box-sizing: border-box;
style="box-sizing: border-box;
Line 10: Line 8:
overflow: hidden;
overflow: hidden;
{{#if: {{{background|}}}|background:{{{background}}};|}}
{{#if: {{{background|}}}|background:{{{background}}};|}}
{{#if: {{{border_image|}}}|border-image:{{{border_image}}}; animation: borderPulse 3s infinite;|}}
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}}
{{#if: {{{additional_css|}}}|{{{additional_css}}}|}}">
{{#if: {{{additional_css|}}}|{{{additional_css}}}|}}">
{{{text}}}
{{{text}}}
</div>
</div>

<!-- Optional Glowing Alt Terminal if enabled -->
{{#ifeq: {{{use_alt_terminal|no}}} | yes |
<div class="alt-terminal-wrapper">
<templatestyles src="Syx and Seven Terminal Alt-Test/styles.css" />
<div class="terminal-alt-test" style="
background-color: {{{background|#000000}}};
color: {{{text_color|#e8f4ff}}};
{{#if: {{{border_image|}}}|border-image:{{{border_image}}}; animation: borderPulse 3s infinite;|}}
{{{additional_css|}}}
">
<div class="terminal-text">{{{text|}}}</div>
</div>
</div>
}}
</includeonly>

<noinclude>
<templatedata>
{
"params": {
"background": {
"label": "Background",
"type": "string",
"description": "Background color of the terminal",
"default": "#000000"
},
"text_color": {
"label": "Text Color",
"type": "string",
"description": "Color of the terminal text",
"default": "#e8f4ff"
},
"border_image": {
"label": "Border Image",
"type": "string",
"description": "Optional border-image property with animation if set"
},
"additional_css": {
"label": "Additional CSS",
"type": "string",
"description": "Optional extra inline styles"
},
"text": {
"label": "Text",
"type": "content",
"description": "Text displayed in the terminal"
},
"use_alt_terminal": {
"label": "Use Alt Terminal",
"type": "boolean",
"description": "Set to yes to render the glowing alternate terminal style"
}
},
"description": "Displays Syx and Seven Terminal. Set 'use_alt_terminal' to yes for glowing effect. Parameters like border-image animate automatically.",
"format": "block"
}
</templatedata>
</noinclude>

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

{{{text}}}