mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
|
created: 20150228103411000
|
||
|
modified: 20150228104438000
|
||
|
tags: [[tv-wikilinks Variable]] [[Variable Examples]]
|
||
|
title: tv-wikilinks Variable (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
<$macrocall $name=".example" n="1"
|
||
|
eg="""HelloThere,
|
||
|
[[HelloThere]],
|
||
|
<$link to="HelloThere">is //this// a link?</$link>"""/>
|
||
|
|
||
|
<$macrocall $name=".example" n="2"
|
||
|
eg="""<$set name="tv-wikilinks" value="no">
|
||
|
HelloThere,
|
||
|
[[HelloThere]],
|
||
|
<$link to="HelloThere">is //this// a link?</$link>
|
||
|
</$set>"""/>
|