Template:Hs: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | <noinclude><pre> | ||
{{hs|abc|200|def}} | {{hs|abc|200|def}} | ||
{{hs|g|200|h}} | {{hs|g|200|h}} | ||
| Line 38: | Line 38: | ||
|- | |- | ||
| g || h | | g || h | ||
|} | |||
</noinclude> | |||
{| | |||
|- | |||
| {{{1}}}|| width={{{2}}}px | ||{{{3}}} | |||
|} | |} | ||
Revision as of 00:27, 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 |
| {{{1}}} | {{{3}}} |