Difference between revisions of "Pizza"
From Fixme.ch
								
												
				|  (La carte) | Binary Brain (Talk | contribs)   (→Café du Léman) | ||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
| Phone number: [tel:+216359255 0216359255] | Phone number: [tel:+216359255 0216359255] | ||
| + | Tout à CHF 14.-. | ||
| + | Carte online: http://www.cafeduleman.ch/our-menu/pasta/ | ||
| − | + | Carte mode texte:   | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | Carte:   | + | |
|   - Marinara [ tomate, mozzarella, huile d'olive, origan ] |   - Marinara [ tomate, mozzarella, huile d'olive, origan ] | ||
|   - Margarita [ tomate, mozzarella ] |   - Margarita [ tomate, mozzarella ] | ||
| Line 33: | Line 31: | ||
|   - Calzone Alanya [ tomate, mozzarella, kebap, feta ] |   - Calzone Alanya [ tomate, mozzarella, kebap, feta ] | ||
|   - Calzone Anita [ sans tomate, mozzarella, parmiggiano, gorgonzola, feta ] |   - Calzone Anita [ sans tomate, mozzarella, parmiggiano, gorgonzola, feta ] | ||
| + | |||
| + | = Json = | ||
| + | |||
| + |     { | ||
| + |         "pizzas": [ | ||
| + |             { | ||
| + |                 "nom": "Marinara", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "huile d'olive", | ||
| + |                     "origan" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Margarita", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Grecque", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "olives", | ||
| + |                     "feta" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "À l'oignon", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "oignon" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Au jambon", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomates", | ||
| + |                     "mozzarella", | ||
| + |                     "jambon" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Au thon", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "thon", | ||
| + |                     "oignon" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Romana", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "jambon", | ||
| + |                     "champignons" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Hawaienne", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "jambon d'épaule", | ||
| + |                     "ananas", | ||
| + |                     "épice" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Napolitaine", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "anchois", | ||
| + |                     "câpres", | ||
| + |                     "olives" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Tunisienne", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "mergez", | ||
| + |                     "piments", | ||
| + |                     "poivrons", | ||
| + |                     "oeufs" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Quatre fromages", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "parmigianno", | ||
| + |                     "gorgonzola", | ||
| + |                     "feta" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Campagnarde", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "oignon", | ||
| + |                     "lardons", | ||
| + |                     "oeufs" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Aux fruits de mer", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "fruits de mer", | ||
| + |                     "ail", | ||
| + |                     "olives" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Quatre saisons", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "poivrons", | ||
| + |                     "jambon", | ||
| + |                     "champignons", | ||
| + |                     "olives" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Pizza-Kebap", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "kebap", | ||
| + |                     "oignon", | ||
| + |                     "poivrons", | ||
| + |                     "piments" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Végétarienne", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "courgettes", | ||
| + |                     "aubergines", | ||
| + |                     "poivrons" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Puliese", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "jambon cru", | ||
| + |                     "rucola", | ||
| + |                     "tomates cerises" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Chasseur à la Gérard", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "chanterelles", | ||
| + |                     "lardons" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Paolo", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "anchois", | ||
| + |                     "lardons", | ||
| + |                     "oignons" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Mexicaine", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "poivrons", | ||
| + |                     "chorizzo", | ||
| + |                     "maïs" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Calzone Skippy", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "jambon", | ||
| + |                     "champignons", | ||
| + |                     "oeufs" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Calzone Alanya", | ||
| + |                 "garnitures": [ | ||
| + |                     "tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "kebap", | ||
| + |                     "feta" | ||
| + |                 ] | ||
| + |             }, | ||
| + |             { | ||
| + |                 "nom": "Calzone Anita", | ||
| + |                 "garnitures": [ | ||
| + |                     "sans tomate", | ||
| + |                     "mozzarella", | ||
| + |                     "parmiggiano", | ||
| + |                     "gorgonzola", | ||
| + |                     "feta" | ||
| + |                 ] | ||
| + |             } | ||
| + |         ] | ||
| + |     } | ||
| + | |||
| + | = Pizzeria mystère =  | ||
| + | |||
| + | Voir [[Codes_pizza|ici]] pour les codes (2013). | ||
Latest revision as of 20:21, 29 September 2023
Café du Léman
Phone number: 0216359255
Tout à CHF 14.-.
Carte online: http://www.cafeduleman.ch/our-menu/pasta/
Carte mode texte:
- Marinara [ tomate, mozzarella, huile d'olive, origan ] - Margarita [ tomate, mozzarella ] - Grecque [ tomate, mozzarella, olives, feta ] - À l'oignon [ tomate, mozzarella, oignon ] - Au jambon [tomates, mozzarella, jambon] - Au thon [ tomate, mozzarella, thon, oignon ] - Romana [ tomate, mozzarella, jambon, champignons ] - Hawaienne [ tomate, mozzarella, jambon d'épaule, ananas, épice ] - Napolitaine [ tomate, mozzarella, anchois, câpres, olives ] - Tunisienne [ tomate, mozzarella, mergez, piments, poivrons, oeufs ] - Quatre fromages [ tomate, mozzarella, parmigianno, gorgonzola, feta ] - Campagnarde [ tomate, mozzarella, oignon, lardons, oeufs ] - Aux fruits de mer [ tomate, mozzarella, fruits de mer, ail, olives ] - Quatre saisons [ tomate, mozzarella, poivrons, jambon, champignons, olives ] - Pizza-Kebap [ tomate, mozzarella, kebap, oignon, poivrons, piments ]? - Végétarienne [ tomate, mozzarella, courgettes, aubergines, poivrons ] - Puliese [ tomate, mozzarella, jambon cru, rucola, tomates cerises ] - Chasseur à la "Gérard" [ tomate, mozzarella, chanterelles, lardons ] - Paolo [ tomate, mozzarella, anchois, lardons, oignons ] - Mexicaine [ tomate, mozzarella, poivrons, chorizzo, maïs ] - Calzone Skippy [ tomate, mozzarella, jambon, champignons, oeufs ] - Calzone Alanya [ tomate, mozzarella, kebap, feta ] - Calzone Anita [ sans tomate, mozzarella, parmiggiano, gorgonzola, feta ]
Json
   {
       "pizzas": [
           {
               "nom": "Marinara",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "huile d'olive",
                   "origan"
               ]
           },
           {
               "nom": "Margarita",
               "garnitures": [
                   "tomate",
                   "mozzarella"
               ]
           },
           {
               "nom": "Grecque",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "olives",
                   "feta"
               ]
           },
           {
               "nom": "À l'oignon",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "oignon"
               ]
           },
           {
               "nom": "Au jambon",
               "garnitures": [
                   "tomates",
                   "mozzarella",
                   "jambon"
               ]
           },
           {
               "nom": "Au thon",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "thon",
                   "oignon"
               ]
           },
           {
               "nom": "Romana",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "jambon",
                   "champignons"
               ]
           },
           {
               "nom": "Hawaienne",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "jambon d'épaule",
                   "ananas",
                   "épice"
               ]
           },
           {
               "nom": "Napolitaine",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "anchois",
                   "câpres",
                   "olives"
               ]
           },
           {
               "nom": "Tunisienne",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "mergez",
                   "piments",
                   "poivrons",
                   "oeufs"
               ]
           },
           {
               "nom": "Quatre fromages",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "parmigianno",
                   "gorgonzola",
                   "feta"
               ]
           },
           {
               "nom": "Campagnarde",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "oignon",
                   "lardons",
                   "oeufs"
               ]
           },
           {
               "nom": "Aux fruits de mer",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "fruits de mer",
                   "ail",
                   "olives"
               ]
           },
           {
               "nom": "Quatre saisons",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "poivrons",
                   "jambon",
                   "champignons",
                   "olives"
               ]
           },
           {
               "nom": "Pizza-Kebap",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "kebap",
                   "oignon",
                   "poivrons",
                   "piments"
               ]
           },
           {
               "nom": "Végétarienne",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "courgettes",
                   "aubergines",
                   "poivrons"
               ]
           },
           {
               "nom": "Puliese",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "jambon cru",
                   "rucola",
                   "tomates cerises"
               ]
           },
           {
               "nom": "Chasseur à la Gérard",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "chanterelles",
                   "lardons"
               ]
           },
           {
               "nom": "Paolo",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "anchois",
                   "lardons",
                   "oignons"
               ]
           },
           {
               "nom": "Mexicaine",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "poivrons",
                   "chorizzo",
                   "maïs"
               ]
           },
           {
               "nom": "Calzone Skippy",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "jambon",
                   "champignons",
                   "oeufs"
               ]
           },
           {
               "nom": "Calzone Alanya",
               "garnitures": [
                   "tomate",
                   "mozzarella",
                   "kebap",
                   "feta"
               ]
           },
           {
               "nom": "Calzone Anita",
               "garnitures": [
                   "sans tomate",
                   "mozzarella",
                   "parmiggiano",
                   "gorgonzola",
                   "feta"
               ]
           }
       ]
   }
Pizzeria mystère
Voir ici pour les codes (2013).

