BoMHTML parameters

  • datasheet_as_link : [string] (default: '') [case insensitive]Column with links to the datasheet.

  • generate_dnf : [boolean] (default: true) Generate a separated section for DNF (Do Not Fit) components.

  • logo : [string | boolean] (default: '') PNG/SVG file to use as logo, use false to remove. Note that when using an SVG this is first converted to a PNG using logo_width.

  • title : [string] (default: 'KiBot Bill of Materials') BoM title.

  • col_colors : [boolean] (default: true) Use colors to show the field type.

  • digikey_link : [string | list(string)] (default: '') [case insensitive]Column/s containing Digi-Key part numbers, will be linked to web page.

  • extra_info : [string | list(string)] (default: '') Information to put after the title and before the pcb and stats info.

  • hide_pcb_info : [boolean] (default: false) Hide project information.

  • hide_stats_info : [boolean] (default: false) Hide statistics information.

  • highlight_empty : [boolean] (default: true) Use a color for empty cells. Applies only when col_colors is true.

  • lcsc_link : [boolean | string | list(string)] (default: '') [case insensitive]Column/s containing LCSC part numbers, will be linked to web page. Use true to copy the value indicated by the field_lcsc_part global option.

  • logo_width : [number] (default: 370) Used when the logo is an SVG image. This width is used to render the SVG image.

  • mouser_link : [string | list(string)] (default: '') [case insensitive]Column/s containing Mouser part numbers, will be linked to web page.

  • row_colors : [RowColors parameters] [list(dict)] (default: []) Used to highlight rows using filters. Rows that match a filter can be colored. Note that these rows won’t have colored columns.

  • style : [string] (default: 'modern-blue') Page style. Internal styles: modern-blue, modern-green, modern-red and classic. Or you can provide a CSS file name. Please use .css as file extension.
    .

Used dicts