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: 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"/> |
||
| ⚫ | |||
<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 9: | Line 7: | ||
white-space: normal; |
white-space: normal; |
||
overflow: hidden; |
overflow: hidden; |
||
{{#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}}}|}}"> |
||
| ⚫ | |||
<div class="terminal-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> |
|||