Testing sandbox version edit

{{Italic block/sandbox}}

Template:Italic block/sandbox

Testing main template edit

1. Standard invocation: edit

{{italic block|1=Line of poem
:Indented line}}

Result:-

Line of poem

Indented line

2. Inside a POEM tag edit

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