Template:Hs: Difference between revisions

From JonnyBWiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude><pre>
{{hs|abc|200|def}}
{{hs|g|200|h}}
</pre>
gives:
{{hs|abc|200|def}}
{{hs|g|200|h}}
----
<pre>
{{hs1|abc|200|def}}
{{hs1|g|200|h}}
</pre>
gives:
{{hs1|abc|200|def}}
{{hs1|g|200|h}}
----
The latter is equivalent with
<pre>
{|
{|
|-
| width=200px | abc || def
|-
| g || h
|}
</pre>
which gives:
{|
|-
| width=200px | abc || def
|-
| g || h
|}
</noinclude>
<includeonly>{|
|-
|-
| {{{1}}}|| width={{{2}}}px | ||{{{3}}}
| {{{1}}}|| width={{{2}}}px | ||{{{3}}}
|}
|}</includeonly>

Latest revision as of 00:29, 6 March 2007

{{hs|abc|200|def}}
{{hs|g|200|h}}

gives:


abc def
g h

{{hs1|abc|200|def}}
{{hs1|g|200|h}}

gives:

abc def
g h

The latter is equivalent with

{|
|-
| width=200px | abc || def
|-
| g || h
|}

which gives:

abc def
g h