
#[
#import "@preview/tablex:0.0.8": tablex, cellx, hlinex

#tablex(
    columns: 5,
    auto-vlines: false,
    auto-hlines: false,
    column-gutter: 0.25em,
    hlinex(y: 0, stroke: 1pt),
    cellx(colspan: 3, x: 2, y: 0, align: center + top)[*parameters*],
    hlinex(y: 1, start: 2, end: 5, stroke: 0.75pt),
    cellx(colspan: 1, x: 2, y: 1, align: center + top)[T#sub[max]],
    cellx(colspan: 1, x: 3, y: 1, align: center + top)[C#super[max]],
    cellx(colspan: 1, x: 4, y: 1, align: center + top)[One Line #linebreak() Another Line],
    cellx(colspan: 1, x: 0, y: 2, align: left + top)[*group2*],
    cellx(colspan: 1, x: 1, y: 2, align: left + top)[*group*],
    cellx(colspan: 3, x: 2, y: 2, align: center + top)[*value*],
    hlinex(y: 3, stroke: 0.75pt),
    cellx(colspan: 1, x: 0, y: 3, align: left + top)[1],
    cellx(colspan: 1, x: 1, y: 3, align: left + top)[1],
    cellx(colspan: 1, x: 2, y: 3, align: center + top)[1],
    cellx(colspan: 1, x: 3, y: 3, align: center + top)[5],
    cellx(colspan: 1, x: 4, y: 3, align: center + top)[9],
    cellx(colspan: 1, x: 1, y: 4, align: left + top)[3],
    cellx(colspan: 1, x: 2, y: 4, align: center + top)[3],
    cellx(colspan: 1, x: 3, y: 4, align: center + top)[7],
    cellx(colspan: 1, x: 4, y: 4, align: center + top)[11],
    cellx(colspan: 1, x: 0, y: 5, align: left + top)[2],
    cellx(colspan: 1, x: 1, y: 5, align: left + top)[2],
    cellx(colspan: 1, x: 2, y: 5, align: center + top)[2],
    cellx(colspan: 1, x: 3, y: 5, align: center + top)[6],
    cellx(colspan: 1, x: 4, y: 5, align: center + top)[10],
    cellx(colspan: 1, x: 1, y: 6, align: left + top)[4],
    cellx(colspan: 1, x: 2, y: 6, align: center + top)[4],
    cellx(colspan: 1, x: 3, y: 6, align: center + top)[8],
    cellx(colspan: 1, x: 4, y: 6, align: center + top)[12],
    hlinex(y: 7, stroke: 1pt),

)
]
