返回 ppt-master
tables_index.json
根目录 / skills / ppt-master / templates / tables / tables_index.json
1 {
2 "meta": {
3 "total": 6,
4 "defaultViewBox": "0 0 1280 720",
5 "formats": [
6 "ppt169"
7 ],
8 "filePattern": "{key}.svg",
9 "libraryPositioning": "Core row-and-column grids whose body values are addressed by stable row and column headers.",
10 "summaryGrammar": "Each table summary is a selection rule, not a description. Format: 'Pick for <content shape + scale>. Skip if <reason → alternative>'.",
11 "updated": "2026-08-08"
12 },
13 "aliases": {
14 "basic_table": "record_table",
15 "comparison_table": "comparison_matrix",
16 "consulting_table": "metric_table",
17 "feature_matrix_table": "feature_matrix",
18 "financial_statement_table": "hierarchical_table",
19 "harvey_balls_table": "rating_matrix"
20 },
21 "tables": {
22 "comparison_matrix": {
23 "summary": "Pick for criteria × alternatives with prose, exact values, or mixed facts. Skip if cells encode only feature states (use feature_matrix) or ordinal ratings (use rating_matrix)."
24 },
25 "feature_matrix": {
26 "summary": "Pick for capabilities × offerings with supported, unsupported, partial, or exception states. Skip for mixed facts (use comparison_matrix) or ordinal scores (use rating_matrix)."
27 },
28 "hierarchical_table": {
29 "summary": "Pick for grouped or indented row hierarchies across stable measure columns, including subtotals and totals. Skip for flat records (use record_table) or geometry driven by numeric magnitude (use a chart)."
30 },
31 "metric_table": {
32 "summary": "Pick for operating metrics by entity with current values, changes, statuses, or target progress inside cells. Skip if marks leave the grid and encode values (use a chart)."
33 },
34 "rating_matrix": {
35 "summary": "Pick for criteria × alternatives using one repeated ordinal scale. Skip for feature states (use feature_matrix) or exact facts (use comparison_matrix)."
36 },
37 "record_table": {
38 "summary": "Pick for flat records addressed by stable heterogeneous fields. Skip for KPI scanning (use metric_table) or grouped rows and totals (use hierarchical_table)."
39 }
40 }
41 }
42
42 lines JSON