update documentation for usage of new schedule templates

master
Ken Barbour 2022-08-31 16:51:17 -04:00
parent 7b99d28349
commit 7ae708e1ce
1 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,7 @@ document root.
* `{{CONTENT}}` - the main content of the page, generated by other templates
* `{{TITLE}}` - page title
* `{{GENERATED_AT}}` - string description of the time the page was generated
* `{{SCHEDULE}}` - Concatenated markup generated by `schedule-item.template`
* `index.template` - used for the site index
* `{{CONTENT}}` - the main content of the page
* `item.template` is used for each satellite pass included in an index.
@ -27,4 +28,7 @@ document root.
* `{{SRC}}` - image `src` attribute
* `{{ALT}}` - `alt` attribute for the image
* `{{CAPTION}}` - a string caption describing the image
* `schedule-item.template` generates the markup for a single predicted satellite pass
* `{{DATE}}` - date and time of the beginning of the signal (above the horizon)
* `{{SATELLITE}}` - satellite name (ex: NOAA 15)
* `{{DURATION}}` - duration (in seconds) until loss of signal (below the horizon)