Move basically the entire label content inside the item function #6
|
@ -55,16 +55,18 @@
|
|||
|
||||
#import "@preview/cades:0.3.0": qr-code
|
||||
|
||||
#let item(itemslug) = [
|
||||
#let item(itemname, itemslug, usage) = [
|
||||
== #itemname
|
||||
#qr-code("https://wiki.hamburg.ccc.de/item:" + itemslug)
|
||||
#text(8pt)[wiki.hamburg.ccc.de/item:#itemslug]
|
||||
=== Usage
|
||||
#usage
|
||||
]
|
||||
|
||||
== Prusa i3 MK3S
|
||||
|
||||
#item("prusa-i3")
|
||||
|
||||
=== Usage
|
||||
//Introduction required
|
||||
See instructions (in the wiki)
|
||||
//Freely
|
||||
#item(
|
||||
"Prusa i3 MK3s",
|
||||
"prusa-i3",
|
||||
// "Introduction required"
|
||||
"See instructions (in the wiki)"
|
||||
// "Freely"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue