<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.cookipedia.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_use_the_recipe_builder_templates</id>
	<title>How to use the recipe builder templates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.cookipedia.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_use_the_recipe_builder_templates"/>
	<link rel="alternate" type="text/html" href="https://www.cookipedia.co.uk/wiki/index.php?title=How_to_use_the_recipe_builder_templates&amp;action=history"/>
	<updated>2026-04-16T03:40:59Z</updated>
	<subtitle>Revision history for this page on [[Cookipedia]]</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.cookipedia.co.uk/wiki/index.php?title=How_to_use_the_recipe_builder_templates&amp;diff=250578&amp;oldid=prev</id>
		<title>Chef at 10:01, 10 January 2017</title>
		<link rel="alternate" type="text/html" href="https://www.cookipedia.co.uk/wiki/index.php?title=How_to_use_the_recipe_builder_templates&amp;diff=250578&amp;oldid=prev"/>
		<updated>2017-01-10T10:01:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- seo --&amp;gt;&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=How to use the recipe builder templates Cooking Wiki&lt;br /&gt;
|titlemode=replace&lt;br /&gt;
|keywords=#howtousetherecipebuildertemplates #help #pastaefagioli &lt;br /&gt;
|hashtagrev=032020&lt;br /&gt;
|description=This wiki uses a non-standard system for the layout of the Ingredients &amp;amp; Method sections of all recipes.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- /seo --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Why the different markup?===&lt;br /&gt;
This wiki uses a non-standard system for the layout of the Ingredients &amp;amp; Method sections of all recipes.&lt;br /&gt;
This should not be a problem if you use the automated recipe builder to create recipes as it will include the required markup automatically.&lt;br /&gt;
&lt;br /&gt;
The new syntax is to create the correct MicroData HTML markup for all recipes so they conform to the [http://schema.org/Recipe Schema.org &amp;#039;&amp;#039;Recipe&amp;#039;&amp;#039; pragma].&lt;br /&gt;
&lt;br /&gt;
This ensures that Cookipedia&amp;#039;s recipes comply with the Google Rich snippets rules and are rewarded by inclusion of a thumbnail image and cooking time information on normal Google search listings.&lt;br /&gt;
&lt;br /&gt;
The templates magically surround each line with the correct microformat tag display the line in the correct html list format.&lt;br /&gt;
&lt;br /&gt;
====Ingredients====&lt;br /&gt;
The conventional syntax for the Ingredients listing is the MediaWiki unordered list bullet points&lt;br /&gt;
&lt;br /&gt;
 ===Ingredients===&lt;br /&gt;
 &lt;br /&gt;
 * Item one&lt;br /&gt;
 * Item two&lt;br /&gt;
 * Item 3...&lt;br /&gt;
&lt;br /&gt;
The new system uses the template &amp;#039;&amp;#039;[[Template:RecipeIngredients]]&amp;#039;&amp;#039; to create the Microformat data from the ingredient listing and format the display correctly.&lt;br /&gt;
 &lt;br /&gt;
 ===Ingredients===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{RecipeIngredients&lt;br /&gt;
 &lt;br /&gt;
 | Item 1&lt;br /&gt;
 | Item 2&lt;br /&gt;
 | Item 3...&lt;br /&gt;
&lt;br /&gt;
 }} &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Method====&lt;br /&gt;
The conventional syntax for the Method listing is the MediaWiki ordered list bullet points&lt;br /&gt;
&lt;br /&gt;
 ===Method===&lt;br /&gt;
 &lt;br /&gt;
 * Recipe method instruction line one&lt;br /&gt;
 * Recipe method instruction line two&lt;br /&gt;
 * Recipe method instruction line three...&lt;br /&gt;
&lt;br /&gt;
The new system uses the template &amp;#039;&amp;#039;[[Template:RecipeMethod]]&amp;#039;&amp;#039; to create the Microformat data from the ingredient listing and format the display correctly.&lt;br /&gt;
 &lt;br /&gt;
 ===Method===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{RecipeMethod&lt;br /&gt;
 &lt;br /&gt;
 | Recipe method instruction line one&lt;br /&gt;
 | Recipe method instruction line two&lt;br /&gt;
 | Recipe method instruction line three...&lt;br /&gt;
&lt;br /&gt;
 }} &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
The templates are currently limited to a maximum of 25 items in each listing. If the the Method or Ingredients listing needs more than 25 items, the template must be used twice.&lt;br /&gt;
&lt;br /&gt;
===Method===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{RecipeMethod&lt;br /&gt;
 &lt;br /&gt;
 | Recipe method instruction line one&lt;br /&gt;
 | Recipe method instruction line two ...&lt;br /&gt;
 | Recipe method instruction line twenty five&lt;br /&gt;
&lt;br /&gt;
 }} &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{RecipeMethod&lt;br /&gt;
 &lt;br /&gt;
 | Recipe method instruction line twenty six ...&lt;br /&gt;
 | Recipe method instruction line twenty seven ...&lt;br /&gt;
&lt;br /&gt;
 }} &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the listing needs to be broken into two sections, again, the template needs to be used twice. &amp;#039;&amp;#039;see [[Pasta e fagioli]]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
* Check the template name is spelt correctly and that the case matches.&lt;br /&gt;
* Ensure the template start tags &amp;#039;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;&amp;#039; and end tags &amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;#039; have been included.&lt;br /&gt;
* Compare your problem page with any of the current Cookipedia recipes&lt;br /&gt;
&lt;br /&gt;
===Choosing the image displayed on Google&amp;#039;s listing===&lt;br /&gt;
To ensure the correct image is shown it should be selected by including the atl tag: alt=Electus&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;|Image = [[Image:Stuffed butternut squash recipe.jpg|300px|alt=Electus]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
===See the results in action===&lt;br /&gt;
&lt;br /&gt;
* [http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.cookipedia.co.uk%2Frecipes_wiki%2FStuffed_butternut_squash&amp;amp;html= Cookipedia&amp;#039;s Stuffed Butternut butternut squash recipe shown in Google&amp;#039;s Structured data testing]&lt;br /&gt;
&lt;br /&gt;
The microdata markup has now been added to all the recipes on Cookipedia and the Recipe Builder automatically creates all of then new markup codes.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Bacon,_chestnut_and_cranberry_stuffing|A ccokipedia recipe example with more complex formatting]]&lt;br /&gt;
* http://schema.org/Recipe&lt;br /&gt;
* http://www.google.com/webmasters/tools/richsnippets&lt;br /&gt;
* [http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fallrecipes.com%2Frecipe%2Fbanana-banana-bread%2F&amp;amp;html= Google example]&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- footer hashtags --&amp;gt;&amp;lt;code &amp;#039;hashtagrev:12032020&amp;#039;&amp;gt;[[Special:Search/howtousetherecipebuildertemplates|#howtousetherecipebuildertemplates]] [[Special:Search/help|#help]] [[Special:Search/pastaefagioli|#pastaefagioli]] &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;!-- /footer hashtags --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chef</name></author>
	</entry>
</feed>