2020-06-14 10:48:13 +00:00
|
|
|
created: 20200507002521489
|
2022-07-19 18:05:23 +00:00
|
|
|
modified: 20220719134613555
|
2020-06-14 10:48:13 +00:00
|
|
|
title: $:/_tw5.com-card-template
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
\define tw-card-template(bordercolor:"")
|
2022-07-19 18:05:23 +00:00
|
|
|
\whitespace trim
|
2020-06-14 10:48:13 +00:00
|
|
|
<div class="tc-card" style="border-top: 5px solid $bordercolor$;">
|
2022-07-19 18:05:23 +00:00
|
|
|
<$link>
|
|
|
|
<$let tv-wikilinks=no>
|
|
|
|
<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]]">by {{!!community-author}}</$list>
|
|
|
|
</div>
|
|
|
|
<p><$view field="description"/></p>
|
|
|
|
</$let>
|
|
|
|
</$link>
|
2020-06-14 10:48:13 +00:00
|
|
|
</div>
|
|
|
|
\end
|
|
|
|
|
2022-07-19 18:05:23 +00:00
|
|
|
<$macrocall $name="tw-card-template" bordercolor={{!!color}}/>
|