2024-01-17 22:41:41 +00:00
|
|
|
title: MultiWikiServer Administration
|
|
|
|
|
|
|
|
<div class="mws-admin-container">
|
|
|
|
<h1>Recipes</h1>
|
|
|
|
<ul>
|
|
|
|
<$list filter="[prefix[$:/state/multiwikiserver/recipes/]]">
|
|
|
|
<li>
|
|
|
|
<a href={{{ [{!!recipe-name}addprefix[/wiki/]] }}} rel="noopener noreferrer" target="_blank">
|
|
|
|
<$text text={{!!recipe-name}}/>
|
|
|
|
</a>
|
2024-01-18 21:48:09 +00:00
|
|
|
<ol>
|
|
|
|
<$list filter="[list<currentTiddler>]">
|
|
|
|
<li>
|
|
|
|
<$text text=<<currentTiddler>>/>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ol>
|
2024-01-17 22:41:41 +00:00
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ul>
|
2024-01-18 21:48:09 +00:00
|
|
|
<div>
|
|
|
|
Higher numbered bags take priority if a tiddler with the same title is in more than one bag
|
|
|
|
</div>
|
2024-01-17 22:41:41 +00:00
|
|
|
<h1>Bags</h1>
|
|
|
|
<ul>
|
|
|
|
<$list filter="[prefix[$:/state/multiwikiserver/bags/]]">
|
|
|
|
<li>
|
|
|
|
<$text text={{!!bag-name}}/>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ul>
|
|
|
|
</div>
|