![]() | This is the testcases page for the sandbox of Template:Italic block. More Information and Options If there are many examples of a complicated template on this page, those toward the end of the page may malfunction due to MediaWiki limits. If this occurs, see the "NewPP limit report" comment added to the rendered page.
You can also use Special:ExpandTemplates to examine the results of template use. You can test how this page looks in the different skins with these links: |
Testing sandbox versionEdit
{{Italic block/sandbox}}
Testing main templateEdit
1. Standard invocation:Edit
{{italic block|1=Line of poem :Indented line}}
Result:-
Line of poem
- Indented line
2. Inside a POEM tagEdit
1st example will not work as the : will not necessarily get read as an indentation marker in the expansion.
<poem> {{italic block|1=Line of poem :Indented line}} </poem>
Result:
{{{1}}}
3. POEM Using 1=
Edit
<poem> {{italic block|1=Line of poem :Indented line}} </poem>
Line of poem
Indented line
4 for comparison (ppoem)Edit
{{ppoem|1= {italic} Line of poem :Indented line }}
Line of poem
Indented line
Indented line