Files
card-layouts/templates/karta-5a.json
T
2026-07-15 08:41:20 +02:00

185 lines
4.7 KiB
JSON

{
"$schema": "../schemas/card-template.schema.json",
"schema": "esc-card-template.v1",
"id": "karta-5a",
"name": "Karta 5a",
"version": "1.0",
"description": "Wielostronicowy layout A4 landscape wyekstrahowany z referencyjnego pliku series/esc/html/ESC-04 karta.html; pierwsze dwie strony zachowują konwencję wzorca, dalsze strony dokładają pełną treść karty.",
"tokens": {
"page": {
"format": "a4",
"orientation": "landscape",
"width_px": 1123,
"height_px": 794,
"padding_px": {
"top": 38,
"right": 38,
"bottom": 30,
"left": 38
},
"paper": "#fefefc",
"desk": "#eceae4",
"ink": "#1c1c1a"
},
"grid": {
"columns": [
"112px",
"1fr",
"112px"
],
"gap_px": 19,
"left_role": "TECH",
"right_role": "OG"
},
"typography": {
"text": "STIX Two Text",
"mono": "JetBrains Mono",
"body_px": 13,
"line_height": 1.55,
"margin_tree_px": 7.5,
"label_px": 8.5,
"footer_px": 9.5
},
"colors": {
"paper": "#fefefc",
"desk": "#eceae4",
"ink": "#1c1c1a",
"muted": "#8a887f",
"subtle": "#4a4944",
"header": "#f4f3ef",
"line": "#d8d6d0",
"line_soft": "#e4e2dc",
"tree_line": "#c9c7bf",
"hairline": "#f0efe9",
"accent": "#3b5a8f"
}
},
"components": {
"section_box": {
"border": "1px solid #1c1c1a",
"header": "§N + uppercase title, letter-spacing .12em, background #f4f3ef"
},
"metric_header": {
"border": "1.5px solid #1c1c1a",
"title_bar": true,
"grid": "2x2",
"fill_fields": [
"Uczeń",
"Klasa · data"
]
},
"margin_tree_panel": {
"left": "TECH — zawodowe; WE → EK → KW",
"right": "OG — ogólne; WE → EN → KW",
"footer": "KW wspólne + dominanta"
},
"checkbox_row": {
"size_px": 11,
"border": "1.2px solid #1c1c1a"
},
"agenda_grid": {
"columns": [
"56px",
"1fr"
],
"time_color": "#3b5a8f"
},
"theory_table": {
"border": "1px solid #d8d6d0",
"id_font": "JetBrains Mono"
},
"tech_stack_table": {
"columns": [
"88px",
"1fr"
],
"groups": [
"Software",
"Hardware"
]
},
"footer": {
"rule": "1.5px solid #1c1c1a",
"format": "commit · uuid · wersja · data | strona N / M | status"
},
"fill_in_line": {
"style": "1px dotted #9a988f"
}
},
"block_map": {
"page_1": [
"metric_header",
"mission",
"objectives",
"agenda",
"hw_gate"
],
"page_2": [
"running_card_header",
"theory_refs",
"tech_stack",
"math_block"
],
"page_3": [
"part_a_banner",
"model_block",
"code_block",
"container_test",
"bom"
],
"page_4": [
"part_b_banner",
"safety_rules",
"reference_settings",
"figures",
"hardware_procedure"
],
"page_5": [
"observation_table"
],
"page_6": [
"troubleshooting",
"analysis_tasks"
],
"page_7": [
"team_decision",
"git_gate",
"session_record",
"ai_rules",
"references"
],
"objectives": "checkbox_row + objective_refs",
"agenda": "agenda_grid",
"hw_gate": "checkbox_row + teacher_signature",
"theory_refs": "theory_table",
"tech_stack": "tech_stack_table",
"math_block": "equations + answer_lines",
"model_block": "notebook + constants_table + manual_inputs",
"code_block": "skeleton_files + interfaces + responsibilities + pass_condition",
"container_test": "command_list + evidence_line",
"bom": "checkbox_table",
"safety_rules": "golden_rules_grid",
"reference_settings": "compact_reference_table",
"figures": "kicad_includegraphics",
"hardware_procedure": "checkbox_steps",
"observation_table": "spacious_grid",
"troubleshooting": "symptom_hypothesis_action_result_log",
"analysis_tasks": "answer_lines",
"team_decision": "mini_adr",
"git_gate": "checkbox_criterion_evidence_signature",
"ai_rules": "compact_policy_box",
"references": "compact_mono_list"
},
"emitters": {
"html": "5a",
"latex": "5a"
},
"limitations": {
"latex": [
"pdfLaTeX nie używa fontów Google Fonts; renderer wybiera stix2, jeśli jest dostępny, oraz mono z pakietu inconsolata/beramono/lmodern jako fallback.",
"HTML odwzorowuje pikselowe rozmiary 1123x794; LaTeX mapuje je na A4 landscape w centymetrach.",
"Panele drzewek w LaTeX są statycznymi minipage, bez interaktywnych tooltipów HTML."
]
}
}