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: Manual revert 2017 source edit
No edit summary
Tags: Reverted 2017 source edit
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"
Line 10: Line 11:
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}}
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}}
{{#if: {{{additional_css|}}}|{{{additional_css}}}|}}">
{{#if: {{{additional_css|}}}|{{{additional_css}}}|}}">
{{{text}}}
{{{text}}}
</div>
</div>

<!-- OPTIONAL ALTERNATIVE STYLED TERMINAL -->
{{#if: {{{use_alt_terminal|}}}|
<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}}};
{{{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"
},
"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": "Render alternate glowing terminal style if set"
}
},
"description": "Displays Syx and Seven Terminal. Set 'use_alt_terminal' to enable glowing effect.",
"format": "block"
}
</templatedata>
</noinclude>

Revision as of 17:12, April 18, 2025


Displays Syx and Seven Terminal. Set 'use_alt_terminal' to enable glowing effect.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Backgroundbackground

Background color of the terminal

Default
#000000
Stringoptional
Text Colortext_color

Color of the terminal text

Default
#e8f4ff
Stringoptional
Border Imageborder_image

Optional border-image property

Stringoptional
Additional CSSadditional_css

Optional extra inline styles

Stringoptional
Texttext

Text displayed in the terminal

Contentoptional
Use Alt Terminaluse_alt_terminal

Render alternate glowing terminal style if set

Booleanoptional