Snapshot
This commit is contained in:
parent
b5871fde99
commit
8bc8b553de
@ -31,7 +31,7 @@
|
|||||||
```query
|
```query
|
||||||
items
|
items
|
||||||
where page = @page.name
|
where page = @page.name
|
||||||
select name, weight
|
select name, weight, price
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -44,18 +44,27 @@ select name, weight
|
|||||||
|
|
||||||
```#items
|
```#items
|
||||||
name: Osprey Backpack
|
name: Osprey Backpack
|
||||||
weight: 1.3
|
weight: 1.3kg
|
||||||
link:
|
link:
|
||||||
price: 0
|
|
||||||
---
|
---
|
||||||
name: Luftmatratze
|
name: Luftmatratze
|
||||||
weight: 0.5
|
weight: 0.5kg
|
||||||
link: https://www.decathlon.de/p/luftmatratze-trekking-mt500-air-l-180-%C3%97-52-cm-1-person
|
link: https://www.decathlon.de/p/luftmatratze-trekking-mt500-air-l-180-%C3%97-52-cm-1-person
|
||||||
price: 50
|
price: 50€
|
||||||
---
|
---
|
||||||
name: KUTIR 2.0 Tent
|
name: KUTIR 2.0 Tent
|
||||||
weight: 1.7
|
weight: 1.7kg
|
||||||
link: https://www.decathlon.de/p/mp/tambu/kutir-2-0/_/R-p-458e74e1-bb75-4a9a-ab43-e256643bad28
|
link: https://www.decathlon.de/p/mp/tambu/kutir-2-0/_/R-p-458e74e1-bb75-4a9a-ab43-e256643bad28
|
||||||
price: 110
|
price: 110€
|
||||||
|
---
|
||||||
|
name: Wanderschuhe
|
||||||
|
weight:
|
||||||
|
link: https://www.decathlon.de/p/wanderschuhe-herren-nh500
|
||||||
|
price: 50€
|
||||||
|
---
|
||||||
|
name: GPS
|
||||||
|
weight: 0.15kg
|
||||||
|
link: https://www.amazon.com/Bushnell-BackTrack-Navigation-Waterproof-Backpacking/dp/B09PLL4MJ3
|
||||||
|
price: 65€
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user