Syntax change: :: changed to double space and is required
This syntax change was introduced in Haldis commit d0699b371663bbb7903a7be494f6572ace3bcfd8
This commit is contained in:
parent
acadf9d6b4
commit
483cd1123e
10 changed files with 433 additions and 430 deletions
27
README.md
27
README.md
|
@ -15,10 +15,10 @@ not work). Example (`↦` for tab and `·` for space):
|
||||||
```
|
```
|
||||||
dish·fries:·Frietjes
|
dish·fries:·Frietjes
|
||||||
↦ single_choice size:·Formaat
|
↦ single_choice size:·Formaat
|
||||||
↦ ↦ extra_small:·Extra small·€·1.8
|
↦ ↦ extra_small:·Extra small··€·1.8
|
||||||
↦ ↦ small:·······Small·······€·2
|
↦ ↦ small:·······Small········€·2
|
||||||
↦ ↦ medium:······Medium······€·2.5
|
↦ ↦ medium:······Medium·······€·2.5
|
||||||
↦ ↦ large:·······Large·······€·3.3
|
↦ ↦ large:·······Large········€·3.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Identifiers
|
## Identifiers
|
||||||
|
@ -97,26 +97,29 @@ You can add descriptions to dishes, choices and options. Separate name and descr
|
||||||
dish dishid: Name -- This is a description € 3
|
dish dishid: Name -- This is a description € 3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tags
|
## Tags and price
|
||||||
|
|
||||||
**Note:** Only the `{no_text}` tag is supported at this moment. You can ignore other tags for now.
|
**Note:** Only the `{no_text}` tag is supported at this moment. You can ignore other tags for now.
|
||||||
|
|
||||||
You can add tags after ` `. Tags are `{identifier}`. You can use tags to attach more information
|
The tag and price part starts with at least two spaces: ` `.
|
||||||
about a dish or option in a structured way. For example: `{has_meat}` signals to vegetarians that
|
|
||||||
they should avoid this.
|
|
||||||
|
|
||||||
The order is always id, name, description, tags, price (not all have to be present of course).
|
Tags are `{identifier}`. You can use tags to attach more information about a dish or option in a
|
||||||
|
structured way. For example: `{has_meat}` signals to vegetarians that they should avoid this.
|
||||||
|
|
||||||
|
The order is always id, name, description, ` `, tags, price (not all have to be present of course).
|
||||||
|
|
||||||
```hlds
|
```hlds
|
||||||
|
|
||||||
dish dishid: Name -- This is a description {has_meat} € 3
|
dish dishid: Name -- This is a description {has_meat} € 3
|
||||||
```
|
```
|
||||||
|
|
||||||
The `{no_text}` tag signals that an option is not to be shown in a dish's description. This is
|
The special `{no_text}` tag signals that an option is to be hidden when showing a dish in an
|
||||||
useful for choices that have a default that need not be read when ordering.
|
order's list of dishes. This is useful for choices that have an implicit default that need not be
|
||||||
|
read by the person making the order.
|
||||||
|
|
||||||
```hlds
|
```hlds
|
||||||
veggie: Vegetarische opties
|
veggie: Vegetarische opties
|
||||||
meat: Niet vegetarisch :: {has_meat} {no_text}
|
meat: Niet vegetarisch {has_meat} {no_text}
|
||||||
tofu: Vegetarisch met tofu
|
tofu: Vegetarisch met tofu
|
||||||
falafel: Vegetarisch met falafel
|
falafel: Vegetarisch met falafel
|
||||||
vegan: Veganistisch
|
vegan: Veganistisch
|
||||||
|
|
108
fritoloog.hlds
108
fritoloog.hlds
|
@ -7,7 +7,7 @@ fritoloog: Fritoloog
|
||||||
# Op bovenstaande website kan men ook online bestellen
|
# Op bovenstaande website kan men ook online bestellen
|
||||||
============================
|
============================
|
||||||
|
|
||||||
dish fries: Frietjes :: {has_meat}
|
dish fries: Frietjes {has_meat}
|
||||||
# Gebakken in rundsvet dus {has_meat}
|
# Gebakken in rundsvet dus {has_meat}
|
||||||
|
|
||||||
single_choice size: Formaat
|
single_choice size: Formaat
|
||||||
|
@ -25,7 +25,7 @@ sauce: Saus
|
||||||
mayo: Mayonaise
|
mayo: Mayonaise
|
||||||
ketchup: Ketchup
|
ketchup: Ketchup
|
||||||
bicky: Bickysaus
|
bicky: Bickysaus
|
||||||
stew: Stoofvleessaus :: {has_meat} € 0.5
|
stew: Stoofvleessaus {has_meat} € 0.5
|
||||||
joppie: Joppiesaus
|
joppie: Joppiesaus
|
||||||
samurai: Samuraisaus
|
samurai: Samuraisaus
|
||||||
curry_ketchup: Curryketchup
|
curry_ketchup: Curryketchup
|
||||||
|
@ -39,58 +39,58 @@ sauce: Saus
|
||||||
extras: Extra's
|
extras: Extra's
|
||||||
extra_cheese: Extra kaas € 0.2
|
extra_cheese: Extra kaas € 0.2
|
||||||
|
|
||||||
dish chicken_fingers: Kippenvingers :: {has_meat} € 3
|
dish chicken_fingers: Kippenvingers {has_meat} € 3
|
||||||
dish nuggiz: Nuggiz :: {has_meat} € 3
|
dish nuggiz: Nuggiz {has_meat} € 3
|
||||||
dish mammoth_sausage: Mammoetworst :: {has_meat} € 2.1
|
dish mammoth_sausage: Mammoetworst {has_meat} € 2.1
|
||||||
dish taco: Taco :: {has_meat} € 2.5
|
dish taco: Taco {has_meat} € 2.5
|
||||||
dish ragoezi: Ragoezi :: {has_meat} € 2
|
dish ragoezi: Ragoezi {has_meat} € 2
|
||||||
dish gypsy_stick: Zigeunerstick :: {has_meat} € 2
|
dish gypsy_stick: Zigeunerstick {has_meat} € 2
|
||||||
dish frikandel: Frikandel :: {has_meat} € 1.5
|
dish frikandel: Frikandel {has_meat} € 1.5
|
||||||
dish frikandel_special: Frikandel special :: {has_meat} € 2.2
|
dish frikandel_special: Frikandel special {has_meat} € 2.2
|
||||||
dish frikandel_xxl: XXL Frikandel :: {has_meat} € 3
|
dish frikandel_xxl: XXL Frikandel {has_meat} € 3
|
||||||
dish viandel: Viandel :: {has_meat} € 1.8
|
dish viandel: Viandel {has_meat} € 1.8
|
||||||
dish viandel_spicy: Spicy-viandel :: {has_meat} € 1.8
|
dish viandel_spicy: Spicy-viandel {has_meat} € 1.8
|
||||||
dish chicken_corn: Kipcorn :: {has_meat} € 1.8
|
dish chicken_corn: Kipcorn {has_meat} € 1.8
|
||||||
dish sito: Sito :: {has_meat} € 2.7
|
dish sito: Sito {has_meat} € 2.7
|
||||||
dish horse_garlic_sausage: Paardenlookworst :: {has_meat} € 2.4
|
dish horse_garlic_sausage: Paardenlookworst {has_meat} € 2.4
|
||||||
dish garlic_sausage: Lookworst :: {has_meat} € 2.4
|
dish garlic_sausage: Lookworst {has_meat} € 2.4
|
||||||
dish bitterbal: Bitterbal :: {has_meat} € 1.5
|
dish bitterbal: Bitterbal {has_meat} € 1.5
|
||||||
dish boulet: Boulet :: {has_meat} € 1.8
|
dish boulet: Boulet {has_meat} € 1.8
|
||||||
dish chicken_spring_roll: Kippenloempia :: {has_meat} € 3
|
dish chicken_spring_roll: Kippenloempia {has_meat} € 3
|
||||||
dish meat_croquette: Vleeskroket :: {has_meat} € 1.8
|
dish meat_croquette: Vleeskroket {has_meat} € 1.8
|
||||||
dish chicken_drumsticks: Kippenboutjes :: {has_meat} € 3.2
|
dish chicken_drumsticks: Kippenboutjes {has_meat} € 3.2
|
||||||
dish fire_breather: Vuurvreter :: {has_meat} € 2
|
dish fire_breather: Vuurvreter {has_meat} € 2
|
||||||
dish mexicano: Mexicano :: {has_meat} € 2.4
|
dish mexicano: Mexicano {has_meat} € 2.4
|
||||||
dish ardeens_satay: Ardeense saté :: {has_meat} € 2.5
|
dish ardeens_satay: Ardeense saté {has_meat} € 2.5
|
||||||
dish satay: Saté :: {has_meat} € 2.7
|
dish satay: Saté {has_meat} € 2.7
|
||||||
dish grisley: Grisley :: {has_meat} € 2.7
|
dish grisley: Grisley {has_meat} € 2.7
|
||||||
dish flemish_stew: Stoofvlees :: {has_meat} € 4.5
|
dish flemish_stew: Stoofvlees {has_meat} € 4.5
|
||||||
dish meatballs_tomato_sauce: Balletjes in tomatensaus :: {has_meat} € 4.5
|
dish meatballs_tomato_sauce: Balletjes in tomatensaus {has_meat} € 4.5
|
||||||
dish assortment: Twijfelaar :: {has_meat} € 3
|
dish assortment: Twijfelaar {has_meat} € 3
|
||||||
|
|
||||||
# Burgers
|
# Burgers
|
||||||
dish hamburger: Hamburger :: {has_meat} € 2.6
|
dish hamburger: Hamburger {has_meat} € 2.6
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish samuraiburger: Samuraiburger :: {has_meat} € 2.6
|
dish samuraiburger: Samuraiburger {has_meat} € 2.6
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish joppieburger: Joppieburger :: {has_meat} € 2.6
|
dish joppieburger: Joppieburger {has_meat} € 2.6
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish cheeseburger: Cheeseburger :: {has_meat} € 2.9
|
dish cheeseburger: Cheeseburger {has_meat} € 2.9
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish chicken_burger: Chickenburger :: {has_meat} € 3.2
|
dish chicken_burger: Chickenburger {has_meat} € 3.2
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish bicky_burger: Bickyburger :: {has_meat} € 2.9
|
dish bicky_burger: Bickyburger {has_meat} € 2.9
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish bicky_rib: Bicky Rib :: {has_meat} € 3.5
|
dish bicky_rib: Bicky Rib {has_meat} € 3.5
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish bicky_royal: Bicky Royal :: {has_meat} € 4.3
|
dish bicky_royal: Bicky Royal {has_meat} € 4.3
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish bicky_chicken: Bicky Chicken :: {has_meat} € 3.2
|
dish bicky_chicken: Bicky Chicken {has_meat} € 3.2
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
dish bicky_wrap: Bicky Wrap :: {has_meat} € 3
|
dish bicky_wrap: Bicky Wrap {has_meat} € 3
|
||||||
multi_choice extras
|
multi_choice extras
|
||||||
|
|
||||||
dish grill_burger: Burger op de grill :: {has_meat} € 5.5
|
dish grill_burger: Burger op de grill {has_meat} € 5.5
|
||||||
single_choice soort: Soort burger # FIXME maybe change this desciption
|
single_choice soort: Soort burger # FIXME maybe change this desciption
|
||||||
keizer_karel: Keizer Karel
|
keizer_karel: Keizer Karel
|
||||||
walter_de_buck: Walter De Buck
|
walter_de_buck: Walter De Buck
|
||||||
|
@ -99,20 +99,20 @@ dish grill_burger: Burger op de grill :: {has_meat} € 5.5
|
||||||
van_eyck: Van Eyck € 0.5
|
van_eyck: Van Eyck € 0.5
|
||||||
|
|
||||||
|
|
||||||
dish fish_burger: Fishburger :: {has_fish} € 3
|
dish fish_burger: Fishburger {has_fish} € 3
|
||||||
dish cod_stick: Kabeljauwstick :: {has_fish} € 2.5
|
dish cod_stick: Kabeljauwstick {has_fish} € 2.5
|
||||||
dish shrimp_croquette: Garnaalkroket :: {has_fish} € 2
|
dish shrimp_croquette: Garnaalkroket {has_fish} € 2
|
||||||
|
|
||||||
dish chili_cheese: Chili cheese (veggie) :: € 2.7
|
dish chili_cheese: Chili cheese (veggie) € 2.7
|
||||||
dish mozarella_sticks: Mozarellasticks (veggie) :: € 3
|
dish mozarella_sticks: Mozarellasticks (veggie) € 3
|
||||||
dish cheese_croquette: Kaaskroket (veggie) :: € 1.5
|
dish cheese_croquette: Kaaskroket (veggie) € 1.5
|
||||||
dish veggi_burger: Veggieburger :: € 3.2
|
dish veggi_burger: Veggieburger € 3.2
|
||||||
dish cheese_souflesse: Kaassouflesse (veggie) :: € 1.5
|
dish cheese_souflesse: Kaassouflesse (veggie) € 1.5
|
||||||
# https://www.vangeloven.com/merk/souflesse
|
# https://www.vangeloven.com/merk/souflesse
|
||||||
dish bonita: Bonita (veggie) :: € 2
|
dish bonita: Bonita (veggie) € 2
|
||||||
# https://www.devriesvanoers.nl/assortiment/specialiteiten/vegetarisch-groentesnack-vries-bonita/
|
# https://www.devriesvanoers.nl/assortiment/specialiteiten/vegetarisch-groentesnack-vries-bonita/
|
||||||
dish sajoera: Sajoera (veggie) :: € 2
|
dish sajoera: Sajoera (veggie) € 2
|
||||||
# https://www.devriesvanoers.nl/assortiment/specialiteiten/vegetarisch-groentekroket-vries-sajoera/
|
# https://www.devriesvanoers.nl/assortiment/specialiteiten/vegetarisch-groentekroket-vries-sajoera/
|
||||||
dish veg_cheese_disc: Groenten-kaasschijf (veggie) :: € 2.4
|
dish veg_cheese_disc: Groenten-kaasschijf (veggie) € 2.4
|
||||||
dish mini_spring_rolls: Mini-loempia's (veggie) :: € 3
|
dish mini_spring_rolls: Mini-loempia's (veggie) € 3
|
||||||
dish bami: Bami (veggie) :: € 2
|
dish bami: Bami (veggie) € 2
|
||||||
|
|
|
@ -34,13 +34,13 @@ dish own_bowl: Own bowl
|
||||||
hummus: Hummus
|
hummus: Hummus
|
||||||
|
|
||||||
single_choice protein: Eiwit
|
single_choice protein: Eiwit
|
||||||
farm_chicken: Hoevekip :: {has_meat}
|
farm_chicken: Hoevekip {has_meat}
|
||||||
highland_steak: Hoogvlaktebiefstuk :: {has_meat}
|
highland_steak: Hoogvlaktebiefstuk {has_meat}
|
||||||
japanese_tofu: Japanse tofu
|
japanese_tofu: Japanse tofu
|
||||||
nordic_salmon: Noordse zalm :: {has_fish} € 1
|
nordic_salmon: Noordse zalm {has_fish} € 1
|
||||||
ahi_tuna: Ahitonijn :: {has_fish} € 2
|
ahi_tuna: Ahitonijn {has_fish} € 2
|
||||||
marinated_nordic_salmon: Gemarineerde Noordse zalm :: {has_fish} € 1
|
marinated_nordic_salmon: Gemarineerde Noordse zalm {has_fish} € 1
|
||||||
spicy_ahi_tuna: Pikante Ahitonijn :: {has_fish} € 2
|
spicy_ahi_tuna: Pikante Ahitonijn {has_fish} € 2
|
||||||
|
|
||||||
single_choice dressing: Sausje
|
single_choice dressing: Sausje
|
||||||
sriracha_mayo: Sriracha-mayonaise
|
sriracha_mayo: Sriracha-mayonaise
|
||||||
|
@ -49,8 +49,8 @@ dish own_bowl: Own bowl
|
||||||
teriyaki: Teriyaki
|
teriyaki: Teriyaki
|
||||||
sweet_chili: Zoete chili
|
sweet_chili: Zoete chili
|
||||||
sriracha_hot: Pikante sriracha
|
sriracha_hot: Pikante sriracha
|
||||||
sesam: Sesam :: {vegan}
|
sesam: Sesam {vegan}
|
||||||
avocado_garlic: Avocado-look :: {vegan} € 0.5
|
avocado_garlic: Avocado-look {vegan} € 0.5
|
||||||
tzatziki: Tzatziki € 0.5
|
tzatziki: Tzatziki € 0.5
|
||||||
|
|
||||||
multi_choice toppings: Toppings (max. 3)
|
multi_choice toppings: Toppings (max. 3)
|
||||||
|
@ -69,22 +69,22 @@ dish own_bowl: Own bowl
|
||||||
chili_flakes: Chilivlokjes
|
chili_flakes: Chilivlokjes
|
||||||
nachos: Nacho's
|
nachos: Nacho's
|
||||||
|
|
||||||
dish salmon_style: Salmon style -- Noordse zalm, avocado, zeewiersalade, edamamebonen, komkommer, maïs, wasabi-mayonaise, sesam-mix, masago en nacho's :: {has_fish}
|
dish salmon_style: Salmon style -- Noordse zalm, avocado, zeewiersalade, edamamebonen, komkommer, maïs, wasabi-mayonaise, sesam-mix, masago en nacho's {has_fish}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
medium: Medium € 10.90
|
medium: Medium € 10.90
|
||||||
large: Large € 13.90
|
large: Large € 13.90
|
||||||
|
|
||||||
dish sweet_chicken: Sweet chicken -- Hoevekip, guacamole, maïs, kerstomaten, mango, Fetakaas, teriyaki, krokante uitjes, kroepoek :: {has_meat} {has_fish}
|
dish sweet_chicken: Sweet chicken -- Hoevekip, guacamole, maïs, kerstomaten, mango, Fetakaas, teriyaki, krokante uitjes, kroepoek {has_meat} {has_fish}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
medium: Medium € 9.90
|
medium: Medium € 9.90
|
||||||
large: Large € 12.90
|
large: Large € 12.90
|
||||||
|
|
||||||
dish mighty_steak: Mighty steak -- Hoogvlaktebiefstuk, guacamole, kerstomaatjes, maïs, komkommer, rode uitjes, sriracha-mayonaise, lente-uitjes, chilivlokjes :: {has_meat}
|
dish mighty_steak: Mighty steak -- Hoogvlaktebiefstuk, guacamole, kerstomaatjes, maïs, komkommer, rode uitjes, sriracha-mayonaise, lente-uitjes, chilivlokjes {has_meat}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
medium: Medium € 9.90
|
medium: Medium € 9.90
|
||||||
large: Large € 12.90
|
large: Large € 12.90
|
||||||
|
|
||||||
dish lets_tofu: Let's tofu -- Japanse tofu, avocado, zeewiersalade, komkommer, worteltjes, edamamebonen, sesamsaus, sesamsoja :: {vegan}
|
dish lets_tofu: Let's tofu -- Japanse tofu, avocado, zeewiersalade, komkommer, worteltjes, edamamebonen, sesamsaus, sesamsoja {vegan}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
medium: Medium € 9.90
|
medium: Medium € 9.90
|
||||||
large: Large € 12.90
|
large: Large € 12.90
|
||||||
|
|
|
@ -26,35 +26,35 @@ sauce: Saus
|
||||||
gonboa: Gon-boa -- Pikante kruidensaus uit het westen van China
|
gonboa: Gon-boa -- Pikante kruidensaus uit het westen van China
|
||||||
curry: Curry
|
curry: Curry
|
||||||
sweetsour: Zoetzuur
|
sweetsour: Zoetzuur
|
||||||
oyster: Oester :: {has_fish}
|
oyster: Oester {has_fish}
|
||||||
pepper: Pepersaus
|
pepper: Pepersaus
|
||||||
mushroom: Champignon -- Saus met champignon, wortel en wat andere groentjes
|
mushroom: Champignon -- Saus met champignon, wortel en wat andere groentjes
|
||||||
malaysian: A la Maleisië -- Licht pikante saus
|
malaysian: A la Maleisië -- Licht pikante saus
|
||||||
|
|
||||||
|
|
||||||
# Student woks
|
# Student woks
|
||||||
dish wok5: Babi pangang -- Geroosterd varkensvlees :: {has_meat} € 6
|
dish wok5: Babi pangang -- Geroosterd varkensvlees {has_meat} € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
|
|
||||||
dish wok1_chicken: Kip met saus :: {has_meat} € 6
|
dish wok1_chicken: Kip met saus {has_meat} € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
single_choice sauce
|
single_choice sauce
|
||||||
dish wok1_pork: Varken met saus :: {has_meat} € 6
|
dish wok1_pork: Varken met saus {has_meat} € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
single_choice sauce
|
single_choice sauce
|
||||||
|
|
||||||
dish wok1_breaded_chicken: Kippenballetjes zoetzuur :: {has_meat} € 6
|
dish wok1_breaded_chicken: Kippenballetjes zoetzuur {has_meat} € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
dish wok1_breaded_pork: Varkensballetjes zoetzuur :: {has_meat} € 6
|
dish wok1_breaded_pork: Varkensballetjes zoetzuur {has_meat} € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
|
|
||||||
dish wok2_chicken: Wok 2: kip zonder saus :: {has_meat} € 6
|
dish wok2_chicken: Wok 2: kip zonder saus {has_meat} € 6
|
||||||
single_choice bami_mihoen
|
single_choice bami_mihoen
|
||||||
dish wok2_pork: Wok 2: varken zonder saus :: {has_meat} € 6
|
dish wok2_pork: Wok 2: varken zonder saus {has_meat} € 6
|
||||||
single_choice bami_mihoen
|
single_choice bami_mihoen
|
||||||
|
|
||||||
dish wok3_chicken: Wok 3: kip met rijst zonder saus :: {has_meat} € 6
|
dish wok3_chicken: Wok 3: kip met rijst zonder saus {has_meat} € 6
|
||||||
dish wok3_pork: Wok 3: varken met rijst zonder saus :: {has_meat} € 6
|
dish wok3_pork: Wok 3: varken met rijst zonder saus {has_meat} € 6
|
||||||
|
|
||||||
dish wok4: Vegetarisch met saus € 6
|
dish wok4: Vegetarisch met saus € 6
|
||||||
single_choice bami_nasi
|
single_choice bami_nasi
|
||||||
|
|
|
@ -6,7 +6,7 @@ pizza_santa: Pizza Santa
|
||||||
website https://www.pizza-santa-gent.be/
|
website https://www.pizza-santa-gent.be/
|
||||||
============================
|
============================
|
||||||
|
|
||||||
dish margherita: Pizza margherita (veggie) -- Tomatensaus, mozzarella, parmezaan :: {vegetarian}
|
dish margherita: Pizza margherita (veggie) -- Tomatensaus, mozzarella, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 7
|
small: Klein € 7
|
||||||
large: Groot € 9
|
large: Groot € 9
|
||||||
|
@ -30,7 +30,7 @@ dish hawaii: Pizza Hawaï -- Tomatensaus,
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.5
|
small: Klein € 8.5
|
||||||
large: Groot € 11.5
|
large: Groot € 11.5
|
||||||
dish vegetariana: Pizza vegetariana (veggie) -- Tomatensaus, mozzarella, courgette, aubergine, paprika, ajuin, champignons, olijven, parmezaan :: {vegetarian}
|
dish vegetariana: Pizza vegetariana (veggie) -- Tomatensaus, mozzarella, courgette, aubergine, paprika, ajuin, champignons, olijven, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9
|
small: Klein € 9
|
||||||
large: Groot € 12
|
large: Groot € 12
|
||||||
|
@ -38,7 +38,7 @@ dish savoyarde: Pizza Savoyarde -- Tomatensaus, m
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9
|
small: Klein € 9
|
||||||
large: Groot € 11.5
|
large: Groot € 11.5
|
||||||
dish quattro_formaggi: Pizza quattro formaggi (veggie) -- Tomatensaus, mozzarella, emmentaler, talleggio, gorgonzola, parmezaan :: {vegetarian}
|
dish quattro_formaggi: Pizza quattro formaggi (veggie) -- Tomatensaus, mozzarella, emmentaler, talleggio, gorgonzola, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9
|
small: Klein € 9
|
||||||
large: Groot € 12
|
large: Groot € 12
|
||||||
|
@ -66,15 +66,15 @@ dish volante: Pizza volante -- Tomatensaus, mo
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9.5
|
small: Klein € 9.5
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
dish tia_loca: Pizza tia loca (veggie) -- Tomatensaus, mozzarella, pesto, kerstomaten, pecorinokaas, pijnboompitten, parmezaan :: {vegetarian}
|
dish tia_loca: Pizza tia loca (veggie) -- Tomatensaus, mozzarella, pesto, kerstomaten, pecorinokaas, pijnboompitten, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9.5
|
small: Klein € 9.5
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
dish frutti_di_mare: Pizza frutti di mare -- Tomatensaus, mozzarella, look, zeevruchten, calamares, scampi, mosselen, parmezaan :: {pescetarian}
|
dish frutti_di_mare: Pizza frutti di mare -- Tomatensaus, mozzarella, look, zeevruchten, calamares, scampi, mosselen, parmezaan {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 11
|
small: Klein € 11
|
||||||
large: Groot € 14
|
large: Groot € 14
|
||||||
dish salmone: Pizza salmone -- Tomatensaus, mozzarella, huisgerookte verse zalm, zure room, rucola, parmezaan :: {pescetarian}
|
dish salmone: Pizza salmone -- Tomatensaus, mozzarella, huisgerookte verse zalm, zure room, rucola, parmezaan {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 9.5
|
small: Klein € 9.5
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
|
@ -82,15 +82,15 @@ dish barbera: Pizza barbera -- Tomatensaus, mo
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10.5
|
small: Klein € 10.5
|
||||||
large: Groot € 13
|
large: Groot € 13
|
||||||
dish genovese: Pizza Genovese (veggie) -- Groene pesto, ricotta, zwarte olijven, kerstomaten, pijnboompitten, rucola, parmezaanschilfers, truffelolie :: {vegetarian}
|
dish genovese: Pizza Genovese (veggie) -- Groene pesto, ricotta, zwarte olijven, kerstomaten, pijnboompitten, rucola, parmezaanschilfers, truffelolie {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10
|
small: Klein € 10
|
||||||
large: Groot € 13
|
large: Groot € 13
|
||||||
dish capra: Pizza capra (veggie) -- Tomatensaus, mozzarella, bio geitenkaas, appel, tijm, honing, parmezaan :: {vegetarian}
|
dish capra: Pizza capra (veggie) -- Tomatensaus, mozzarella, bio geitenkaas, appel, tijm, honing, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10
|
small: Klein € 10
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
dish croccante: Pizza croccante (veggie) -- Tomatensaus, mozzarella, gorgonzola, peer, geroosterde hazelnoten, honing, rucola, parmezaan :: {vegetarian}
|
dish croccante: Pizza croccante (veggie) -- Tomatensaus, mozzarella, gorgonzola, peer, geroosterde hazelnoten, honing, rucola, parmezaan {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10
|
small: Klein € 10
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
|
@ -98,13 +98,13 @@ dish sud_e_sole: Pizza sud e sole -- Tomatensaus, moz
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10
|
small: Klein € 10
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
dish vegan_pepperoni: Pizza vegan pepperoni (vegan) -- Vegan vegetariana met kaas op basis van amandelnoten en pepperoni op basis van rode biet :: {vegan}
|
dish vegan_pepperoni: Pizza vegan pepperoni (vegan) -- Vegan vegetariana met kaas op basis van amandelnoten en pepperoni op basis van rode biet {vegan}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 10
|
small: Klein € 10
|
||||||
large: Groot € 12.5
|
large: Groot € 12.5
|
||||||
|
|
||||||
|
|
||||||
dish child_margherita: Kinderpizza margherita (veggie) -- Tomatensaus, mozzarella, parmezaan :: {vegetarian} € 7
|
dish child_margherita: Kinderpizza margherita (veggie) -- Tomatensaus, mozzarella, parmezaan {vegetarian} € 7
|
||||||
dish child_prosciutto: Kinderpizza prosciutto -- Tomatensaus, mozzarella, ham, parmezaan € 8
|
dish child_prosciutto: Kinderpizza prosciutto -- Tomatensaus, mozzarella, ham, parmezaan € 8
|
||||||
dish child_hawaii: Kinderpizza Hawaï -- Tomatensaus, mozzarella, ananas, ham, parmezaan € 8.5
|
dish child_hawaii: Kinderpizza Hawaï -- Tomatensaus, mozzarella, ananas, ham, parmezaan € 8.5
|
||||||
|
|
||||||
|
|
|
@ -5,15 +5,15 @@ prima_donna: Prima Donna
|
||||||
phone +32 475 40 13 00
|
phone +32 475 40 13 00
|
||||||
========================
|
========================
|
||||||
|
|
||||||
dish basic_pizza: Basispizza -- Kaas, tomatensaus. € 1 per garnituur, 5de garnituur gratis: champignons, ui, hesp, maïs, paprika, salami, tonijn, artisjokken, gehakt, ansjovis, kappertjes, kip, spinazi, feta, pikante pepers, olijven, ei, spek, ananas, asperges, extra kaas, verse schijfjes tomaat, gorgonzola kaas, look, room :: {vegetarian}
|
dish basic_pizza: Basispizza -- Kaas, tomatensaus. € 1 per garnituur, 5de garnituur gratis: champignons, ui, hesp, maïs, paprika, salami, tonijn, artisjokken, gehakt, ansjovis, kappertjes, kip, spinazi, feta, pikante pepers, olijven, ei, spek, ananas, asperges, extra kaas, verse schijfjes tomaat, gorgonzola kaas, look, room {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 5
|
small: Klein € 5
|
||||||
large: Groot € 5.5
|
large: Groot € 5.5
|
||||||
dish margarita: Pizza margherita -- Kaas, tomatensaus, kruiden :: {vegetarian}
|
dish margarita: Pizza margherita -- Kaas, tomatensaus, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 5
|
small: Klein € 5
|
||||||
large: Groot € 5.5
|
large: Groot € 5.5
|
||||||
dish fungi: Pizza funghi -- Kaas, tomatensaus, champignons, kruiden :: {vegetarian}
|
dish fungi: Pizza funghi -- Kaas, tomatensaus, champignons, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 6.00
|
small: Klein € 6.00
|
||||||
large: Groot € 6.50
|
large: Groot € 6.50
|
||||||
|
@ -25,7 +25,7 @@ dish parma: Pizza Parma -- Kaas, tomatensaus,
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 6.25
|
small: Klein € 6.25
|
||||||
large: Groot € 6.75
|
large: Groot € 6.75
|
||||||
dish napoletana: Pizza Napoletana -- Kaas, tomatensaus, ansjovis, kappertjes, kruiden :: {pescetarian}
|
dish napoletana: Pizza Napoletana -- Kaas, tomatensaus, ansjovis, kappertjes, kruiden {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 6.25
|
small: Klein € 6.25
|
||||||
large: Groot € 6.75
|
large: Groot € 6.75
|
||||||
|
@ -65,15 +65,15 @@ dish cipolla: Pizza cipolla -- Kaas, tomatensaus,
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 7.50
|
small: Klein € 7.50
|
||||||
large: Groot € 8.00
|
large: Groot € 8.00
|
||||||
dish dolce_vita: Pizza dolce vita -- Kaas, tomatensaus, spinazie, ei, kruiden :: {vegetarian}
|
dish dolce_vita: Pizza dolce vita -- Kaas, tomatensaus, spinazie, ei, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 7.50
|
small: Klein € 7.50
|
||||||
large: Groot € 8.00
|
large: Groot € 8.00
|
||||||
dish valentino: Pizza valentino -- Kaas, tomatensaus, ui, ansjovis, tonijn, kruiden :: {pescetarian}
|
dish valentino: Pizza valentino -- Kaas, tomatensaus, ui, ansjovis, tonijn, kruiden {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 7.50
|
small: Klein € 7.50
|
||||||
large: Groot € 8.00
|
large: Groot € 8.00
|
||||||
dish vegateriana: Pizza vegateriana -- Kaas, tomatensaus, ui, paprika, champignons, olijven, maïs, artisjok, kruiden :: {vegetarian}
|
dish vegateriana: Pizza vegateriana -- Kaas, tomatensaus, ui, paprika, champignons, olijven, maïs, artisjok, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.20
|
small: Klein € 8.20
|
||||||
large: Groot € 8.70
|
large: Groot € 8.70
|
||||||
|
@ -93,7 +93,7 @@ dish quattro_stagioni: Pizza quattro stagioni -- Kaas, tomatensaus,
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.20
|
small: Klein € 8.20
|
||||||
large: Groot € 8.70
|
large: Groot € 8.70
|
||||||
dish romana: Pizza Romana -- Kaas, tomatensaus, tonijn, maïs, paprika, pikante pepers, kruiden :: {pescetarian}
|
dish romana: Pizza Romana -- Kaas, tomatensaus, tonijn, maïs, paprika, pikante pepers, kruiden {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.20
|
small: Klein € 8.20
|
||||||
large: Groot € 8.70
|
large: Groot € 8.70
|
||||||
|
@ -113,19 +113,19 @@ dish calzone: Pizza calzone -- Dubbelgevouwen pizz
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.50
|
small: Klein € 8.50
|
||||||
large: Groot € 9.00
|
large: Groot € 9.00
|
||||||
dish calzone_vegetariana: Pizza calzone vegetariana -- Dubbelgevouwen pizza met kaas, tomatensaus, paprika, olijven, champignons, ui, artisjokken, kruiden :: {vegetarian}
|
dish calzone_vegetariana: Pizza calzone vegetariana -- Dubbelgevouwen pizza met kaas, tomatensaus, paprika, olijven, champignons, ui, artisjokken, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.50
|
small: Klein € 8.50
|
||||||
large: Groot € 9.00
|
large: Groot € 9.00
|
||||||
dish quattro_formaggi: Pizza quattro formaggi -- Kaas, tomatensaus, gorgonzola-, feta- en belpaesekaas, kruiden :: {vegetarian}
|
dish quattro_formaggi: Pizza quattro formaggi -- Kaas, tomatensaus, gorgonzola-, feta- en belpaesekaas, kruiden {vegetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.50
|
small: Klein € 8.50
|
||||||
large: Groot € 9.00
|
large: Groot € 9.00
|
||||||
dish frutti_di_mare: Pizza frutti di mare -- Kaas, tomatensaus, gemengde zeevruchten, kruiden :: {pescetarian}
|
dish frutti_di_mare: Pizza frutti di mare -- Kaas, tomatensaus, gemengde zeevruchten, kruiden {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.50
|
small: Klein € 8.50
|
||||||
large: Groot € 9.00
|
large: Groot € 9.00
|
||||||
dish scampi: Pizza scampi -- Kaas, tomatensaus, scampi's, kruiden :: {pescetarian}
|
dish scampi: Pizza scampi -- Kaas, tomatensaus, scampi's, kruiden {pescetarian}
|
||||||
single_choice size: Grootte
|
single_choice size: Grootte
|
||||||
small: Klein € 8.50
|
small: Klein € 8.50
|
||||||
large: Groot € 9.00
|
large: Groot € 9.00
|
||||||
|
@ -157,8 +157,8 @@ dish mac_and_cheese: Macaroni met kaas en hesp € 8
|
||||||
dish lasagna: Lasagna € 8
|
dish lasagna: Lasagna € 8
|
||||||
|
|
||||||
# Voorgerechten
|
# Voorgerechten
|
||||||
dish garlic_bread: Lookbroodje natuur :: {vegetarian} € 2
|
dish garlic_bread: Lookbroodje natuur {vegetarian} € 2
|
||||||
dish garlic_bread_cheese: Lookbroodje met kaas :: {vegetarian} € 2.5
|
dish garlic_bread_cheese: Lookbroodje met kaas {vegetarian} € 2.5
|
||||||
dish garlic_bread_cheese_ham: Lookbroodje met ham en kaas € 3
|
dish garlic_bread_cheese_ham: Lookbroodje met ham en kaas € 3
|
||||||
dish garlic_bread_cheese_tomato_ham: Lookbroodje met ham, tomaat en kaas € 3.5
|
dish garlic_bread_cheese_tomato_ham: Lookbroodje met ham, tomaat en kaas € 3.5
|
||||||
|
|
||||||
|
|
104
simpizza.hlds
104
simpizza.hlds
|
@ -13,7 +13,7 @@ size: Grootte
|
||||||
large: Large -- 37 cm € 15.95
|
large: Large -- 37 cm € 15.95
|
||||||
|
|
||||||
base: Bodem
|
base: Bodem
|
||||||
italian: Italian classic :: {no_text}
|
italian: Italian classic {no_text}
|
||||||
cheesy: Cheesy crust € 2
|
cheesy: Cheesy crust € 2
|
||||||
|
|
||||||
sauce: Extra potje saus
|
sauce: Extra potje saus
|
||||||
|
@ -33,11 +33,11 @@ dish margherita: Pizza margherita (veggie) -- Tomatensaus, k
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish bolognese_de_luxe: Pizza bolognese de luxe -- Bolognesesaus, look, ui, extra gehakt :: {has_meat}
|
dish bolognese_de_luxe: Pizza bolognese de luxe -- Bolognesesaus, look, ui, extra gehakt {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish hawaii: Pizza Hawaï -- Ham, kip, maïs, ananas :: {has_meat}
|
dish hawaii: Pizza Hawaï -- Ham, kip, maïs, ananas {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
|
@ -45,31 +45,31 @@ dish popeye: Pizza Popeye (veggie) -- Extra spinazie
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish pepperoni: Pizza pepperoni -- Dubbele portie pepperoni, paprika, jalapeños :: {has_meat}
|
dish pepperoni: Pizza pepperoni -- Dubbele portie pepperoni, paprika, jalapeños {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish seafood: Pizza seafood -- Tonijn, calamares, mosselen, garnalen :: {has_fish}
|
dish seafood: Pizza seafood -- Tonijn, calamares, mosselen, garnalen {has_fish}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish mega_fish: Pizza mega fish -- Ansjovis, tonijn, champignons, ui :: {has_fish}
|
dish mega_fish: Pizza mega fish -- Ansjovis, tonijn, champignons, ui {has_fish}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish hot_pizza: Pizza hot pizzaaah!!! -- Gehakt, jalapeños, ui, pepperoni :: {has_meat}
|
dish hot_pizza: Pizza hot pizzaaah!!! -- Gehakt, jalapeños, ui, pepperoni {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish salmon_delight: Pizza salmon delight -- Roomsaus, ui, gerookte zalm, kappertjes :: {has_meat}
|
dish salmon_delight: Pizza salmon delight -- Roomsaus, ui, gerookte zalm, kappertjes {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish full_option: Pizza full option -- Salami, paprika, ui, olijven, kip, ananas, maïs, gehakt, extra kaas :: {has_meat}
|
dish full_option: Pizza full option -- Salami, paprika, ui, olijven, kip, ananas, maïs, gehakt, extra kaas {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish pitza_kebab: Pitza kebab -- Look, ui, pitavlees, potje looksaus :: {has_meat}
|
dish pitza_kebab: Pitza kebab -- Look, ui, pitavlees, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
|
@ -81,11 +81,11 @@ dish creamy_multi_cheese: Pizza creamy multi cheese (veggie) -- Roomsaus, gorg
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish 4_seasons: Pizza 4 seasons -- Ham, salami, champignons, paprika :: {has_meat}
|
dish 4_seasons: Pizza 4 seasons -- Ham, salami, champignons, paprika {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish green_fiesta: Pizza green fiësta -- Roomsaus, spinazie, look, döner kebab, potje looksaus :: {has_meat}
|
dish green_fiesta: Pizza green fiësta -- Roomsaus, spinazie, look, döner kebab, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
|
@ -93,80 +93,80 @@ dish veggie: Pizza veggie -- Champignons, p
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish meat_lovers: Pizza meat lovers -- Ham, salami, pepperoni, extra gehakt :: {has_meat}
|
dish meat_lovers: Pizza meat lovers -- Ham, salami, pepperoni, extra gehakt {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish meat_lovers_deluxe: Pizza meat lovers deluxe -- Ham, salami, pepperoni, bacon, meatballs, merguez, swirl van looksaus :: {has_meat} € 2
|
dish meat_lovers_deluxe: Pizza meat lovers deluxe -- Ham, salami, pepperoni, bacon, meatballs, merguez, swirl van looksaus {has_meat} € 2
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish scampi_mampi: Pizza scampi mampi -- Ui, look, scampi, verse tomaat :: {has_meat}
|
dish scampi_mampi: Pizza scampi mampi -- Ui, look, scampi, verse tomaat {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish tabasco: Pizza tabasco -- Tabascopizzasaus, ui, paprika, champignons, pepperoni :: {has_meat}
|
dish tabasco: Pizza tabasco -- Tabascopizzasaus, ui, paprika, champignons, pepperoni {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish funky_chicken: Pizza funky chicken -- Ui, ananas, paprika, kip :: {has_meat}
|
dish funky_chicken: Pizza funky chicken -- Ui, ananas, paprika, kip {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish chicken_time: Pizza chicken time -- Kip, paprika, olijven, verse tomaten :: {has_meat}
|
dish chicken_time: Pizza chicken time -- Kip, paprika, olijven, verse tomaten {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish creamy_chicken: Pizza creamy chicken -- Roomsaus, kip, ui, look, potje looksaus :: {has_meat}
|
dish creamy_chicken: Pizza creamy chicken -- Roomsaus, kip, ui, look, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish spicy_chicken: Pizza spicy chicken -- Rode ui, jalapeños, kip, paprika, mozzarella, potje looksaus :: {has_meat}
|
dish spicy_chicken: Pizza spicy chicken -- Rode ui, jalapeños, kip, paprika, mozzarella, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish meatballs: Pizza meatballs -- Gekruide gehaktballetjes, ui, paprika, verse tomaat :: {has_meat}
|
dish meatballs: Pizza meatballs -- Gekruide gehaktballetjes, ui, paprika, verse tomaat {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish tuna: Pizza tuna -- Ui, tonijn, olijven, extra kaas :: {has_meat}
|
dish tuna: Pizza tuna -- Ui, tonijn, olijven, extra kaas {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish anchovy: Pizza anchovy -- Ui, ansjovis, paprika, olijven :: {has_meat}
|
dish anchovy: Pizza anchovy -- Ui, ansjovis, paprika, olijven {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish calzone: Pizza calzone -- Dubbelgevouwen. Ham, salami, champignons, paprika, bolognesesaus :: {has_meat}
|
dish calzone: Pizza calzone -- Dubbelgevouwen. Ham, salami, champignons, paprika, bolognesesaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish curry: Pizza curry -- Currysaus, champignons, ui, ananas, paprika, kip, mozzarella, potje looksaus :: {has_meat}
|
dish curry: Pizza curry -- Currysaus, champignons, ui, ananas, paprika, kip, mozzarella, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish bbq_chicken: Pizza chicken barbecue -- Barbecuesaus, gegrilde kip, ui, paprika :: {has_meat}
|
dish bbq_chicken: Pizza chicken barbecue -- Barbecuesaus, gegrilde kip, ui, paprika {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish bbq_meatballs: Pizza barbecue meatballs -- Barbecuesaus, gekruide gehaktballetjes, ui, paprika, verse tomaat :: {has_meat}
|
dish bbq_meatballs: Pizza barbecue meatballs -- Barbecuesaus, gekruide gehaktballetjes, ui, paprika, verse tomaat {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
dish bbq_bacon: Pizza barbecue bacon -- Barbecuesaus, bacon, ui, kip, jalapeños, potje looksaus :: {has_meat}
|
dish bbq_bacon: Pizza barbecue bacon -- Barbecuesaus, bacon, ui, kip, jalapeños, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish bbq_special: Pizza barbecue special -- Barbecuesaus, pepperoni, kip, meatballs, ui, swirl van looksaus :: {has_meat}
|
dish bbq_special: Pizza barbecue special -- Barbecuesaus, pepperoni, kip, meatballs, ui, swirl van looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
dish bbq_merguez: Pizza merguez -- Barbecuesaus, merguez, ui, paprika, potje looksaus :: {has_meat}
|
dish bbq_merguez: Pizza merguez -- Barbecuesaus, merguez, ui, paprika, potje looksaus {has_meat}
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce_no_garlic
|
multi_choice sauce_no_garlic
|
||||||
|
|
||||||
dish 50_50: Pizza fifty/fifty (helften in commentaar) -- Twee pizzahelften naar keuze € 2
|
dish 50_50: Pizza fifty/fifty -- Twee pizzahelften naar keuze (zet gewenste helften in commentaar) € 2
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice sauce
|
multi_choice sauce
|
||||||
|
@ -175,21 +175,21 @@ dish diy: Pizza do it yourself -- Vier ingredië
|
||||||
single_choice size
|
single_choice size
|
||||||
single_choice base
|
single_choice base
|
||||||
multi_choice meat: Vlees
|
multi_choice meat: Vlees
|
||||||
ham: Ham :: {has_meat}
|
ham: Ham {has_meat}
|
||||||
salami: Salami :: {has_meat}
|
salami: Salami {has_meat}
|
||||||
hot_salami: Pikante salami :: {has_meat}
|
hot_salami: Pikante salami {has_meat}
|
||||||
minced_meat: Gehakt :: {has_meat}
|
minced_meat: Gehakt {has_meat}
|
||||||
chicken: Kip :: {has_meat}
|
chicken: Kip {has_meat}
|
||||||
kebab: Kebabvlees :: {has_meat}
|
kebab: Kebabvlees {has_meat}
|
||||||
merguez: Merguez :: {has_meat}
|
merguez: Merguez {has_meat}
|
||||||
bacon: Bacon :: {has_meat}
|
bacon: Bacon {has_meat}
|
||||||
|
|
||||||
multi_choice fish: Vis
|
multi_choice fish: Vis
|
||||||
tuna: Tonijn :: {has_fish}
|
tuna: Tonijn {has_fish}
|
||||||
mussels: Mosselen :: {has_fish}
|
mussels: Mosselen {has_fish}
|
||||||
anchovy: Ansjovis :: {has_fish}
|
anchovy: Ansjovis {has_fish}
|
||||||
calamares: Calamares :: {has_fish}
|
calamares: Calamares {has_fish}
|
||||||
shrimp: Garnalen :: {has_fish}
|
shrimp: Garnalen {has_fish}
|
||||||
|
|
||||||
multi_choice vegetables: Groenten
|
multi_choice vegetables: Groenten
|
||||||
mushroom: Champignons
|
mushroom: Champignons
|
||||||
|
@ -204,7 +204,7 @@ dish diy: Pizza do it yourself -- Vier ingredië
|
||||||
tomato: Tomaat
|
tomato: Tomaat
|
||||||
|
|
||||||
multi_choice sauces: Sauzen
|
multi_choice sauces: Sauzen
|
||||||
bolognese: Bolognesesaus :: {has_meat}
|
bolognese: Bolognesesaus {has_meat}
|
||||||
cream: Roomsaus
|
cream: Roomsaus
|
||||||
tomato: Tomatensaus
|
tomato: Tomatensaus
|
||||||
tabasco: Tabascopizzasaus
|
tabasco: Tabascopizzasaus
|
||||||
|
@ -220,7 +220,7 @@ dish diy: Pizza do it yourself -- Vier ingredië
|
||||||
|
|
||||||
dish garlic_bread: Lookbroodjes natuur € 2.2
|
dish garlic_bread: Lookbroodjes natuur € 2.2
|
||||||
dish garlic_bread_cheese: Lookbroodjes kaas € 2.5
|
dish garlic_bread_cheese: Lookbroodjes kaas € 2.5
|
||||||
dish garlic_bread_cheese_ham: Lookbroodjes kaas en ham :: {has_meat} € 3
|
dish garlic_bread_cheese_ham: Lookbroodjes kaas en ham {has_meat} € 3
|
||||||
dish garlic_bread_cheese_tomato: Lookbroodjes kaas en tomaat € 3
|
dish garlic_bread_cheese_tomato: Lookbroodjes kaas en tomaat € 3
|
||||||
|
|
||||||
dish baguette_pesto: Lookbaguette pesto -- Pesto, tomatensaus, verse tomaat, mozzarella € 4.75
|
dish baguette_pesto: Lookbaguette pesto -- Pesto, tomatensaus, verse tomaat, mozzarella € 4.75
|
||||||
|
@ -232,11 +232,11 @@ dish baguette_hot: Lookbaguette hot -- Tabascotomatensaus, u
|
||||||
dish hot_and_cheesy: Hot & cheesy -- 5 stuks, inclusief potje dipsaus € 3.5
|
dish hot_and_cheesy: Hot & cheesy -- 5 stuks, inclusief potje dipsaus € 3.5
|
||||||
dish usa_potatoes: USA potatoes -- 1 portie, inclusief potje dipsaus € 3.5
|
dish usa_potatoes: USA potatoes -- 1 portie, inclusief potje dipsaus € 3.5
|
||||||
|
|
||||||
dish chicken_wings: Chicken wings -- Met potje dipsaus :: {has_meat}
|
dish chicken_wings: Chicken wings -- Met potje dipsaus {has_meat}
|
||||||
single_choice number: aantal
|
single_choice number: aantal
|
||||||
8: 8 € 6
|
8: 8 € 6
|
||||||
16: 16 € 10
|
16: 16 € 10
|
||||||
dish chicken_nuggets: Chicken nuggets -- Met potje dipsaus :: {has_meat}
|
dish chicken_nuggets: Chicken nuggets -- Met potje dipsaus {has_meat}
|
||||||
single_choice number: aantal
|
single_choice number: aantal
|
||||||
8: 8 € 7
|
8: 8 € 7
|
||||||
16: 16 € 12
|
16: 16 € 12
|
||||||
|
@ -250,15 +250,15 @@ pasta: Pasta
|
||||||
spaghetti: Spaghetti
|
spaghetti: Spaghetti
|
||||||
penne: Penne
|
penne: Penne
|
||||||
|
|
||||||
dish pasta_bolognaise: Pasta bolognaise :: {has_meat} € 8.5
|
dish pasta_bolognaise: Pasta bolognaise {has_meat} € 8.5
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
dish pasta_cheese: Pasta kaassaus (veggie) € 8.5
|
dish pasta_cheese: Pasta kaassaus (veggie) € 8.5
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
dish pasta_ham_and_cheese: Pasta ham-en-kaussaus :: {has_meat} € 9.5
|
dish pasta_ham_and_cheese: Pasta ham-en-kaussaus {has_meat} € 9.5
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
dish pasta_milano: Pasta milano -- Kip, champignons, ui, room, look, curry :: {has_meat} € 9.95
|
dish pasta_milano: Pasta milano -- Kip, champignons, ui, room, look, curry {has_meat} € 9.95
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
dish pasta_scampi: Pasta scampi -- Scampi, champignons, ui, room, look, curry :: {has_fish} € 9.95
|
dish pasta_scampi: Pasta scampi -- Scampi, champignons, ui, room, look, curry {has_fish} € 9.95
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
dish pasta_multi_cheese: Pasta multi cheese (veggie) € 9.95
|
dish pasta_multi_cheese: Pasta multi cheese (veggie) € 9.95
|
||||||
single_choice pasta
|
single_choice pasta
|
||||||
|
|
Loading…
Reference in a new issue