Template:Hs
{{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}}} |
{{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}}} |