Blockie

Contents

  • 1. Introduction
  • 2. Overview of principles
  • 3. Data-driven template filling
  • 4. Automatic variables and blocks
  • 5. Manual template filling
  • 6. Configuration and examples
  • 7. API
Blockie
  • Blockie
  • View page source

Blockie

Contents

  • 1. Introduction
    • 1.1. Installation
    • 1.2. Quickstart
  • 2. Overview of principles
    • 2.1. Template-based content generation
    • 2.2. Template tags
    • 2.3. Template filling
  • 3. Data-driven template filling
    • 3.1. Variable operations
      • 3.1.1. Setting the variable value
      • 3.1.2. Clearing a variable
    • 3.2. Block operations
      • 3.2.1. Setting the block content
      • 3.2.2. Block content cloning
      • 3.2.3. Setting the block content variation
      • 3.2.4. Clearing a block
    • 3.3. Addtional features
      • 3.3.1. Block fill handler
      • 3.3.2. Subelements
      • 3.3.3. Variable templates
  • 4. Automatic variables and blocks
    • 4.1. Automatic left-alignment variable
    • 4.2. Automatic block variable
    • 4.3. Automatic variation block
  • 5. Manual template filling
    • 5.1. Block object methods
  • 6. Configuration and examples
    • 6.1. Tags configuration
    • 6.2. Examples
  • 7. API
    • Block
      • Block.config
      • Block.name
      • Block.content
      • Block.FillState
      • Block.__init__()
      • Block.parent
      • Block.children
      • Block.template
      • Block.load_template()
      • Block.save_content()
      • Block.fill()
      • Block.get_subblock()
      • Block.set_variables()
      • Block.set()
      • Block.set_subblock()
      • Block.clone()
      • Block.clear_variables()
      • Block.clear()
      • Block.clear_subblock()
      • Block.reset()
    • BlockConfig
      • BlockConfig.tag_gen_var
      • BlockConfig.tag_gen_blk_start
      • BlockConfig.tag_gen_blk_end
      • BlockConfig.tag_gen_blk_vari
      • BlockConfig.tag_implct_iter
      • BlockConfig.autotag_blk_var
      • BlockConfig.autotag_align
      • BlockConfig.autotag_vari
      • BlockConfig.subelem_sep
      • BlockConfig.tab_size
      • BlockConfig.enable_autotags
Next

© Copyright 2025 Lubomir Milko.

Built with Sphinx using a theme provided by Read the Docs.