Template:Hr with image: 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 Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
| ⚫ | |||
<div style=" |
|||
⸻⸻⸻⸻ |
|||
display: flex; |
|||
| ⚫ | |||
align-items: center; |
|||
| ⚫ | |||
justify-content: {{{align|center}}}; |
|||
| ⚫ | |||
gap: 1em; |
|||
}} |
|||
margin: 1.5em 0; |
|||
⸻⸻⸻⸻ |
|||
font-family: var(--font-family-header-custom), serif; |
|||
| ⚫ | |||
font-size: 1.4em; |
|||
color: {{{color|#ffffff}}}; |
|||
| ⚫ | |||
"> |
|||
<span style="flex-grow: 1; border-top: 2px solid {{{color|#ffffff}}}; opacity: 0.7;"></span> |
|||
<span> |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
}} |
|||
| ⚫ | |||
<span style="flex-grow: 1; border-top: 2px solid {{{color|#ffffff}}}; opacity: 0.7;"></span> |
|||
</div> |
|||
</includeonly> |
</includeonly> |
||
| Line 27: | Line 15: | ||
"params": { |
"params": { |
||
"color": { |
"color": { |
||
"label": "Line and |
"label": "Line and Symbol Color", |
||
"type": "string", |
"type": "string", |
||
"default": "# |
"default": "#df0049" |
||
}, |
}, |
||
"glow": { |
"glow": { |
||
| Line 35: | Line 23: | ||
"type": "string", |
"type": "string", |
||
"default": "yes", |
"default": "yes", |
||
"description": "yes or no |
"description": "yes or no" |
||
}, |
}, |
||
"glowcolor": { |
"glowcolor": { |
||
"label": "Glow Color", |
"label": "Glow Color", |
||
"type": "string", |
"type": "string", |
||
"default": "# |
"default": "#df0049" |
||
}, |
}, |
||
"align": { |
"align": { |
||
"label": "Alignment", |
"label": "Text Alignment", |
||
"type": "string", |
"type": "string", |
||
"default": "center", |
"default": "center", |
||
| Line 49: | Line 37: | ||
}, |
}, |
||
"image": { |
"image": { |
||
"label": " |
"label": "Image File", |
||
"type": "string", |
"type": "string", |
||
"description": " |
"description": "Optional image to use instead of ✦" |
||
}, |
}, |
||
"imagesize": { |
"imagesize": { |
||
"label": "Image Size", |
"label": "Image Size", |
||
"type": "string", |
"type": "string", |
||
"default": " |
"default": "30px" |
||
"description": "Size of the image (e.g., 24px, 40px)" |
|||
} |
} |
||
}, |
}, |
||
"description": "A |
"description": "A stylized section or scene break with glowing lines and a centered ✦ or image.", |
||
"format": "inline" |
"format": "inline" |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
{{ |
{{Section/Scene Break |
||
| color=#00ffff |
|||
| glowcolor=#00ffff |
|||
| image=(Imagindarium) - Amaranth Scene Break.png |
|||
}} |
|||
</noinclude> |
</noinclude> |
||
Revision as of 15:07, April 2, 2025
A stylized section or scene break with glowing lines and a centered ✦ or image.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Line and Symbol Color | color | no description
| String | optional |
| Glow Effect | glow | yes or no
| String | optional |
| Glow Color | glowcolor | no description
| String | optional |
| Text Alignment | align | left, center, or right
| String | optional |
| Image File | image | Optional image to use instead of ✦ | String | optional |
| Image Size | imagesize | no description
| String | optional |