Template:inflection-table-block-top

Hello, you have come here looking for the meaning of the word Template:inflection-table-block-top. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:inflection-table-block-top, but we will also tell you about its etymology, its characteristics and you will know how to say Template:inflection-table-block-top in singular and plural. Everything you need to know about the word Template:inflection-table-block-top you have here. The definition of the word Template:inflection-table-block-top will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:inflection-table-block-top, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This does the same thing as {{inflection-table-block}}, but is designed to be used as a wrapper for raw table content, in partnership with {{inflection-table-block-bottom}}.

The following works:

{{inflection-table-block|
{{some template|...}}
{{some template|...}}
{{some template|...}}
}}

The following doesn't work, because MediaWiki interprets the pipes (part of the table syntax) as delineating separate parameters to {{inflection-table-block}}:

{{inflection-table-block|
{{inflection-table-top}}
! colspan="2" | heading
|- 
| test
| another
{{inflection-table-bottom}}
...
}}

Instead, do the following:

{{inflection-table-block-top}}
{{inflection-table-top}}
! colspan="2" | heading
|- 
| test
| another
{{inflection-table-bottom}}
...
{{inflection-table-block-bottom}}