File size: 41,053 Bytes
fa18ce9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>Cookbook:Afghan Bread - Wikibooks, open books for an open world</title>
<script>(function(){var className="client-js";var cookie=document.cookie.match(/(?:^|; )enwikibooksmwclientpreferences=([^;]+)/);if(cookie){cookie[1].split('%2C').forEach(function(pref){className=className.replace(new RegExp('(^| )'+pref.replace(/-clientpref-\w+$|[^\w-]+/g,'')+'-clientpref-\\w+( |$)'),'$1'+pref+'$2');});}document.documentElement.className=className;}());RLCONF={"wgBreakFrames":false,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"d63bf7ce-c0af-44ae-90aa-0396d24bb552","wgCanonicalNamespace":"Cookbook","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":102,"wgPageName":"Cookbook:Afghan_Bread","wgTitle":"Afghan Bread","wgCurRevisionId":4421004,"wgRevisionId":4421004,"wgArticleId":96869,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],
"wgCategories":["Recipes with images","Medium Difficulty recipes","Recipes","Afghan recipes","Pashtun recipes","Recipes for flatbread","Vegetarian recipes","Recipes with metric units","Baking recipes","Sugar recipes","Egg yolk recipes"],"wgPageViewLanguage":"en","wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Cookbook:Afghan_Bread","wgRelevantArticleId":96869,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgNoticeProject":"wikibooks","wgCiteReferencePreviewsActive":true,"wgFlaggedRevsParams":{"tags":{"value":{"levels":3}}},"wgStableRevisionId":4421004,"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":true,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"watchlist":true,"tagline":false,"nearby":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":4000,
"wgULSCurrentAutonym":"English","wgCentralAuthMobileDomain":false,"wgEditSubmitButtonLabelPublish":true,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":true,"wgVector2022LanguageInHeader":false,"wgULSisLanguageSelectorEmpty":false,"wgCheckUserClientHintsHeadersJsApi":["architecture","bitness","brands","fullVersionList","mobile","model","platform","platformVersion"],"wgSiteNoticeId":"2.24"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.flaggedRevs.icons":"ready","skins.vector.styles.legacy":"ready","ext.flaggedRevs.basic":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","codex-search-styles":"ready","ext.uls.interlanguage":"ready","wikibase.client.init":"ready","ext.wikimediaBadges":"ready","ext.dismissableSiteNotice.styles":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.centralNotice.geoIP",
"ext.centralNotice.startUp","ext.flaggedRevs.advanced","ext.gadget.wikidialog","ext.gadget.commons-file","ext.urlShortener.toolbar","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.echo.centralauth","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.checkUser.clientHints","ext.dismissableSiteNotice"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.impl(function(){return["user.options@12s5i",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
}];});});</script>
<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=codex-search-styles%7Cext.dismissableSiteNotice.styles%7Cext.flaggedRevs.basic%2Cicons%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector">
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector">
<meta name="generator" content="MediaWiki 1.43.0-wmf.15">
<meta name="referrer" content="origin">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="robots" content="max-image-preview:standard">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1120">
<meta property="og:title" content="Cookbook:Afghan Bread - Wikibooks, open books for an open world">
<meta property="og:type" content="website">
<link rel="preconnect" href="//upload.wikimedia.org">
<link rel="alternate" media="only screen and (max-width: 640px)" href="//en.m.wikibooks.org/wiki/Cookbook:Afghan_Bread">
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=edit">
<link rel="icon" href="/static/favicon/wikibooks.ico">
<link rel="search" type="application/opensearchdescription+xml" href="/w/rest.php/v1/search" title="Wikibooks (en)">
<link rel="EditURI" type="application/rsd+xml" href="//en.wikibooks.org/w/api.php?action=rsd">
<link rel="canonical" href="https://en.wikibooks.org/wiki/Cookbook:Afghan_Bread">
<link rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">
<link rel="alternate" type="application/atom+xml" title="Wikibooks Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom">
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
<link rel="dns-prefetch" href="//login.wikimedia.org">
</head>
<body class="skin-vector-legacy mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-102 ns-subject mw-editable page-Cookbook_Afghan_Bread rootpage-Cookbook_Afghan_Bread skin-vector action-view"><div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body" role="main">
	<a id="top"></a>
	<div id="siteNotice" class="notheme"><div id="mw-dismissablenotice-anonplace"></div><script>(function(){var node=document.getElementById("mw-dismissablenotice-anonplace");if(node){node.outerHTML="\u003Cdiv class=\"mw-dismissable-notice\"\u003E\u003Cdiv class=\"mw-dismissable-notice-close\"\u003E[\u003Ca tabindex=\"0\" role=\"button\"\u003Edismiss\u003C/a\u003E]\u003C/div\u003E\u003Cdiv class=\"mw-dismissable-notice-body\"\u003E\u003C!-- CentralNotice --\u003E\u003Cdiv id=\"localNotice\" data-nosnippet=\"\"\u003E\u003Cdiv class=\"anonnotice\" lang=\"en\" dir=\"ltr\"\u003E\u003Cdiv style=\"width: fit-content; padding: 5px; border: 3px solid gray; background-color: #fafafa; text-align: center; margin: auto;\"\u003E\n\u003Cp\u003E\u003Cspan typeof=\"mw:File\"\u003E\u003Ca href=\"/wiki/File:OOjs_UI_icon_robot.svg\" class=\"mw-file-description\"\u003E\u003Cimg src=\"//upload.wikimedia.org/wikipedia/commons/thumb/7/71/OOjs_UI_icon_robot.svg/40px-OOjs_UI_icon_robot.svg.png\" decoding=\"async\" width=\"40\" height=\"40\" class=\"mw-file-element\" srcset=\"//upload.wikimedia.org/wikipedia/commons/thumb/7/71/OOjs_UI_icon_robot.svg/60px-OOjs_UI_icon_robot.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/71/OOjs_UI_icon_robot.svg/80px-OOjs_UI_icon_robot.svg.png 2x\" data-file-width=\"20\" data-file-height=\"20\" /\u003E\u003C/a\u003E\u003C/span\u003E   The Wikibooks community is developing a policy on the use of generative AI. Please review the \u003Ca href=\"/wiki/Wikibooks:Artificial_Intelligence\" title=\"Wikibooks:Artificial Intelligence\"\u003Edraft policy\u003C/a\u003E and provide feedback on \u003Ca href=\"/wiki/Wikibooks_talk:Artificial_Intelligence\" title=\"Wikibooks talk:Artificial Intelligence\"\u003Eits talk page\u003C/a\u003E.\n\u003C/p\u003E\n\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E";}}());</script></div>
	<div class="mw-indicators">
	</div>
	<h1 id="firstHeading" class="firstHeading mw-first-heading">Cookbook:Afghan Bread</h1>
	<div id="bodyContent" class="vector-body">
		<div id="siteSub" class="noprint">From Wikibooks, open books for an open world</div>
		<div id="contentSub"><div id="mw-content-subtitle"></div></div>
		<div id="contentSub2"></div>
		
		<div id="jump-to-nav"></div>
		<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
		<a class="mw-jump-link" href="#searchInput">Jump to search</a>
		<div id="mw-content-text" class="mw-body-content"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><style data-mw-deduplicate="TemplateStyles:r4421339">.mw-parser-output .infobox-subbox{padding:0;border:none;margin:-3px;width:auto;min-width:100%;font-size:100%;clear:none;float:none;background-color:transparent;color:inherit}.mw-parser-output .infobox-3cols-child{margin:auto}.mw-parser-output .infobox .navbar{font-size:100%}body.skin-minerva .mw-parser-output .infobox-header,body.skin-minerva .mw-parser-output .infobox-subheader,body.skin-minerva .mw-parser-output .infobox-above,body.skin-minerva .mw-parser-output .infobox-title,body.skin-minerva .mw-parser-output .infobox-image,body.skin-minerva .mw-parser-output .infobox-full-data,body.skin-minerva .mw-parser-output .infobox-below{text-align:center}</style><table class="infobox" style="background-color: #f6f6f6; color:#000000 min-width: 300px; font-size:small; padding: 5px"><tbody><tr><th colspan="2" class="infobox-above" style="background-color: #96b9fa; font-size:medium; overflow-wrap: break-word; width:300px;">Afghan Bread</th></tr><tr><td colspan="2" class="infobox-image" style="text-align: center;"><span typeof="mw:File"><a href="/wiki/File:Afghan_bread.jpg" class="mw-file-description"><img src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Afghan_bread.jpg/300px-Afghan_bread.jpg" decoding="async" width="300" height="225" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Afghan_bread.jpg/450px-Afghan_bread.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Afghan_bread.jpg/600px-Afghan_bread.jpg 2x" data-file-width="1091" data-file-height="818" /></a></span> </td></tr><tr><th scope="row" class="infobox-label" style="text-align: left;">Category</th><td class="infobox-data"><a href="/w/index.php?title=Category:Flatbread_recipes&amp;action=edit&amp;redlink=1" class="new" title="Category:Flatbread recipes (does not exist)">Flatbread recipes</a></td></tr><tr><th scope="row" class="infobox-label" style="text-align: left;">Servings</th><td class="infobox-data">8 pieces</td></tr><tr><th scope="row" class="infobox-label" style="text-align: left;">Time</th><td class="infobox-data">2½ hours</td></tr><tr><th scope="row" class="infobox-label" style="text-align: left;">Difficulty</th><td class="infobox-data"><span class="metadata"><span class="mw-default-size" typeof="mw:File"><a href="/wiki/File:3o5dots.svg" class="mw-file-description" title="Medium"><img alt="Medium" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/21/3o5dots.svg/64px-3o5dots.svg.png" decoding="async" width="64" height="12" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/21/3o5dots.svg/96px-3o5dots.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/21/3o5dots.svg/128px-3o5dots.svg.png 2x" data-file-width="64" data-file-height="12" /></a></span></span></td></tr></tbody></table>
<p><a href="/wiki/Cookbook:Table_of_Contents" title="Cookbook:Table of Contents">Cookbook</a> | <a href="/wiki/Cookbook:Recipes" title="Cookbook:Recipes">Recipes</a> | <a href="/wiki/Cookbook:Ingredients" title="Cookbook:Ingredients">Ingredients</a> | <a href="/wiki/Cookbook:Equipment" title="Cookbook:Equipment">Equipment</a> | <a href="/wiki/Cookbook:Cooking_Techniques" title="Cookbook:Cooking Techniques">Techniques</a> | <a href="/wiki/Category:Cookbook_disambiguation_pages" title="Category:Cookbook disambiguation pages">Cookbook Disambiguation Pages</a> | <a href="/wiki/Category:Recipes" title="Category:Recipes">Recipes</a>  <span id="displaytitle" title="Recipe"></span> | <a href="/wiki/Cookbook:Cuisine_of_Afghanistan" title="Cookbook:Cuisine of Afghanistan">Cuisine of Afghanistan</a>
</p><p><b>Afghan bread</b> or <b>Nan-i-Afghani</b> is the national bread of <a href="/wiki/Cookbook:Cuisine_of_Afghanistan" title="Cookbook:Cuisine of Afghanistan">Afghanistan</a>. It is a <a href="/wiki/Cookbook:Flatbread" title="Cookbook:Flatbread">flatbread</a> and can be oval or rectangular. It is baked in a <a href="/wiki/Cookbook:Tandoor" title="Cookbook:Tandoor">tandoor</a>, the primary cooking equipment of the sub-continent region. The Afghan tandoor sits above ground and is round and made of bricks, which are heated to cook the bread. Afghan bread, also known as "nan breads", are shaped, then stuck onto the sides of the oven to bake. Often black cumin seeds or caraway seeds are sprinkled on Afghan bread for decoration as much as taste, and lines are made in the dough lengthwise to add texture to the bread. Afghan bread is similar to <a href="/wiki/Cookbook:Pita" title="Cookbook:Pita">pita</a> or Lebanese bread.
</p><p>Afghan bread is commonly stocked at <a href="/wiki/Cookbook:Middle_Eastern_cuisines" title="Cookbook:Middle Eastern cuisines">Middle Eastern</a> grocery stores in western countries. In Afghanistan the baker still cooks the bread the traditional way by spreading the dough around the tandoor, whereby it gets puffy quickly and starts to colour and emit a fresh bread smell that draws the early morning throngs of people. The baker then uses two long iron tongs to pull the bread from the tandoor wall. It is carried in cloth bags by Afghans, unlike western breads packaged in plastic. 
</p><p>Afghans serve bread with most meals; it is used as an equivalent to a fork to envelop foods and soak up liquids on the plate. Generally the bread is torn into shreds and used to pinch the foods, similar to a sandwich. The bread acts as both fork and spoon, as Afghan often use their hands to eat. The bread has no firm crust and tastes similar to Indian <a href="/wiki/Cookbook:Naan" title="Cookbook:Naan">naan</a> bread. It has a dense and rich taste.  
</p>
<div class="mw-heading mw-heading2"><h2 id="Ingredients">Ingredients</h2><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;veaction=edit&amp;section=1" title="Edit section: Ingredients" class="mw-editsection-visualeditor"><span>edit</span></a><span class="mw-editsection-divider"> | </span><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=edit&amp;section=1" title="Edit section&#039;s source code: Ingredients"><span>edit source</span></a><span class="mw-editsection-bracket">]</span></span></div>
<table class="wikitable" style="background: none">
<tbody><tr>
<th>Ingredient
</th>
<th>Count
</th>
<th>Volume
</th>
<th>Weight
</th>
<th><a href="/w/index.php?title=Cookbook:Baker%27s_Percentage&amp;action=edit&amp;redlink=1" class="new" title="Cookbook:Baker&#39;s Percentage (does not exist)">Baker's&#160;%</a> (optional)
</th></tr>
<tr>
<td colspan="5" style="text-align: center; background: #f5f5f5"><b>Dough</b>
</td></tr>
<tr>
<td>Water
</td>
<td>
</td>
<td><a href="/wiki/Cookbook:Cup" title="Cookbook:Cup">cups</a>
</td>
<td>375 <a href="/wiki/Cookbook:Gram" title="Cookbook:Gram">g</a>
</td>
<td>68.2%
</td></tr>
<tr>
<td>Dry <a href="/wiki/Cookbook:Yeast" title="Cookbook:Yeast">yeast</a>
</td>
<td>1 sachet
</td>
<td>
</td>
<td>7 g
</td>
<td>1.3%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Sugar" title="Cookbook:Sugar">Sugar</a>
</td>
<td>
</td>
<td>1 <a href="/wiki/Cookbook:Tablespoon" title="Cookbook:Tablespoon">tablespoon</a>
</td>
<td>14 g
</td>
<td>2.5%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Flour" title="Cookbook:Flour">All-purpose flour</a>
</td>
<td>
</td>
<td>4 cups
</td>
<td>550 g
</td>
<td>100%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Salt" title="Cookbook:Salt">Salt</a>
</td>
<td>
</td>
<td>1 tablespoon
</td>
<td>18 g
</td>
<td>3.3%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Baking_Soda" title="Cookbook:Baking Soda">Baking soda</a>
</td>
<td>
</td>
<td><a href="/wiki/Cookbook:Teaspoon" title="Cookbook:Teaspoon">teaspoons</a>
</td>
<td>7 g
</td>
<td>1.6%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Corn_Oil" title="Cookbook:Corn Oil">Corn oil</a>
</td>
<td>
</td>
<td>¼ cup
</td>
<td>55 g
</td>
<td>10%
</td></tr>
<tr>
<td colspan="5" style="text-align: center; background: #f5f5f5"><b>Egg wash</b>
</td></tr>
<tr>
<td>Water
</td>
<td>
</td>
<td>1 tablespoon
</td>
<td>15 g
</td>
<td>2.7%
</td></tr>
<tr>
<td><a href="/wiki/Cookbook:Egg_yolk" class="mw-redirect" title="Cookbook:Egg yolk">Egg yolk</a>
</td>
<td>1 ea.
</td>
<td>
</td>
<td>24 g
</td>
<td>4.4%
</td></tr>
<tr>
<td colspan="5" style="text-align: center; background: #f5f5f5"><b>Topping</b>
</td></tr>
<tr>
<td>Black <a href="/wiki/Cookbook:Cumin" title="Cookbook:Cumin">cumin</a> seeds
</td>
<td>
</td>
<td>2 tablespoons
</td>
<td>30 g
</td>
<td>5.5%
</td></tr></tbody></table>
<div class="mw-heading mw-heading2"><h2 id="Procedure">Procedure</h2><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;veaction=edit&amp;section=2" title="Edit section: Procedure" class="mw-editsection-visualeditor"><span>edit</span></a><span class="mw-editsection-divider"> | </span><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=edit&amp;section=2" title="Edit section&#039;s source code: Procedure"><span>edit source</span></a><span class="mw-editsection-bracket">]</span></span></div>
<ol><li>Mix ½ cup water, yeast, and sugar. Let it sit for 10 minutes until foamy.</li>
<li>Place flour in a mixing bowl and sprinkle in the salt. Make a well, then add oil and yeast mixture. Stir in add small amounts of the remaining water until it forms a soft <a href="/wiki/Cookbook:Dough" title="Cookbook:Dough">dough</a> that can be moulded. Knead for 5 mins. Cover with paper and let rise for 1½ hours.</li>
<li>Mix together the egg yolk and 1 tablespoon of water to make egg wash. Set aside.</li>
<li>Divide dough into eight parts and roll each into a ball. Roll each bread into an oval shape 20 <a href="/wiki/Cookbook:Centimetre_(cm)" title="Cookbook:Centimetre (cm)">cm</a> long and 5 cm thick.</li>
<li>Make lines in top of dough. <a href="/wiki/Cookbook:Brush" title="Cookbook:Brush">Brush</a> on egg wash, and sprinkle with black cumin seeds.</li>
<li>Bake in a preheated 350°F (175°C) oven for 25 mins. Total cooking time is around 2½ hours.</li></ol>
<!-- 
NewPP limit report
Parsed by mw‐api‐int.eqiad.main‐67d5b9488b‐bpf79
Cached time: 20240710095000
Cache expiry: 2592000
Reduced expiry: false
Complications: []
CPU time usage: 0.054 seconds
Real time usage: 0.069 seconds
Preprocessor visited node count: 264/1000000
Post‐expand include size: 5066/2097152 bytes
Template argument size: 473/2097152 bytes
Highest expansion depth: 9/100
Expensive parser function count: 0/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 762/5000000 bytes
Lua time usage: 0.016/10.000 seconds
Lua memory usage: 628391/52428800 bytes
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%   45.957      1 -total
 81.92%   37.646      1 Template:Recipesummary
 73.25%   33.663      1 Template:Infobox
 17.90%    8.226      1 Template:Recipe
 14.14%    6.499      1 Template:Cookbook_page_type
  4.61%    2.119      1 Template:Displaytitle
  3.86%    1.774      1 Template:Template_other
  2.97%    1.366      1 Template:Cooknav
-->

<!-- Saved in parser cache with key enwikibooks:pcache:idhash:96869-0!canonical and timestamp 20240710095000 and revision id 4421004. Rendering was triggered because: api-parse
 -->
</div><!--esi <esi:include src="/esitest-fa8a495983347898/content" /> --><noscript><img src="https://login.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" width="1" height="1" style="border: none; position: absolute;"></noscript>
<div class="printfooter" data-nosnippet="">Retrieved from "<a dir="ltr" href="https://en.wikibooks.org/w/index.php?title=Cookbook:Afghan_Bread&amp;oldid=4421004">https://en.wikibooks.org/w/index.php?title=Cookbook:Afghan_Bread&amp;oldid=4421004</a>"</div></div>
		<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Medium_Difficulty_recipes" title="Category:Medium Difficulty recipes">Medium Difficulty recipes</a></li><li><a href="/wiki/Category:Recipes" title="Category:Recipes">Recipes</a></li><li><a href="/wiki/Category:Afghan_recipes" title="Category:Afghan recipes">Afghan recipes</a></li><li><a href="/wiki/Category:Pashtun_recipes" title="Category:Pashtun recipes">Pashtun recipes</a></li><li><a href="/wiki/Category:Recipes_for_flatbread" title="Category:Recipes for flatbread">Recipes for flatbread</a></li><li><a href="/wiki/Category:Vegetarian_recipes" title="Category:Vegetarian recipes">Vegetarian recipes</a></li><li><a href="/wiki/Category:Recipes_with_metric_units" title="Category:Recipes with metric units">Recipes with metric units</a></li><li><a href="/wiki/Category:Baking_recipes" title="Category:Baking recipes">Baking recipes</a></li><li><a href="/wiki/Category:Sugar_recipes" title="Category:Sugar recipes">Sugar recipes</a></li><li><a href="/wiki/Category:Egg_yolk_recipes" title="Category:Egg yolk recipes">Egg yolk recipes</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden category: <ul><li><a href="/wiki/Category:Recipes_with_images" title="Category:Recipes with images">Recipes with images</a></li></ul></div></div>
	</div>
</div>

<div id="mw-navigation">
	<h2>Navigation menu</h2>
	<div id="mw-head">
		
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label"  >
	<h3
		id="p-personal-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Personal tools</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="pt-anonuserpage" class="mw-list-item"><span title="The user page for the IP address you are editing as">Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Discussion for this IP address</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Cookbook%3AAfghan+Bread" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Cookbook%3AAfghan+Bread" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li>
		</ul>
		
	</div>
</nav>

		<div id="left-navigation">
			
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu-tabs vector-menu-tabs-legacy vector-menu" aria-labelledby="p-namespaces-label"  >
	<h3
		id="p-namespaces-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Namespaces</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="ca-nstab-cookbook" class="selected mw-list-item"><a href="/wiki/Cookbook:Afghan_Bread" title="View the subject page [c]" accesskey="c"><span>Recipe</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/Cookbook_talk:Afghan_Bread" rel="discussion" title="Discussion about the content page [t]" accesskey="t"><span>Discussion</span></a></li>
		</ul>
		
	</div>
</nav>

			
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown vector-menu" aria-labelledby="p-variants-label"  >
	<input type="checkbox"
		id="p-variants-checkbox"
		role="button"
		aria-haspopup="true"
		data-event-name="ui.dropdown-p-variants"
		class="vector-menu-checkbox"
		aria-labelledby="p-variants-label"
	>
	<label
		id="p-variants-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">English</span>
	</label>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			
		</ul>
		
	</div>
</nav>

		</div>
		<div id="right-navigation">
			
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu-tabs vector-menu-tabs-legacy vector-menu" aria-labelledby="p-views-label"  >
	<h3
		id="p-views-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Views</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="ca-view" class="selected mw-list-item"><a href="/wiki/Cookbook:Afghan_Bread"><span>Read</span></a></li><li id="ca-ve-edit" class="mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;veaction=edit" title="Edit this page [v]" accesskey="v"><span>Edit</span></a></li><li id="ca-edit" class="collapsible mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=edit" title="Edit the source code of this page [e]" accesskey="e"><span>Edit source</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=history" title="Past revisions of this page [h]" accesskey="h"><span>View history</span></a></li>
		</ul>
		
	</div>
</nav>

			
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown vector-menu" aria-labelledby="p-cactions-label"  title="More options" >
	<input type="checkbox"
		id="p-cactions-checkbox"
		role="button"
		aria-haspopup="true"
		data-event-name="ui.dropdown-p-cactions"
		class="vector-menu-checkbox"
		aria-labelledby="p-cactions-label"
	>
	<label
		id="p-cactions-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">More</span>
	</label>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			
		</ul>
		
	</div>
</nav>

			
<div id="p-search" role="search" class="vector-search-box-vue  vector-search-box-show-thumbnail vector-search-box-auto-expand-width vector-search-box">
	<h3 >Search</h3>
	<form action="/w/index.php" id="searchform" class="vector-search-box-form">
		<div id="simpleSearch"
			class="vector-search-box-inner"
			 data-search-loc="header-navigation">
			<input class="vector-search-box-input"
				 type="search" name="search" placeholder="Search Wikibooks" aria-label="Search Wikibooks" autocapitalize="sentences" title="Search Wikibooks [f]" accesskey="f" id="searchInput"
			>
			<input type="hidden" name="title" value="Special:Search">
			<input id="mw-searchButton"
				 class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search">
			<input id="searchButton"
				 class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go">
		</div>
	</form>
</div>

		</div>
	</div>
	
<div id="mw-panel" class="vector-legacy-sidebar">
	<div id="p-logo" role="banner">
		<a class="mw-wiki-logo" href="/wiki/Main_Page"
			title="Visit the main page"></a>
	</div>
	
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu-portal portal vector-menu" aria-labelledby="p-navigation-label"  >
	<h3
		id="p-navigation-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Navigation</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="n-mainpage" class="mw-list-item"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z"><span>Main Page</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Help:Contents" title="Find help on how to use and edit Wikibooks"><span>Help</span></a></li><li id="n-Browse" class="mw-list-item"><a href="/wiki/Wikibooks:Card_Catalog_Office" title="Check out what Wikibooks has to offer"><span>Browse</span></a></li><li id="n-Cookbook" class="mw-list-item"><a href="/wiki/Cookbook:Table_of_Contents" title="Learn recipes from around the world"><span>Cookbook</span></a></li><li id="n-Wikijunior" class="mw-list-item"><a href="/wiki/Wikijunior" title="Books for children"><span>Wikijunior</span></a></li><li id="n-Featured-books" class="mw-list-item"><a href="/wiki/Wikibooks:Featured_books" title="The best of Wikibooks"><span>Featured books</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-sitesupport" class="mw-list-item"><a href="//donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikibooks.org&amp;uselang=en" title="Support Wikibooks"><span>Donations</span></a></li><li id="n-randomrootpage" class="mw-list-item"><a href="/wiki/Special:RandomInCategory/Book:Wikibooks_Stacks/Books"><span>Random book</span></a></li><li id="n-Using-Wikibooks" class="mw-list-item"><a href="/wiki/Using_Wikibooks"><span>Using Wikibooks</span></a></li>
		</ul>
		
	</div>
</nav>

	
<nav id="p-community" class="mw-portlet mw-portlet-community vector-menu-portal portal vector-menu" aria-labelledby="p-community-label"  >
	<h3
		id="p-community-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Community</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="n-Reading-room-forum" class="mw-list-item"><a href="/wiki/Wikibooks:Reading_room"><span>Reading room forum</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Wikibooks:Community_Portal" title="Find your way around the Wikibooks community"><span>Community portal</span></a></li><li id="n-currentevents" class="mw-list-item"><a href="/wiki/Wikibooks:Reading_room/Bulletin_Board" title="Important community news"><span>Bulletin Board</span></a></li><li id="n-maintenance" class="mw-list-item"><a href="/wiki/Wikibooks:Maintenance" title="Frequent tasks that you can help with"><span>Help out!</span></a></li><li id="n-Policies-and-guidelines" class="mw-list-item"><a href="/wiki/Wikibooks:Policies_and_guidelines" title="Pages detailing important rules and procedures"><span>Policies and guidelines</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Wikibooks:Contact_us" title="Alternative methods of communication"><span>Contact us</span></a></li>
		</ul>
		
	</div>
</nav>

<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu-portal portal vector-menu" aria-labelledby="p-tb-label"  >
	<h3
		id="p-tb-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Tools</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/Cookbook:Afghan_Bread" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/Cookbook:Afghan_Bread" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-upload" class="mw-list-item"><a href="//commons.wikimedia.org/wiki/Special:UploadWizard?uselang=en" title="Upload files [u]" accesskey="u"><span>Upload file</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;oldid=4421004" title="Permanent link to this revision of this page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=Cookbook%3AAfghan_Bread&amp;id=4421004&amp;wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li><li id="t-urlshortener" class="mw-list-item"><a href="/w/index.php?title=Special:UrlShortener&amp;url=https%3A%2F%2Fen.wikibooks.org%2Fwiki%2FCookbook%3AAfghan_Bread"><span>Get shortened URL</span></a></li><li id="t-urlshortener-qrcode" class="mw-list-item"><a href="/w/index.php?title=Special:QrCode&amp;url=https%3A%2F%2Fen.wikibooks.org%2Fwiki%2FCookbook%3AAfghan_Bread"><span>Download QR code</span></a></li>
		</ul>
		
	</div>
</nav>

<nav id="p-sister_projects" class="mw-portlet mw-portlet-sister_projects vector-menu-portal portal vector-menu" aria-labelledby="p-sister_projects-label"  >
	<h3
		id="p-sister_projects-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Sister projects</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="n-Wikipedia" class="mw-list-item"><a href="https://en.wikipedia.org/wiki/Main_Page"><span>Wikipedia</span></a></li><li id="n-Wikiversity" class="mw-list-item"><a href="https://en.wikiversity.org/wiki/Wikiversity:Main_Page"><span>Wikiversity</span></a></li><li id="n-Wiktionary" class="mw-list-item"><a href="https://en.wiktionary.org/wiki/Wiktionary:Main_Page"><span>Wiktionary</span></a></li><li id="n-Wikiquote" class="mw-list-item"><a href="https://en.wikiquote.org/wiki/Main_Page"><span>Wikiquote</span></a></li><li id="n-Wikisource" class="mw-list-item"><a href="https://en.wikisource.org/wiki/Main_Page"><span>Wikisource</span></a></li><li id="n-Wikinews" class="mw-list-item"><a href="https://en.wikinews.org/wiki/Main_Page"><span>Wikinews</span></a></li><li id="n-Wikivoyage" class="mw-list-item"><a href="https://en.wikivoyage.org/wiki/Main_Page"><span>Wikivoyage</span></a></li><li id="n-Commons" class="mw-list-item"><a href="https://commons.wikimedia.org/wiki/Main_Page"><span>Commons</span></a></li><li id="n-Wikidata" class="mw-list-item"><a href="https://www.wikidata.org/wiki/Wikidata:Main_Page"><span>Wikidata</span></a></li><li id="n-MediaWiki" class="mw-list-item"><a href="https://www.mediawiki.org/wiki/Main_Page"><span>MediaWiki</span></a></li><li id="n-Meta-Wiki" class="mw-list-item"><a href="https://meta.wikimedia.org/wiki/Main_Page"><span>Meta-Wiki</span></a></li>
		</ul>
		
	</div>
</nav>

<nav id="p-coll-print_export" class="mw-portlet mw-portlet-coll-print_export vector-menu-portal portal vector-menu" aria-labelledby="p-coll-print_export-label"  >
	<h3
		id="p-coll-print_export-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">Print/export</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			<li id="coll-create_a_book" class="mw-list-item"><a href="/w/index.php?title=Special:Book&amp;bookcmd=book_creator&amp;referer=Cookbook%3AAfghan+Bread"><span>Create a collection</span></a></li><li id="coll-download-as-rl" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=Cookbook%3AAfghan_Bread&amp;action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="/w/index.php?title=Cookbook:Afghan_Bread&amp;printable=yes" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li>
		</ul>
		
	</div>
</nav>

	
<nav id="p-lang" class="mw-portlet mw-portlet-lang vector-menu-portal portal vector-menu" aria-labelledby="p-lang-label"  >
	<h3
		id="p-lang-label"
		
		class="vector-menu-heading "
	>
		<span class="vector-menu-heading-label">In other languages</span>
	</h3>
	<div class="vector-menu-content">
		
		<ul class="vector-menu-content-list">
			
			
		</ul>
		<div class="after-portlet after-portlet-lang"><span class="uls-after-portlet-link"></span><span class="wb-langlinks-add wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:NewItem?site=enwikibooks&amp;page=Cookbook%3AAfghan+Bread" title="Add interlanguage links" class="wbc-editpage">Add links</a></span></div>
	</div>
</nav>

</div>

</div>

<footer id="footer" class="mw-footer" >
	<ul id="footer-info">
	<li id="footer-info-lastmod"> This page was last edited on 9 July 2024, at 01:36.</li>
	<li id="footer-info-copyright">Text is available under the <a href="//creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike License</a>; additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy">Privacy Policy.</a></li>
</ul>

	<ul id="footer-places">
	<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy">Privacy policy</a></li>
	<li id="footer-places-about"><a href="/wiki/Wikibooks:Welcome">About Wikibooks</a></li>
	<li id="footer-places-disclaimers"><a href="/wiki/Wikibooks:General_disclaimer">Disclaimers</a></li>
	<li id="footer-places-wm-codeofconduct"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Universal_Code_of_Conduct">Code of Conduct</a></li>
	<li id="footer-places-developers"><a href="https://developer.wikimedia.org">Developers</a></li>
	<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikibooks.org">Statistics</a></li>
	<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement">Cookie statement</a></li>
	<li id="footer-places-mobileview"><a href="//en.m.wikibooks.org/w/index.php?title=Cookbook:Afghan_Bread&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
</ul>

	<ul id="footer-icons" class="noprint">
	<li id="footer-copyrightico"><a class="cdx-button cdx-button--fake-button cdx-button--size-large cdx-button--fake-button--enabled" style="padding-left: 8px; padding-right: 8px;" href="https://wikimediafoundation.org/" target="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.svg" width="84" height="29" alt="Wikimedia Foundation"></a></li>
	<li id="footer-poweredbyico"><a class="cdx-button cdx-button--fake-button cdx-button--size-large cdx-button--fake-button--enabled" style="padding-left: 8px; padding-right: 8px;" href="https://www.mediawiki.org" target="https://www.mediawiki.org"><img src="/static/images/footer/poweredby_mediawiki.svg" width="84" height="29" alt="Powered by MediaWiki"></a></li>
</ul>

</footer>

<script>(RLQ=window.RLQ||[]).push(function(){mw.log.warn("This page is using the deprecated ResourceLoader module \"codex-search-styles\".\n[1.43] Use a CodexModule with codexComponents to set your specific components used: https://www.mediawiki.org/wiki/Codex#Using_a_limited_subset_of_components");mw.config.set({"wgHostname":"mw-web.eqiad.main-5db7bdbcd7-npnm8","wgBackendResponseTime":98,"wgPageParseReport":{"limitreport":{"cputime":"0.054","walltime":"0.069","ppvisitednodes":{"value":264,"limit":1000000},"postexpandincludesize":{"value":5066,"limit":2097152},"templateargumentsize":{"value":473,"limit":2097152},"expansiondepth":{"value":9,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":762,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%   45.957      1 -total"," 81.92%   37.646      1 Template:Recipesummary"," 73.25%   33.663      1 Template:Infobox"," 17.90%    8.226      1 Template:Recipe"," 14.14%    6.499      1 Template:Cookbook_page_type","  4.61%    2.119      1 Template:Displaytitle","  3.86%    1.774      1 Template:Template_other","  2.97%    1.366      1 Template:Cooknav"]},"scribunto":{"limitreport-timeusage":{"value":"0.016","limit":"10.000"},"limitreport-memusage":{"value":628391,"limit":52428800}},"cachereport":{"origin":"mw-api-int.eqiad.main-67d5b9488b-bpf79","timestamp":"20240710095000","ttl":2592000,"transientcontent":false}}});});</script>
</body>
</html>