diff options
author | https://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o <Boris@web> | 2010-08-15 21:39:27 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-08-15 21:39:27 +0000 |
commit | 949a1edac722577d2df9b99428d8fa1e04d37116 (patch) | |
tree | c498e28b5fa88e7aab2489003b95fcf735dfa8c8 /doc | |
parent | 0ce0c86c298f1746fe1d7856bcaa5323c73d7b29 (diff) | |
download | ikiwiki-949a1edac722577d2df9b99428d8fa1e04d37116.tar ikiwiki-949a1edac722577d2df9b99428d8fa1e04d37116.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/filecheck/discussion.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/filecheck/discussion.mdwn b/doc/plugins/filecheck/discussion.mdwn index 6ef780772..f3f3c4ffd 100644 --- a/doc/plugins/filecheck/discussion.mdwn +++ b/doc/plugins/filecheck/discussion.mdwn @@ -69,3 +69,17 @@ Boris <ul id="foo"> <a href="<TMPL_VAR FILE>">mp3</a> </ul> + +>> Thanks a lot - looking forward to [[todo/generic_insert_links]] - I am using the [[ikiwiki/directive/template]] variant also adding a name vaiable, it looks like this and is working fine: + + <ul class="playlist"> + <li> + <a href="<TMPL_VAR FILE>"><TMPL_VAR NAME></a> + </li> + </ul> + +>> Calling it: + + \[[!template id=embedmedia.tmpl file=../Tinas_Gonna_Have_A_Baby.mp3 name="Tina's Gonna Have A Baby" ]] + +>> BTW your Flattr button doesn't seem to work properly - or it is Flattr itself that doesn't- clicking it won't let ikiwiki show up on my Dashboard. |