This template outputs the "lorem ipsum" filler text. It takes four parameters: the number of paragraphs to generate, paragraph prefix, paragraph suffix, and an option to link lorem ipsum. There are 10 distinct paragraphs, but it can produce up to 20 in one use.

Usage edit

{{Lorem ipsum}} – one paragraph
{{Lorem ipsum|3|*}} – three paragraphs as bullet list
{{Lorem ipsum|10}} – ten paragraphs

Parameters edit

There are four positional parameters and two named parameters, all optional:

  • 1 – Number of paragraphs to display (1..20; default: 1)
  • 2 – prefix character(s) to emit before each paragraph (such as a quotation mark, an asterisk for bullet list, etc.; default: none)
  • 3 – suffix (such as ending quote; default: none)
  • 4 – if set to |4=yes, causes the first two words of paragraph 1 to be linked to Lorem ipsum. (default: 'no'. Alias: 'link'.)
  • join – if set to |join=yes, causes all output to be emitted as a single paragraph (default: 'no'). Use of 'join' alters how prefix is handled.
  • cat – Adds article to Category:articles containing placeholders, unless |cat=no (default: 'yes')

Notes about font styling edit

For most parameter combinations, this template produces block-level Html output, and for those cases, font styling using wiki markup such as '''bold''', ''italic'' or <small>...</small> may not produce the desired results. (This is true of all templates that generate Html block elements.) If font styling is required, you can use block level alternatives, such as these:

  • for smaller font, you may use ⟶ {{small div | {{Lorem ipsum|3}} }}
  • for bold ⟶ {{bold div | {{Lorem ipsum|3}} }}
  • for italics ⟶ {{italic div | {{Lorem ipsum|3}} }}

The latter two have a parameter to make the text smaller at the same time. Alternatively, if you only need one paragraph of lorem output, consider using {{lorem ipsum span}} instead, which generates an Html inline-level element and so may be used with all the normal in-line wiki markup to alter the font style.

Exceptionally, standard wiki markup may be used when param |join=yes is in use. See #Running paragraphs together.

Examples edit

Linking "lorem ipsum" edit

To link the incipit (the first two words of paragraph one, i.e. Lorem ipsum) to the Wikipedia article Lorem ipsum, either use param |link=yes, or place yes in the fourth positional parameter. {{Lorem ipsum|1|#|link=yes}} generates:

#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.

Prefix and suffix edit

Param 2 is the prefix, and 3 is the suffix added to the beginning and end of each paragraph. In the example below, the prefix is Template:Pval, and the suffix is Template:Pval:

{{Lorem ipsum|2|:* "|"}} generates:

:* "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."Template:Lorem ipsum/pb-cond:* "Template:Lorem ipsum/P2"

Note that if param |join=yes is in effect, the wiki markup behavior of prefix metacharacters #, *, and : is only apparent at the beginning of the output, because there is only one, long paragraph. For example, if prefix is Template:Pval with |join=yes, the output consists of one long paragraph, numbered "1". The prefix character(s) will still be placed in the content where paragraph breaks would normally occur in non-joined results, but they appear as normal characters (hash, asterisk, colon) and are not interpreted as wiki markup.

Prefix and suffix whitespace edit

Note that whitespace is important in the second and third parameters. In the example {{Lorem ipsum|1| * " | " }} the prefix is Template:Pval and the suffix is Template:Pval. The space in front of the asterisk prevents it from being interpreted as a bullet metacharacter, and it is seen as a plain asterisk. This results in the following:

* " 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. "

In this example, the prefix is Template:Pval; the leading white space before the asterisk forces the asterisk to be read as plain text, not a bullet metacharacter.

Running paragraphs together edit

All requested paragraphs of text can be joined together in one long paragraph using the |join=yes param. Use of this parameter alters the behavior of param 2 (prefix): see #Prefix and suffix for details. The link param (4) behaves as usual: {{Lorem ipsum|2|link=yes|join=yes}} will produce:

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.Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P2

Since joined text produces a single string without line breaks and without block-level tags such as <p>, if no prefix metacharacters are in use, the result of transcluding the template with |join=yes is an inline-level HTML element, meaning that standard wiki markup for font styling (like bold, italic, or font-size such as '<small>') may be used in this case. See #Notes about font styling for details.

Limiting character count to less than one paragraph edit

If fewer than 446 characters are desired, use {{lorem ipsum span}} and truncate to the desired size with Template:Str left:

{{Str left|{{Lorem ipsum span}}|123}} will result in:

Template:Lorem ipsum spanTemplate:Lorem ipsum spanTemplate:Lorem ipsum spanTemplate:Lorem ipsum span[[:

Full text edit

{{Lorem ipsum|10}} will produce:

Extended content

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.Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P2Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P3Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P4Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P5Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P6Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P7Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P8Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P9Template:Lorem ipsum/pb-condTemplate:Lorem ipsum/P10

See also edit

Template data edit

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Lorem ipsum

This template generates a filler text for test purposes. Text generated is the well-known "Lorem ipsum" passage, which is gibberish that somewhat resembles Latin. There are 10 distinct paragraphs, but it can produce up to 20.

Template parameters

ParameterDescriptionTypeStatus
Number of paragraphs1

Number of paragraphs to be shown. A number from 1 to 20 is acceptable.

Default
1
Numbersuggested
Paragraph prefix2

Wikicode or text to prefix to each paragraph. For example, specifying * ( causes each paragraph to become a bullet list and start with an opening parenthesis.

Unbalanced wikitextoptional
Paragraph suffix3

Wikicode or text to suffix to each paragraph. For example, specifying ) causes each paragraph to end with a closing parenthesis.

Unbalanced wikitextoptional
Link to [[Lorem ipsum]]?4 link

Setting this parameter to "yes" causes a link to the "Lorem ipsum" article to appear.

Booleanoptional
Join all output into one paragraph?join

Setting this parameter to "yes" causes all output to go into one paragraph.

Default
no
Booleanoptional
Add to category "Wikipedia articles containing placeholders"?cat

Setting this parameter to "no" prevents the page from being added to [[Category:Wikipedia articles containing placeholders]].

Default
yes
Booleanoptional