created: 20150531155638729
modified: 20220417224935943
tags: $:/tags/Macro
title: $:/editions/tw5.com/wikitext-macros
type: text/vnd.tiddlywiki
\define wikitext-example(src)
<$macrocall $name="copy-to-clipboard-above-right" src=<<__src__>>/>
```
$src$
```
Affichera ceci :
$$$text/vnd.tiddlywiki
$src$
$$$
Code HTML correspondant :
$$$text/vnd.tiddlywiki>text/html
$src$
$$$
\end
\define wikitext-example-without-html(src)
<$macrocall $name="copy-to-clipboard-above-right" src=<<__src__>>/>
```
$src$
```
Affichera ceci :
$$$text/vnd.tiddlywiki
$src$
$$$
\end
\define wikitext-example-table-header() | ce [[WikiTexte|WikiText]] | affichera ceci |
\define wikitext-example-table-row(id, code)
<<__id__>> | <$codeblock code=<<__code__>>/> |
<<__code__>>
|
\end
\define tw-code(tiddler)
<$codeblock language={{$tiddler$!!type}} code={{$tiddler$}}/>
\end
\define tw-code-link(tiddler)
[[$tiddler$]] :
<>
\end
<$view field="text"/>