Template:Project Board: Difference between revisions
More actions
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> |
||
<templatestyles src="Project Board/styles.css" /> |
<templatestyles src="Project Board/styles.css" /> |
||
<div class="amaranth-columns-container" style="background: {{{bg|# |
<div class="amaranth-columns-container" style="background: {{{bg|#fff}}}; border-radius: {{{radius|10px}}}; text-align: {{{align|left}}}; color: #111; overflow-x: auto; overflow-y: hidden; white-space: nowrap; min-height: 350px;"> |
||
<span class="amaranth-column"> |
<span class="amaranth-column"> |
||
<span class="amaranth-column-header">{{{header1|INTRODUCTION}}}</span> |
<span class="amaranth-column-header">{{{header1|INTRODUCTION}}}</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file1|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card1labels|}}}</span> |
<span class="amaranth-card-labels">{{{card1labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card1title|WELCOME! (Please Read)}}}</span> |
<span class="amaranth-card-title">{{{card1title|WELCOME! (Please Read)}}}</span> |
||
| Line 12: | Line 12: | ||
</span> |
</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file2|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card2labels|}}}</span> |
<span class="amaranth-card-labels">{{{card2labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card2title|MANA!!!}}}</span> |
<span class="amaranth-card-title">{{{card2title|MANA!!!}}}</span> |
||
| Line 21: | Line 21: | ||
<span class="amaranth-column-header">{{{header2|Diremptions}}}</span> |
<span class="amaranth-column-header">{{{header2|Diremptions}}}</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file3|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card3labels|}}}</span> |
<span class="amaranth-card-labels">{{{card3labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card3title|Amaranth}}}</span> |
<span class="amaranth-card-title">{{{card3title|Amaranth}}}</span> |
||
| Line 27: | Line 27: | ||
</span> |
</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file4|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card4labels|}}}</span> |
<span class="amaranth-card-labels">{{{card4labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card4title|Dawn Epoch}}}</span> |
<span class="amaranth-card-title">{{{card4title|Dawn Epoch}}}</span> |
||
| Line 36: | Line 36: | ||
<span class="amaranth-column-header">{{{header3|Races}}}</span> |
<span class="amaranth-column-header">{{{header3|Races}}}</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file5|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card5labels|}}}</span> |
<span class="amaranth-card-labels">{{{card5labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card5title|Mythra}}}</span> |
<span class="amaranth-card-title">{{{card5title|Mythra}}}</span> |
||
| Line 42: | Line 42: | ||
</span> |
</span> |
||
<span class="amaranth-card"> |
<span class="amaranth-card"> |
||
<img class="amaranth-card-img" src="{{filepath:{{{file6|Glypht.png}}}}}" alt="" /> |
|||
<span class="amaranth-card-labels">{{{card6labels|}}}</span> |
<span class="amaranth-card-labels">{{{card6labels|}}}</span> |
||
<span class="amaranth-card-title">{{{card6title|Sylvian}}}</span> |
<span class="amaranth-card-title">{{{card6title|Sylvian}}}</span> |
||
| Line 50: | Line 50: | ||
</div> |
</div> |
||
</includeonly> |
</includeonly> |
||
| Line 56: | Line 57: | ||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"description": "Trello-style |
"description": "A Trello-style board with horizontal columns and vertical cards, each card supporting an image, labels, title, subtitle, and body text. Card images use file parameters and default to Glypht.png.", |
||
"params": { |
"params": { |
||
"bg": { |
"bg": { |
||
"label": "Background Color", |
"label": "Background Color", |
||
"type": "string", |
"type": "string", |
||
"default": "# |
"default": "#fff", |
||
"description": "Background color of the board container." |
"description": "Background color of the board container." |
||
}, |
}, |
||
| Line 82: | Line 83: | ||
"default": "INTRODUCTION" |
"default": "INTRODUCTION" |
||
}, |
}, |
||
" |
"file1": { |
||
"label": "First Card Image |
"label": "First Card Image File", |
||
"type": "string", |
"type": "string", |
||
"default": "", |
"default": "Glypht.png", |
||
"description": " |
"description": "Filename for the first card image (defaults to Glypht.png)." |
||
}, |
}, |
||
"card1labels": { |
"card1labels": { |
||
"label": "First Card Labels (HTML spans for colored tags)", |
"label": "First Card Labels (HTML spans for colored tags)", |
||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "" |
||
"description": "Colored label spans (see documentation for available colors)." |
|||
}, |
}, |
||
"card1title": { |
"card1title": { |
||
| Line 109: | Line 109: | ||
"default": "Notes go here. Edit freely." |
"default": "Notes go here. Edit freely." |
||
}, |
}, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "Glypht.png" |
||
}, |
}, |
||
"card2labels": { |
"card2labels": { |
||
| Line 136: | Line 135: | ||
"default": "Diremptions" |
"default": "Diremptions" |
||
}, |
}, |
||
" |
"file3": { |
||
"label": "Third Card Image |
"label": "Third Card Image File", |
||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "Glypht.png" |
||
}, |
}, |
||
"card3labels": { |
"card3labels": { |
||
| Line 156: | Line 155: | ||
"default": "" |
"default": "" |
||
}, |
}, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "Glypht.png" |
||
}, |
}, |
||
"card4labels": { |
"card4labels": { |
||
| Line 183: | Line 181: | ||
"default": "Races" |
"default": "Races" |
||
}, |
}, |
||
" |
"file5": { |
||
"label": "Fifth Card Image |
"label": "Fifth Card Image File", |
||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "Glypht.png" |
||
}, |
}, |
||
"card5labels": { |
"card5labels": { |
||
| Line 203: | Line 201: | ||
"default": "" |
"default": "" |
||
}, |
}, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "Glypht.png" |
||
}, |
}, |
||
"card6labels": { |
"card6labels": { |
||
Revision as of 19:28, May 20, 2025
A Trello-style board with horizontal columns and vertical cards, each card supporting an image, labels, title, subtitle, and body text. Card images use file parameters and default to Glypht.png.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background Color | bg | Background color of the board container.
| String | optional |
| Container Border Radius | radius | Border radius of the board container.
| String | optional |
| Text Alignment | align | Text alignment for board content (left, center, or right).
| String | optional |
| First Column Header | header1 | no description
| String | optional |
| First Card Image File | file1 | Filename for the first card image (defaults to Glypht.png).
| String | optional |
| First Card Labels (HTML spans for colored tags) | card1labels | no description
| String | optional |
| First Card Title | card1title | no description
| String | optional |
| First Card Subtitle | card1art | no description
| String | optional |
| First Card Body | card1body | no description
| String | optional |
| Second Card Image File | file2 | no description
| String | optional |
| Second Card Labels | card2labels | no description
| String | optional |
| Second Card Title | card2title | no description
| String | optional |
| Second Card Body | card2body | no description
| String | optional |
| Second Column Header | header2 | no description
| String | optional |
| Third Card Image File | file3 | no description
| String | optional |
| Third Card Labels | card3labels | no description
| String | optional |
| Third Card Title | card3title | no description
| String | optional |
| Third Card Body | card3body | no description
| String | optional |
| Fourth Card Image File | file4 | no description
| String | optional |
| Fourth Card Labels | card4labels | no description
| String | optional |
| Fourth Card Title | card4title | no description
| String | optional |
| Fourth Card Body | card4body | no description
| String | optional |
| Third Column Header | header3 | no description
| String | optional |
| Fifth Card Image File | file5 | no description
| String | optional |
| Fifth Card Labels | card5labels | no description
| String | optional |
| Fifth Card Title | card5title | no description
| String | optional |
| Fifth Card Body | card5body | no description
| String | optional |
| Sixth Card Image File | file6 | no description
| String | optional |
| Sixth Card Labels | card6labels | no description
| String | optional |
| Sixth Card Title | card6title | no description
| String | optional |
| Sixth Card Body | card6body | no description
| String | optional |