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}}};">{{{ |
<span style="color: {{{color|#df0049}}};">{{{lineleft|⸻⸻⸻}}}</span> |
||
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
||
| [[File:{{{image}}}|{{{imagesize|30px}}}|middle|link=]] |
|||
| ✦ |
|||
}} |
}} |
||
<span style="color: {{{color|#df0049}}};">{{{ |
<span style="color: {{{color|#df0049}}};">{{{lineright|⸻⸻⸻}}}</span> |
||
</span> |
</span> |
||
</includeonly> |
</includeonly> |
||
| Line 46: | Line 46: | ||
"default": "30px" |
"default": "30px" |
||
}, |
}, |
||
" |
"lineleft": { |
||
"label": " |
"label": "Left Line", |
||
"type": "string", |
"type": "string", |
||
"default": " |
"default": "⸻⸻⸻", |
||
"description": " |
"description": "Custom characters for the left part of the line" |
||
}, |
|||
"lineright": { |
|||
"label": "Right Line", |
|||
"type": "string", |
|||
"default": "⸻⸻⸻", |
|||
"description": "Custom characters for the right part of the line" |
|||
} |
} |
||
}, |
}, |
||
"description": "Creates a styled |
"description": "Creates a styled section break using glowing lines and a center icon or image. You can now fully customize the length of each line side.", |
||
"format": "inline" |
"format": "inline" |
||
} |
} |
||
Revision as of 15:37, April 2, 2025
Creates a styled section break using glowing lines and a center icon or image. You can now fully customize the length of each line side.
| 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 |
| Left Line | lineleft | Custom characters for the left part of the line
| String | optional |
| Right Line | lineright | Custom characters for the right part of the line
| String | optional |