Template:inflection-table-block
Appearance
{{{1}}}
- The following documentation is located at Template:inflection-table-block/documentation. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
This template ensures that a sequence of inflection tables that use {{inflection-table-top}} adopt the same width.
Example
Compare the right edge of:
{{nv-verbtable-full
|IMPERFECTIVE
|...}}
{{nv-verbtable-full
|PERFECTIVE
|...}}
{{nv-verbtable-full
|FUTURE
|...}}
| imperfective | singular | duoplural | plural |
|---|---|---|---|
| 1st person | iishááh | iitʼaash | iikááh |
| 2nd person | aninááh | ohʼaash | ohkááh |
| 3rd person | iighááh | iiʼaash | iikááh |
| 4th person | ajighááh | ajiʼaash | ajikááh |
| perfective | singular | duoplural | plural |
|---|---|---|---|
| 1st person | ííyá | iitʼáázh | iikai |
| 2nd person | ííníyá | ooʼáázh | oohkai |
| 3rd person | ííyá | ííʼáázh | eekai / iikai |
| 4th person | ajííyá | ajííʼáázh | ajookai |
| future | singular | duoplural | plural |
|---|---|---|---|
| 1st person | adeeshááł | adiitʼash | adiikah |
| 2nd person | adíínááł | adoohʼash | adoohkah |
| 3rd person | adoogááł | adooʼash | adookah |
| 4th person | azhdoogááł | azhdooʼash | azhdookah |
with
{{inflection-table-block|
{{nv-verbtable-full
|IMPERFECTIVE
|...}}
{{nv-verbtable-full
|PERFECTIVE
|...}}
{{nv-verbtable-full
|FUTURE
|...}}
}}
| imperfective | singular | duoplural | plural |
|---|---|---|---|
| 1st person | iishááh | iitʼaash | iikááh |
| 2nd person | aninááh | ohʼaash | ohkááh |
| 3rd person | iighááh | iiʼaash | iikááh |
| 4th person | ajighááh | ajiʼaash | ajikááh |
It works for "tall" (collapsible) inflection tables too.
In situations where you need to use wikitext table syntax inside the block, use {{inflection-table-block-top}} and {{inflection-table-block-bottom}} instead. See Template:inflection-table-block-top/documentation.