M plugin.info => plugin.info +1 -1
@@ 2,7 2,7 @@
"title": "$:/plugins/hokiegeek/ex-novo-rpg",
"description": "Some templates and stuff for recording plays of Ex Novo RPG",
"author": "hokiegeek",
- "version": "0.4.0",
+ "version": "0.5.1",
"core-version": ">=5.2.1",
"source": "https://git.sr.ht/~hokiegeek/tw5-ex-novo-rpg",
"plugin-type": "plugin",
M template-districts.tid => template-districts.tid +10 -4
@@ 1,4 1,4 @@
-modified: 20220121014015000
+modified: 20220122234608000
created: 20220121014015000
creator: hokiegeek
modifier: hokiegeek
@@ 7,8 7,14 @@ tags: ExNovo
type: text/vnd.tiddlywiki
caption: Districts
-<ul>
-<$list filter="[tag[ExNovo]tag<currentTiddler>tag[district]sort[density]reverse[]]" emptyMessage="no defined districts">
-<li><$link><$view field="name" /></$link></li>
+<ul style="list-style-type: none;">
+<$list filter="[tag[ExNovo]tag<currentTiddler>tag[district]sort[sort-order]]" emptyMessage="no defined districts">
+<li>
+ <div>
+ <$link><$view field="name" /></$link>
+ <$list filter="[range{!!density}]">•</$list>
+ </div>
+ <$transclude mode="block" />
+</li>
</$list>
</ul>
M template-factions.tid => template-factions.tid +2 -1
@@ 1,4 1,4 @@
-modified: 20220121013744000
+modified: 20220122234606000
created: 20220121013744000
creator: hokiegeek
modifier: hokiegeek
@@ 14,6 14,7 @@ caption: Factions
<$list filter="[tag[ExNovo]tag<currentTiddler>tag[faction]contains:active[yes]sort[power-tokens]reverse[]]" emptyMessage="no active factions">
<h3>
<$image width=25 source={{!!symbol}} /> <$link><$view field="name" /></$link>
+ <$list filter="[range{!!power-tokens}]">•</$list>
</h3>
<$transclude mode="block" />
</$list>