WORK-266
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
claude/milestone-v0.16.0 View source

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
claude/milestone-v0.16.0 current pending
claude/v0.16.0 donemain pending
History 1
  1. 7ab7615
    Created (pending)by bjornolofandersson

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