Template:Recipe: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
(Please don't edit the font sizes yet; there are problems with the main skin.)
imported>Robert W King
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|align={{{align}}} cellpadding="10" style="background-color: white; width:65%; border:2px solid #D5C096; border-style: dashed; margin:20px;"   
{|align={{{align}}} cellpadding="10" style="background-color: white; width:{{{width}}}; border:2px solid #D5C096; border-style: dashed; margin:20px;"   
|colspan="2" align="left" valign="top"|<font size=6% style="line-height:95%;">'''{{{name}}}'''</font>
|colspan="2" align="left" valign="top"|<font size=6% style="line-height:95%;">'''{{{name}}}'''</font>
|align="right" margin="10px" NOWRAP valign="top"|
|align="right" margin="10px" NOWRAP valign="top"|
Line 36: Line 36:
|execution=<pre>
|execution=<pre>
{{recipe
{{recipe
|width=  (width of the recipe template;
by default it will be 100% unless otherwise specified.  This can be in pixels or %.)
|align=  (optional: left, right, or center.  Default, Left.)
|align=  (optional: left, right, or center.  Default, Left.)
|name=    (name of item produced)
|name=    (name of item produced)
Line 49: Line 51:
|sample=
|sample=
{{recipe
{{recipe
|width= 80%
|align= center
|align= center
|name= Chocolate milk
|name= Chocolate milk

Latest revision as of 14:39, 25 April 2008

{{{name}}}

Yields

{{{howmany}}}

{{{what}}}

Ingredients
 

{{{ingredients}}}

Preparation:

{{{preparation}}}

Notes:

{{{notes}}}

Categories: {{{categories}}}
Related recipes: {{{related}}}



Template Description

An instruction card for a recipe... in progress

Execution

{{recipe
|width=   (width of the recipe template; 
by default it will be 100% unless otherwise specified.  This can be in pixels or %.)
|align=   (optional: left, right, or center.  Default, Left.)
|name=    (name of item produced)
|howmany= (how many servings or units; e.g. "5" loaves, or "3" servings.)
|what=    (what type of servings or units; e.g. 5 "slices" or 9 "cupcakes".)
|notes=   (preparation notes, if any; e.g. "Let thaw" or "Preheat oven")
|ingredients=
|preparation=
|categories=
|related=
}}

Sample

Chocolate milk

Yields

1

serving

Ingredients
 
  • One 8 oz glass milk
  • 5 tsp chocolate powder
Preparation:
  1. Add chocolate powder to milk.
  2. Stir with spoon until dissolved.
  3. Drink!
Notes:

Milk should be cold for best taste. Chocolate sauce may also be used instead of powder, but more stirring may be required.

Categories:
Related recipes:

Caveats

Worked around the bullet point issue.

Authors