Module:qhv-adj: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 133: Line 133:
local ret = {}
local ret = {}
data.pre = pop and nil
data.pre = pop == "post" and false or true
for _, case in ipairs(cases) do
for _, case in ipairs(cases) do
Line 171: Line 171:
! ]=] .. g_tooltip("s", "ol") .. [=[​
! ]=] .. g_tooltip("s", "ol") .. [=[​
! ]=] .. g_tooltip("p", "pa") .. [=[​
! ]=] .. g_tooltip("p", "pa") .. [=[​
|- ]=] .. make_cases(data) .. [=[
|- ]=] .. make_cases(data, "pre") .. [=[
|}<ul style="margin-left:0px;"></ul>
|}<ul style="margin-left:0px;"></ul>
]=]
]=]
Line 192: Line 192:
! ]=] .. g_tooltip("s", "ol") .. [=[&#x200B;
! ]=] .. g_tooltip("s", "ol") .. [=[&#x200B;
! ]=] .. g_tooltip("p", "pa") .. [=[&#x200B;
! ]=] .. g_tooltip("p", "pa") .. [=[&#x200B;
|- style="background-color:#fdfdfd;" ]=] .. make_cases(data, true) .. [=[
|- style="background-color:#fdfdfd;" ]=] .. make_cases(data, "post") .. [=[
|}
|}
]=]
]=]

Navigation menu