Template:Lorem ipsum span/doc
Lua error: Internal error: The interpreter exited with status 127.
This template emits one string with no line breaks, corresponding to one of the Lorem ipsum paragraphs. It is intended for use in inline element contexts, where it may be used with standard wiki markup such as italic, bold, <small> or other inline markup.
Usage
{{lorem ipsum span}}
– generates a string containing the first paragraph of lorem ipsum{{lorem ipsum span|1}}
– same as above{{lorem ipsum span|5}}
– generates one string containing paragraph five of lorem
Parameters
There is one optional positional parameter, which is the number of the lorem paragraph to emit. Legal values are 1..10
.
- first param: which string to emit. A value of
3
means, emit paragraph 3 of lorem as a single string.
Examples
Unlike with the main template {{lorem ipsum}}, this template generates an Html inline-level element, so surrounding Wiki markup is allowed here:
''{{lorem ipsum span|4}}''
– generate paragraph 4 in italics'''<small>{{lorem ipsum span|2}}</small>'''
– generate paragraph 2 in small, bolded font
For example, ''<small>{{lorem ipsum span|1}}</small>''
generates the following:
Lua error: Internal error: The interpreter exited with status 127.
Limiting character count to less than one paragraph
If fewer than 446 characters are desired, truncate to the desired size with |max len=
. For example,
Markup | Renders asLua error: Internal error: The interpreter exited with status 127. |
---|---|
See also
- {{lorem span}} – redirects to this template
- {{lipspan}} – redirects to this template
- {{lorem ipsum}} – full-featured template for multiple paragraph output and additional options