mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-08 19:56:39 +00:00
[ja-JP] Modify 'editions\fr-FR\tiddlers-FR_Macros_list.tid' for Japanese
This commit is contained in:
parent
659cb4e962
commit
999a7a836b
25
editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid
Normal file
25
editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid
Normal file
@ -0,0 +1,25 @@
|
||||
created: 20141127091159720
|
||||
modified: 20240929104004177
|
||||
original-modified: 20141221122727114
|
||||
tags: $:/tags/Macro
|
||||
title: $:/editions/ja-JP/Macros/list
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\define list-links(filter,type:"ul",subtype:"li",class:"")
|
||||
<!-- Essentially overriding $:/core/macros/list
|
||||
so that the list item is rather labeled with ja-title
|
||||
when present. -->
|
||||
<$type$ class="$class$">
|
||||
<$list filter="$filter$">
|
||||
<$subtype$>
|
||||
<$link to={{!!title}}>
|
||||
<$transclude field="caption">
|
||||
<$view field="ja-title">
|
||||
<$view field="title"/>
|
||||
</$view>
|
||||
</$transclude>
|
||||
</$link>
|
||||
</$subtype$>
|
||||
</$list>
|
||||
</$type$>
|
||||
\end
|
Loading…
x
Reference in New Issue
Block a user