Template:Project Board: 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> |
||
<templatestyles src="Project Board/styles.css" /> |
<templatestyles src="Project Board/styles.css" /> |
||
<div class="amaranth-columns-container" style="background: {{{bg|#fff}}}; border-radius: {{{radius|10px}}}; text-align: {{{align|left}}} |
<div class="amaranth-columns-container" style="background: {{{bg|#fff}}}; border-radius: {{{radius|10px}}}; color: #111; text-align: {{{align|left}}}; overflow-x: auto; white-space: nowrap; min-height: 350px;"> |
||
<!-- COLUMN 1 --> |
|||
<span class="amaranth-column"> |
|||
< |
<div class="amaranth-column"> |
||
< |
<div class="amaranth-column-header">{{{header1|INTRODUCTION}}}</div> |
||
< |
<div class="amaranth-card"> |
||
[[File:{{{file1|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
< |
<div class="amaranth-card-labels">{{{card1labels|}}}</div> |
||
< |
<div class="amaranth-card-title">{{{card1title|WELCOME! (Please Read)}}}</div> |
||
< |
<div class="amaranth-card-subtitle">{{{card1art|CARD ART BY: COSMICSMOOTHIE}}}</div> |
||
| ⚫ | |||
</ |
</div> |
||
| ⚫ | |||
< |
<div class="amaranth-card"> |
||
[[File:{{{file2|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
< |
<div class="amaranth-card-labels">{{{card2labels|}}}</div> |
||
< |
<div class="amaranth-card-title">{{{card2title|MANA!!!}}}</div> |
||
| ⚫ | |||
| ⚫ | |||
</ |
</div> |
||
| ⚫ | |||
<span class="amaranth-column"> |
|||
<!-- COLUMN 2 --> |
|||
| ⚫ | |||
< |
<div class="amaranth-column"> |
||
< |
<div class="amaranth-column-header">{{{header2|Diremptions}}}</div> |
||
< |
<div class="amaranth-card"> |
||
[[File:{{{file3|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
< |
<div class="amaranth-card-labels">{{{card3labels|}}}</div> |
||
| ⚫ | |||
| ⚫ | |||
< |
<div class="amaranth-card-body">{{{card3body|}}}</div> |
||
| ⚫ | |||
<img class="amaranth-card-img" src="{{filepath:{{{file4|Glypht.png}}}}}" alt="" /> |
|||
< |
<div class="amaranth-card"> |
||
[[File:{{{file4|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
< |
<div class="amaranth-card-labels">{{{card4labels|}}}</div> |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<span class="amaranth-column"> |
|||
| ⚫ | |||
| ⚫ | |||
<!-- COLUMN 3 --> |
|||
<span class="amaranth-card"> |
|||
< |
<div class="amaranth-column"> |
||
< |
<div class="amaranth-column-header">{{{header3|Races}}}</div> |
||
< |
<div class="amaranth-card"> |
||
[[File:{{{file5|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
< |
<div class="amaranth-card-title">{{{card5title|Mythra}}}</div> |
||
< |
<div class="amaranth-card-body">{{{card5body|}}}</div> |
||
| ⚫ | |||
<span class="amaranth-card-labels">{{{card6labels|}}}</span> |
|||
< |
<div class="amaranth-card"> |
||
[[File:{{{file6|Glypht.png}}}|280px|class=amaranth-card-img]] |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
</div> |
</div> |
||
</includeonly> |
</includeonly> |
||
<noinclude> |
<noinclude> |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"description": " |
"description": "Trello-style board: columns (left to right, scrollable), cards stacked vertically. Each card can show a wiki image (file), labels, title, subtitle, and body. All card text is black by default.", |
||
"params": { |
"params": { |
||
"bg": { |
"bg": { |
||
"label": "Background Color", |
"label": "Background Color", |
||
"type": "string", |
"type": "string", |
||
"default": "#fff" |
"default": "#fff" |
||
"description": "Background color of the board container." |
|||
}, |
}, |
||
"radius": { |
"radius": { |
||
"label": "Container Border Radius", |
"label": "Container Border Radius", |
||
"type": "string", |
"type": "string", |
||
"default": "10px" |
"default": "10px" |
||
"description": "Border radius of the board container." |
|||
}, |
}, |
||
"align": { |
"align": { |
||
"label": "Text Alignment", |
"label": "Text Alignment", |
||
"type": "string", |
"type": "string", |
||
"default": "left" |
"default": "left" |
||
"description": "Text alignment for board content (left, center, or right)." |
|||
}, |
}, |
||
"header1": { |
"header1": { |
||
"label": "First Column Header", |
"label": "First Column Header", |
||
| Line 86: | Line 82: | ||
"label": "First Card Image File", |
"label": "First Card Image File", |
||
"type": "string", |
"type": "string", |
||
"default": "Glypht.png" |
"default": "Glypht.png" |
||
"description": "Filename for the first card image (defaults to Glypht.png)." |
|||
}, |
}, |
||
"card1labels": { |
"card1labels": { |
||
"label": "First Card Labels |
"label": "First Card Labels", |
||
"type": "string", |
"type": "string", |
||
"default": "" |
"default": "" |
||
| Line 129: | Line 124: | ||
"default": "Any details or expandable info." |
"default": "Any details or expandable info." |
||
}, |
}, |
||
"header2": { |
"header2": { |
||
"label": "Second Column Header", |
"label": "Second Column Header", |
||
| Line 175: | Line 169: | ||
"default": "" |
"default": "" |
||
}, |
}, |
||
"header3": { |
"header3": { |
||
"label": "Third Column Header", |
"label": "Third Column Header", |
||
Revision as of 19:45, May 20, 2025
Trello-style board: columns (left to right, scrollable), cards stacked vertically. Each card can show a wiki image (file), labels, title, subtitle, and body. All card text is black by default.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background Color | bg | no description
| String | optional |
| Container Border Radius | radius | no description
| String | optional |
| Text Alignment | align | no description
| String | optional |
| First Column Header | header1 | no description
| String | optional |
| First Card Image File | file1 | no description
| String | optional |
| First Card Labels | 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 |