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> |
||
<span style="display: block; text-align:{{{align|center}}}; font-size: 1.4em; color: {{{color|#df0049}}}; {{#ifeq:{{{glow|yes}}}|yes|text-shadow: 0 0 6px {{{glowcolor|#df0049}}}, 0 0 12px {{{glowcolor|#df0049}}}; | text-shadow: none;}}"> |
<span style="display: block; text-align:{{{align|center}}}; font-size: 1.4em; color: {{{color|#df0049}}}; {{#ifeq:{{{glow|yes}}}|yes|text-shadow: 0 0 6px {{{glowcolor|#df0049}}}, 0 0 12px {{{glowcolor|#df0049}}}; | text-shadow: none;}}"> |
||
<span style="color: {{{color|#df0049}}};">{{{linewidth|⸻⸻⸻⸻}}}</span> |
|||
⸻⸻⸻⸻ |
|||
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
||
| [[File:{{{image}}}|{{{imagesize|30px}}}|middle|link=]] |
| [[File:{{{image}}}|{{{imagesize|30px}}}|middle|link=]] |
||
| ✦ |
| ✦ |
||
}} |
}} |
||
<span style="color: {{{color|#df0049}}};">{{{linewidth|⸻⸻⸻⸻}}}</span> |
|||
⸻⸻⸻⸻ |
|||
</span> |
</span> |
||
</includeonly> |
</includeonly> |
||
| Line 15: | Line 15: | ||
"params": { |
"params": { |
||
"color": { |
"color": { |
||
"label": "Line |
"label": "Line & Icon Color", |
||
"type": "string", |
"type": "string", |
||
"default": "#df0049" |
"default": "#df0049" |
||
| Line 23: | Line 23: | ||
"type": "string", |
"type": "string", |
||
"default": "yes", |
"default": "yes", |
||
"description": "yes or no" |
"description": "yes or no to apply glow around the line and icon" |
||
}, |
}, |
||
"glowcolor": { |
"glowcolor": { |
||
| Line 31: | Line 31: | ||
}, |
}, |
||
"align": { |
"align": { |
||
"label": " |
"label": "Alignment", |
||
"type": "string", |
"type": "string", |
||
"default": "center", |
"default": "center", |
||
"description": "left, center, or right" |
"description": "Choose left, center, or right alignment" |
||
}, |
}, |
||
"image": { |
"image": { |
||
"label": "Image |
"label": "Image in Center", |
||
"type": "string", |
"type": "string", |
||
"description": " |
"description": "Replaces the ✦ with an image (provide filename)" |
||
}, |
}, |
||
"imagesize": { |
"imagesize": { |
||
| Line 45: | Line 45: | ||
"type": "string", |
"type": "string", |
||
"default": "30px" |
"default": "30px" |
||
}, |
|||
"linewidth": { |
|||
"label": "Line Characters", |
|||
"type": "string", |
|||
"default": "⸻⸻⸻⸻", |
|||
"description": "Customize the width of the horizontal lines using characters like — or ⸺" |
|||
} |
} |
||
}, |
}, |
||
"description": " |
"description": "Creates a styled scene/section break using glowing horizontal lines and a centered icon or image. Fully customizable.", |
||
"format": "inline" |
"format": "inline" |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
{{Sequence/Scene Break|image=(Imagindarium) - Amaranth Scene Break.png}} |
|||
</noinclude> |
</noinclude> |
||
Revision as of 15:34, April 2, 2025
Creates a styled scene/section break using glowing horizontal lines and a centered icon or image. Fully customizable.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Line & Icon Color | color | no description
| String | optional |
| Glow Effect | glow | yes or no to apply glow around the line and icon
| String | optional |
| Glow Color | glowcolor | no description
| String | optional |
| Alignment | align | Choose left, center, or right alignment
| String | optional |
| Image in Center | image | Replaces the ✦ with an image (provide filename) | String | optional |
| Image Size | imagesize | no description
| String | optional |
| Line Characters | linewidth | Customize the width of the horizontal lines using characters like — or ⸺
| String | optional |