"PROGRAM Header (md)": { "prefix": "Program Header", "description": "Standard Program Header w md", "body": [ "PROGRAM $program_name", "$ifdef BlockComment", "# PROGRAM $program_name", "", "## Basics", "", "|Area|Description|", "|---:|-----|", "**Type**| Program", "**Server**| $hostname", "**Program**| $program_name", "**Author**| $user", "**Date**| $CURRENT_MONTH-$CURRENT_DATE-$CURRENT_YEAR", "**Library**| $library", "**Keywords**| $library, $keyword", "**Copyright**| (C) $CURRENT_YEAR Copyright by me. All rights reserved.", "**Description**| $description", "", "## Stamp:", "", "Last updated by $user@$hostname ($account) at $CURRENT_HOUR:$CURRENT_MINUTE on $CURRENT_MONTH-$CURRENT_DATE-$CURRENT_YEAR", "", "## Log:", "", "| Mod | Date | Developer | Description |", "|--------|------------|-----------|-------------|", " Mod 00 | $CURRENT_MONTH-$CURRENT_DATE-$CURRENT_YEAR | $user | $project
1. Created", "", "## Documentation:", "", "$documentation", "", "### Syntax:", "", "```basic", " $program_name _", " $param1 _", " $param2 _", " HELP", "```", "", "### Parameters", "", "|Parameter| Opt/Req | Description |", "|---------|---------|-------------|", "**$param1** | Optional Required | $param1_desc", "**$param2** | Optional Required | $param2_desc", "**HELP** | Optional | Displays help information about this program", "", "### Examples", "", "1. $example1", "", " $example1_desc", "", "2. $example2", "", " $example2_desc", "", "### INCLUDES", "", "```basic", "includes_used_in_this_program", "```", "", "### Files", "", "```basic", "files_required", "```", "", "## Todo", "", "## Warnings", "", "***", "", "$endif BlockComment", ] }