Created page with "<div class="d-flex justify-content-end my-3"> <div class="card shadow-sm" style="max-width: 320px;"> <div class="card-body"> <h5 class="card-title">Whitepaper</h5> <p class="card-text small"> Digital archiving in compliance with GoBD – best practices and pitfalls explained concisely. </p> <a href="/files/whitepaper-gobd.pdf" class="btn btn-primary btn-sm" target="_blank"> <i class="bi bi-download"></i> Downl..." Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="d-flex justify-content-end my- | <div style="float:right; width:340px"><div class="d-flex justify-content-end my-4">{{#fas:}} | ||
<div class="card shadow-sm border-0" style="max-width: 340px; margin-left:20px"> | |||
<div class="card-header bg-light fw-semibold"><i class="fas fa-file-pdf text-danger me-2"></i>Whitepaper</div> | |||
<div class="card-body"> | |||
<h3 class="card-title fs-6" style="margin:0">{{{title|}}}</h3> | |||
<p class="card-text small text-muted"> | |||
{{{description|}}} | |||
</p> | |||
<i class="fas fa-download me-1"></i> [[Media:{{{filename|}}}|Download PDF]] | |||
</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 10:03, 12 May 2026
Whitepaper
[[Media:|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 |