loremipsum(
BLOCKS
)

The loremipsum( function creates one or more paragraph blocks of “lorem ipsum” dummy text.


Parameters

This function has one parameter:

blocks – number of paragraph blocks to generate.


Description

This function creates one or more blocks of “lorem ipsum” dummy text. The function will first generate the common first block of loren ipsum Latin text (the first 4 sentences) and then, depending on the number of paragraphs indicated, it will create additional paragraphs made up of a random number of random sentences (between 1 and 5) picked from the remaining text. The limitations are that you can not predetermine exactly how long the entire text will be and you may have some duplication of the blocks beyond the second paragraph. This example will generate two paragraphs of text.

loremipsum(2)

Here is an example of text generated by this formula (the first paragraph is always the same, but the second will be different every time the function is used):

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.


History

VersionStatusNotes
10.2NewNew in this version.