Prompt templates in PromptLabHub are extremely powerful tools. By setting bracket placeholders (e.g. [subject], [aspect_ratio]), you can dynamically compile prompt configurations without manually rewriting strings.
1. Declaring Placeholder Blocks
To register a customizable placeholder inside your prompt template text, wrap the target word in standard brackets. Avoid spaces inside the bracket. For example:
A professional headshot of [name] wearing [outfit] in [location] with natural lighting --ar [ratio]
2. Rendering parameters
When users click Use Template, our parsing engine dynamically scans the prompt for all bracket items and builds a custom form fields list in real-time, allowing immediate interactive typing.