WORK-266
Setting up your dashboard 0 entities found · 9/32 branches scanned
ID:WORK-266Status:pending

article-card reference card rune

The first core plain-presentational card rune — ordinary attributes, no $item/registry knowledge — shipped as the reference implementation for collection body templates. Proves the "cards are plain runes; the template wires entity fields into attributes" model.

Priority:lowComplexity:simpleMilestone:v0.16.0Source:SPEC-070

Criteria completion

Criteria completion: 0 of 4 (0%) checked; tracking started on May 25, no incremental history yet0%25%50%75%100%May 25Jun 15

Tracking started May 25 — check back for trends.

Branches 2
History 2
  1. 9440cce
    Created (pending)by bjornolofandersson
  2. 7ab7615
    Content editedby Claude
    plan: add v0.16.0 milestone and work breakdown for SPEC-069/070/071

Acceptance Criteria

  • {% article-card title= href= image= date= excerpt= /%} renders a self-contained card from plain attributes
  • Knows nothing about $item, the registry, or collection; usable standalone with hand-authored attributes
  • Works inside a collection body template fed by $item fields (e.g. {% article-card title=$item.data.title href=$item.url /%})
  • CSS in lumina; refrakt inspect article-card shows expected HTML; authoring docs show standalone + collection-fed usage

Dependencies

  • WORK-263 (collection core — the template context it's designed to be fed from)

References

  • SPEC-070 — cards as plain presentational runes