<<TableOfContents>>
<<Navigation(children,1)>>

= About =
This wiki demonstrates the use of the Form macro. A reference documentation of the Form macro can be found at MoinMoin:MacroMarket/Form. Some technical details regarding this form can be found at [[/TechnicalDetails]].


= Usage =
Use the filter (blue) to narrow the recipes displayed (yellow) to those matching the criteria. You can edit the recipes, modify the ingredients and add your own recipes too.

<<Form(Start)>>

||<tablestyle="background-color:lightblue;"> Name || <<Form(Text, FrontPage/FormsDict.recipe.@Name)>> || Category ||<-3> <<Form(Text, .@Category)>> ||
|| Energy || <<Form(Text, .@MinEnergy, 4)>> - <<Form(Text, .@MaxEnergy, 4)>> Cal. || Time || <<Form(Text, .@MinTime, 3)>> - <<Form(Text, .@MaxTime, 3)>> minutes || Difficulty || <<Form(Text, .@MinDifficulty, 1)>> - <<Form(Text, .@MaxDifficulty, 1)>> ||
|| Procedure || <<Form(Text, .@Procedure)>> ||<)-4> <<Form(Filter)>> ||

||<tablestyle="background-color:#FFF3C6;"> <<Form(Hidden, FrontPage/FormsDict.recipe.Id)>>Name || <<Form(Text, .Name, 30)>> || Category   || <<Form(Text, .Category, 30)>> ||
|| Servings || <<Form(Text, .Servings, 3)>> || Energy || <<Form(Text, .Energy, 4)>> Cal. ||
|| Time || <<Form(Text, .Time, 3)>> minutes || Difficulty || <<Form(Text, .Difficulty, 1)>> ||
|| Procedure ||<-3> <<Form(Textarea, .Procedure, 68, 8)>> ||
||<-4> <<Form(Buttons)>><<Form(Navigation)>> ||
||<-4> <<Form(Form, FrontPage/FormsDict.ingredients_of_recipe)>> ||

<<Form(End)>>

= Acknowledgment =
The (two) recipes are taken from http://en.wikibooks.org/wiki/Cookbook.
