mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b9fec0c669
* Remove old tiddlers already deleted from EN edition * Start using EN edition paths for updated/new translations
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
created: 20200507002521489
|
|
modified: 20220402105820520
|
|
tags:
|
|
title: $:/_tw5.com-card-template
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define tw-card-template(bordercolor:"")
|
|
<div class="tc-card" style="border-top: 5px solid $bordercolor$;">
|
|
<$link>
|
|
<div class="tc-card-title"><$transclude field="caption"><$view field="title"/></$transclude></div>
|
|
<div class="tc-card-author"> <$list filter="[is[current]has[community-author]]">par {{!!community-author}}</$list></div>
|
|
<p><$view field="description"/></p>
|
|
</$link>
|
|
</div>
|
|
\end
|
|
|
|
<$macrocall $name="tw-card-template" bordercolor={{!!color}}/> |