45,647
edits
No edit summary |
No edit summary |
||
Line 133: | Line 133: | ||
local ret = {} | local ret = {} | ||
data.pre = pop and | 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") .. [=[​ | ! ]=] .. g_tooltip("s", "ol") .. [=[​ | ||
! ]=] .. g_tooltip("p", "pa") .. [=[​ | ! ]=] .. g_tooltip("p", "pa") .. [=[​ | ||
|- style="background-color:#fdfdfd;" ]=] .. make_cases(data, | |- style="background-color:#fdfdfd;" ]=] .. make_cases(data, "post") .. [=[ | ||
|} | |} | ||
]=] | ]=] |