title: MultiWikiServer Administration \procedure createBag(name) \procedure completion-createBag() \import [subfilter{$:/core/config/GlobalImportFilter}] <$action-log msg="In completion-createBag"/> <$action-log/> \end completion-createBag <$action-sendmessage $message="tm-http-request" url=`/wiki/$(name)$/bags/$(name)$` method="PUT" oncompletion=<> /> \end createBag \procedure createBagButton(name) <$button class=""> <$transclude $variable="createBag" name={{$:/state/NewBagName}}/> {{$:/core/images/new-button}} <$text text="Create a new bag:"/><$edit-text tiddler="$:/state/NewBagName" tag="input"/> \end createBagButton \procedure createRecipe(name) \procedure completion-createRecipe() \import [subfilter{$:/core/config/GlobalImportFilter}] <$action-log msg="In completion-createRecipe"/> <$action-log/> \end completion-createRecipe <$action-sendmessage $message="tm-http-request" url=`/wiki/$(name)$/recipes/$(name)$` method="PUT" oncompletion=<> /> \end createRecipe \procedure createRecipeButton(name) <$button class=""> <$transclude $variable="createRecipe" name={{$:/state/NewRecipeName}}/> {{$:/core/images/new-button}} <$text text="Create a new recipe:"/><$edit-text tiddler="$:/state/NewRecipeName" tag="input"/> \end createRecipeButton

Recipes

<>
Higher numbered bags take priority if a tiddler with the same title is in more than one bag

Bags

<>