Index: 07_io/3_3_export_bom/index.html =================================================================== --- 07_io/3_3_export_bom/index.html (revision 38034) +++ 07_io/3_3_export_bom/index.html (revision 38035) @@ -46,6 +46,8 @@
  • NAME.footer: terminal template, printed once for each terminal within each subcircuit; optional
  • NAME.needs_escape: list all characters (as a string) that require escaping when printed with the "escape." prefix (see below)
  • NAME.escape: if specified, the first character of this string is used as the escape character; if not specified, offending characters are not escaped but replaced with an underscore +
  • NAME.skip_if_empty: if specified, for each item to be added the template is rendered and if the result is empty, the item is ignored +
  • NAME.skip_if_nonempty: if specified, for each item to be added the template is rendered and if the result is not empty, the item is ignored

    Templates are text strings; they are printed as is, keeping all newlines and