feat: add getränkeliste
This commit is contained in:
parent
dabf2b8dfe
commit
2e2bcbd0e1
2 changed files with 21 additions and 1 deletions
20
getränkeliste.typ
Normal file
20
getränkeliste.typ
Normal file
|
@ -0,0 +1,20 @@
|
|||
#import "templates/tmpl_page.typ": tmpl_page
|
||||
#import "templates/form.typ": form, form_field, form_inline
|
||||
|
||||
#show: doc => tmpl_page(
|
||||
title: "Getränkeliste",
|
||||
version: "v1.0",
|
||||
change_date: "16.02.2025",
|
||||
subtext: [
|
||||
Für jedes Getränk einen Strich, für Wasser einen halben.\
|
||||
Bei mehr als 10 Strichen bitte den Betrag in die Getränkekasse werfen\
|
||||
und entsprechend durchstreichen.
|
||||
],
|
||||
doc,
|
||||
)
|
||||
|
||||
#table(
|
||||
columns: (8em, 1fr),
|
||||
table.header([Name],[Anzahl Getränke]),
|
||||
..array.range(0,37).map(i => [#v(2em)])
|
||||
)
|
|
@ -1,6 +1,6 @@
|
|||
title: Mitgliederversammlung
|
||||
date: Montag, 01.01.2024, 12:00 Uhr
|
||||
location: Gartenstraße 11, Dornstetten
|
||||
location: Friedrichstraße 17, 72250 Freudenstadt
|
||||
author: Autor
|
||||
lead: Leitung # Optional
|
||||
signature: false # wenn true wird signature.png (und ggf. signature_lead.png) geladen
|
||||
|
|
Loading…
Add table
Reference in a new issue