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 1: | Line 1: | ||
<includeonly> |
<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 9: | Line 10: | ||
overflow: hidden; |
overflow: hidden; |
||
{{#if: {{{background|}}}|background:{{{background}}};|}} |
{{#if: {{{background|}}}|background:{{{background}}};|}} |
||
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}} |
{{#if: {{{border_image|}}}|border-image:{{{border_image}}}; animation: borderPulse 3s infinite;|}} |
||
{{#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"> |
<div class="alt-terminal-wrapper"> |
||
<templatestyles src="Syx and Seven Terminal Alt-Test/styles.css" /> |
<templatestyles src="Syx and Seven Terminal Alt-Test/styles.css" /> |
||
| Line 21: | Line 22: | ||
background-color: {{{background|#000000}}}; |
background-color: {{{background|#000000}}}; |
||
color: {{{text_color|#e8f4ff}}}; |
color: {{{text_color|#e8f4ff}}}; |
||
{{#if: {{{border_image|}}}|border-image:{{{border_image}}}; animation: borderPulse 3s infinite;|}} |
|||
{{{additional_css|}}} |
{{{additional_css|}}} |
||
"> |
"> |
||
| Line 48: | Line 50: | ||
"label": "Border Image", |
"label": "Border Image", |
||
"type": "string", |
"type": "string", |
||
"description": "Optional border-image property" |
"description": "Optional border-image property with animation if set" |
||
}, |
}, |
||
"additional_css": { |
"additional_css": { |
||
| Line 63: | Line 65: | ||
"label": "Use Alt Terminal", |
"label": "Use Alt Terminal", |
||
"type": "boolean", |
"type": "boolean", |
||
"description": " |
"description": "Set to yes to render the glowing alternate terminal style" |
||
} |
} |
||
}, |
}, |
||
"description": "Displays Syx and Seven Terminal. Set 'use_alt_terminal' to |
"description": "Displays Syx and Seven Terminal. Set 'use_alt_terminal' to yes for glowing effect. Parameters like border-image animate automatically.", |
||
"format": "block" |
"format": "block" |
||
} |
} |
||
Revision as of 17:15, April 18, 2025
Displays Syx and Seven Terminal. Set 'use_alt_terminal' to yes for glowing effect. Parameters like border-image animate automatically.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background | background | Background color of the terminal
| String | optional |
| Text Color | text_color | Color of the terminal text
| String | optional |
| Border Image | border_image | Optional border-image property with animation if set | String | optional |
| Additional CSS | additional_css | Optional extra inline styles | String | optional |
| Text | text | Text displayed in the terminal | Content | optional |
| Use Alt Terminal | use_alt_terminal | Set to yes to render the glowing alternate terminal style | Boolean | optional |