Template:Lorem ipsum/doc: Difference between revisions

m Admin moved page Template:Lorem Ipsum/doc to Template:Lorem ipsum/doc without leaving a redirect: misspelled
No edit summary
Line 1: Line 1:
{{Lorem Ipsum}}
{{Lorem Ipsum}}


;Purpose:Provide a quick "boilerplate" filler text used solely as a template debugging aid, to examine wrapping, nesting, and margins or padding in template design and testing.
==Purpose==
;Usage:This template merely displays the latin paragraph shown above, but does so up to four times defined by <nowiki>{{{1}}}</nowiki> and displays (calls) [[Template:Lorem Ipsum]] N=(1-4) times with appropriate line breaks.
Provide a quick "boilerplate" filler text used solely as a template debugging aid, to examine wrapping, nesting, and margins or padding in template design and testing.  
;related:
*[[Template:Lorem Ipsum]], the source of that Latin paragraph.


}}
==Usage==
This template (with lowercase "i") merely displays the latin paragraph shown above, but does so up to four times defined by the first parameter passed ie.<nowiki>{{{1}}}</nowiki> and displays (calls) [[Template:Lorem Ipsum]] N=(1-4) times with appropriate line breaks.
So <code>{{Lorem|2}}</code> produces
{{Lorem|2}}
 
== Alias ==
You can call this template with just <nowiki>{{Template:Lorem}}</nowiki>
 
==Related ==
*[[Template:Lorem Ipsum]] (with uppercase i), the source of that Latin paragraph.
 
<templatedata>
{
"params": {
"1": {
"label": "How many paragraphs?",
"description": "specify a number 1 through 4 (1 is the default)",
"example": "3",
"type": "number"
}
},
"description": "Add some lettering on the page to see what \"real text\" would look like"
}
</templatedata>