make_table_preview
Generate a formatted example table with sample data to preview layouts and styles. Supports grid, box, pipe, and safe formats, along with table styles like mysql.
Instructions
Print a preview/example table with sample data.
Args: style: "thai" (default) -- example with Thai/Pali characters "simple" -- plain English example fmt: "grid" (default), "box", "pipe", or "safe" table_style: Table style for grid fmt (mysql, separated, etc.)
Returns: Formatted example table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | thai | |
| fmt | No | grid | |
| table_style | No | mysql |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |