Difference between revisions of "Template:Convert/sandbox2"

From blackwiki
Jump to navigation Jump to search
imported>Johnuniq
(works when no indent)
imported>Johnuniq
(rv to version at 21:52, 24 March 2015: restore original; experiments finished)
 
Line 1: Line 1:
<noinclude>See [[User:Johnuniq/sandbox2]] to test the following.
+
<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert|numdot=,|numsep=.}}</includeonly><noinclude>For experiments with [[Template:Convert]].</noinclude>
</noinclude>
 
__NOTOC__
 
== Uses TFAIMAGE with :: indent; bad ==
 
{|
 
|1 First line.
 
::1 Second line.
 
::{{TFAIMAGE|Heckert GNU white.svg|size=120px|Sample popup text}}
 
::1 Third line.
 
:::1 Fourth line.
 
|}
 
 
 
== Uses TFAIMAGE but removes the :: indent; good ==
 
{|
 
|2 First line.
 
::2 Second line.
 
{{TFAIMAGE|Heckert GNU white.svg|size=120px|Sample popup text}}
 
::2 Third line.
 
:::2 Fourth line.
 
|}
 
 
 
== Expands TFAIMAGE with :: indent; bad ==
 
{|
 
|3 First line.
 
::3 Second line.
 
::<div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em; ">[[File:Heckert GNU white.svg|120px|Sample popup text]]
 
</div>
 
::3 Third line.
 
:::3 Fourth line.
 
|}
 
 
 
== Corrects expansion by moving end div; good ==
 
{|
 
|4 First line.
 
::4 Second line.
 
::<div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em; ">[[File:Heckert GNU white.svg|120px|Sample popup text]]</div>
 
::4 Third line.
 
:::4 Fourth line.
 
|}
 

Latest revision as of 05:02, 23 July 2017

For experiments with Template:Convert.