Template:Project Board/card: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) Created page with "<includeonly><div class="project-board-card"> {{#if:{{{labels|}}}|<div class="project-board-card-labels">{{{labels}}}</div> }}[[File:{{{file|Glypht.png}}}|280px|class=project-board-card-file]] <div class="project-board-card-title">{{{title}}}</div> <details class="project-board-card-content-wrapper"> <summary class="project-board-card-summary">Show details</summary> <span class="project-board-card-content">{{{content}}}</span> </details> </div></includeonly>" Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class="project-board-card"> |
<includeonly><div class="project-board-card"> |
||
==={{{title}}}=== |
|||
{{#if:{{{labels|}}}|<div class="project-board-card-labels">{{{labels}}}</div> |
|||
{{#if:{{{labels|}}}|<div class="project-board-card-labels">{{{labels}}}</div>}}{{#if:{{{file|}}}|[[File:{{{file}}}|300px|thumb|center|class=project-board-card-file|alt=]]}}{{#if:{{{file2|}}}|[[File:{{{file2}}}|300px|thumb|center|class=project-board-card-file|alt=]]}}{{#if:{{{file3|}}}|[[File:{{{file3}}}|300px|thumb|center|class=project-board-card-file|alt=]]}}{{#if:{{{content|}}}|<details class="project-board-card-content-wrapper"><summary class="project-board-card-summary">Show details</summary><poem class="project-board-card-content"> |
|||
}}[[File:{{{file|Glypht.png}}}|280px|class=project-board-card-file]] |
|||
{{{content}}} |
|||
<div class="project-board-card-title">{{{title}}}</div> |
|||
| ⚫ | |||
<details class="project-board-card-content-wrapper"> |
|||
<summary class="project-board-card-summary">Show details</summary> |
|||
<span class="project-board-card-content">{{{content}}}</span> |
|||
| ⚫ | |||
</div></includeonly> |
</div></includeonly> |
||