Lorem ipsum generator
Description
This plugin allows you to generate dummy text and images of various kinds. There are a couple of text collections from which to pull out random fragments such as:
- classic
- buzzwords
- cicero
- client
- office
- pulpfiction
Additional corpoa may be added to the
loremipsum
template.
In addition, this plugin allows to have placeholder images as well using the
unsplash image service. See the examples below.
What is Lorem Ipsum
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Usage
%LOREM{<params>}%
Parameter |
Description |
Default |
type |
output type. possible values are: -
word : a single random word -
words : a list of num words -
headline : a list of words with at least min and at at most max words, upper-caseing the first word -
sentence : a random sentence -
sentences : a list of num sentences -
paragraph : a list of min to max sentences -
paragraphs : a list of num paragraphs -
image : generates an <img ...> tag using https://source.unsplash.com |
paragraph |
corpus |
name of word list as defined in the loremipsum template; known default corpus are: buzzwords , cicero , classic , client kafka , office , pulpfiction |
classic |
num |
number of items; applies to words , sentences , paragraphs |
3 |
min |
minimum number of items to be selected; applies to headline , sentences , paragraph |
headline: 3, sentences: 4, paragraph 5 |
max |
maximum number of items to be selected randomly; applies to headline , sentences , paragraph |
headline: 7, sentences: 9, paragraph 10 |
width |
image width |
240 |
height |
image height |
160 |
style |
local css styles for the <img ...> tag |
|
search |
comma separated search terms for the kind of image to return |
|
class |
css class |
loremImage |
align |
alignment of image, can be left , right , center |
|
alt |
alt attribute of image |
category and geometry of image |
title |
title attribute of image |
alt |
Examples