8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
:: StoryManager Widgets [widget]
|
|
<<widget ShowStoryletLinks>>
|
|
<<for _storylet range $args[0]>>
|
|
<<capture _storylet>>
|
|
[[_storylet.description|_storylet.passage][$currentStorylet=_storylet]]<br>
|
|
<</capture>>
|
|
<</for>>
|
|
<</widget>> |