No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="d-flex justify-content-end my-4"> | <div class="d-flex justify-content-end my-4">{{#fas:}} | ||
<div class="card shadow border-0" style="max-width: 340px;"> | <div class="card shadow-sm border-0" style="max-width: 340px;"> | ||
<div class="card-header bg-light fw-semibold"> | <div class="card-header bg-light fw-semibold"><i class="fas fa-file-pdf text-danger me-2"></i>Whitepaper</div> | ||
<i class="fas fa-file-pdf text-danger me-2"></i>Whitepaper | |||
</div> | |||
<div class="card-body"> | <div class="card-body"> | ||
< | <h3 class="card-title fs-6" style="margin:0">{{{title|}}}</h3> | ||
<p class="card-text small text-muted"> | <p class="card-text small text-muted"> | ||
{{{description|}}} | |||
</p> | </p> | ||
<i class="fas fa-download me-1"></i> [[File:{{{filename|}}}|Download PDF]] | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": { | |||
"de": "Titel" | |||
}, | |||
"required": true | |||
}, | |||
"description": { | |||
"description": { | |||
"en": "Description", | |||
"de": "Beschreibung" | |||
}, | |||
"required": true | |||
}, | |||
"filename": { | |||
"label": "File (e.g. myfile.pdf)", | |||
"description": { | |||
"de": "Dateiname" | |||
}, | |||
"type": "wiki-file-name", | |||
"required": true | |||
} | |||
}, | |||
"description": { | |||
"en": "Whitepaper infobox", | |||
"de": "Whitepaper download" | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 08:20, 11 May 2026
Whitepaper
[[File:|Download PDF]]
Whitepaper infobox
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description | Unknown | required |
| description | description | Description | Unknown | required |
| File (e.g. myfile.pdf) | filename | no description | File | required |