Module:lzz-conjugation/conjugation table
Jump to navigation
Jump to search
- This module lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
local export = {}
export.template = [===[
<div style = "display:none;"><pre class = "pageSpecificCss">
.Georgian.inflection-table tr:hover
{\op}
background-color:#EBEBEB;
{\cl}
</pre></div>
<div class="NavFrame">
<div class="NavHead"> Declension of {term} <span style="font-size:85%;"> (see [[Appendix:Laz_noun_declension|Laz declension]])</span></div>
<div class="NavContent">
{| border="1px solid #DEDEDE" style="border-collapse:collapse; background:#F9F9F9; text-align:center; width:100%" class="Laz declension-table"
! style="width:16%;background:#DEDEDE" |
! style="background:#DEDEDE" data-BOThint="%s of|%s" | Other dialects
! style="background:#DEDEDE" data-BOThint="%s of|%s" | Chkhala
|-
! style="background:#EFEFEF" | [[verbal noun]]
| {vn1}
| {vn2}
|-
! style="background:#EFEFEF" | [[privative]] [[participle]]
| {pp1}
| {pp2}
|-
! style="background:#EFEFEF" | [[verbal]] [[adjective]]
| {va1}
| {va2}
|-
! style="background:#EFEFEF" | [[participle]]
| {p1}
| {p2}
|-
!colspan="4" style = "text-align:left; font-weight:normal; font-size:smaller;"| Notes: dialects may differ on declension.
|}
</div>
</div>]===]
return export