Template:Syx and Seven Terminal: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tags: Reverted 2017 source edit |
||
| Line 1: | Line 1: | ||
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/> |
<templatestyles src="Syx_and_Seven_Terminal/styles.css"/> |
||
<templatestyles src="Syx and Seven Terminal Alt-Test/styles.css"/> |
|||
| ⚫ | |||
| ⚫ | |||
style="box-sizing: border-box; |
style="box-sizing: border-box; |
||
overflow-wrap: break-word; |
overflow-wrap: break-word; |
||
| Line 7: | Line 9: | ||
white-space: normal; |
white-space: normal; |
||
overflow: hidden; |
overflow: hidden; |
||
background-color: {{{background|#000000}}}; |
|||
color: {{{text_color|#e8f4ff}}}; |
|||
{{#if: {{{background|}}}|background:{{{background}}};|}} |
{{#if: {{{background|}}}|background:{{{background}}};|}} |
||
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}} |
{{#if: {{{border_image|}}}|border-image:{{{border_image}}};|}} |
||
{{{additional_css|}}}"> |
|||
<div class="terminal-text"> |
|||
{{{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": "Color of the terminal text", |
|||
"default": "#e8f4ff" |
|||
}, |
|||
"border_image": { |
|||
"label": "Border Image", |
|||
"type": "string", |
|||
"description": "Optional border image URL" |
|||
}, |
|||
"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.", |
|||
"format": "block" |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
|||
Revision as of 16:51, April 18, 2025
Adds a cool glowing effect to your shit.
| 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 URL | String | optional |
| Additional CSS | additional_css | Optional extra inline styles | String | optional |
| Text | text | Text displayed in the terminal | Content | optional |