text_lorem_ipsum_variations
Generate themed placeholder text in vocabularies like bacon, cupcake, or pirate. Choose output as words, sentences, or paragraphs for design mockups.
Instructions
Generate Themed Lorem Ipsum Placeholder Text. Generate themed placeholder text in one of seven vocabularies (classic Lorem Ipsum, bacon, cupcake, pirate, Shakespeare, tech, medical) as words, sentences, or paragraphs. Use this when you want a non-Latin themed vocabulary; use text_lorem_ipsum instead for plain Lorem Ipsum with HTML list output. Output is RANDOM and varies per call (words and sentence lengths are picked at random), so repeat calls return different text. Read-only, non-destructive, pure local compute (no network or persistence). Rate limited to 60 requests/minute for anonymous callers. Returns the generated text plus word/sentence/paragraph/character stats and the resolved generation options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Vocabulary theme for the placeholder text. | lorem |
| format | No | Output unit. Unrecognised values fall back to paragraphs. | paragraphs |
| count | No | How many words/sentences/paragraphs to generate; clamped to 1-50. | |
| startWithTraditional | No | When true, begin output with the canonical "Lorem ipsum dolor sit amet..." line (consuming part of count). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | True when generation succeeded. | |
| result | No | The generated placeholder text. | |
| stats | No | Text and generation statistics. | |
| options | No | Echoed effective options plus the list of available themes. |