View source for Module:head/languages/lfv

Jump to navigation Jump to search

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

local export = {}
local m_head = require("Module:head")
local m_parameters = require("Module:parameters")
local lfv = require("Module:languages").get_by_code("lfv")
local function insert_if_any(inflections, arg, label, glossary)
if not arg or #arg < 1 then return end
local inflection = {["label"] = label}
if glossary then inflection["glossary"] = glossary end
for _, v in ipairs(arg) do table.insert(inflection, v) end
table.insert(inflections, inflection)
end
function export.verb(frame)
local args = m_parameters.process(frame:getParent().args, {
[1] = {list = true},
head = {},
pfv = {list = true},
impfv = {list = true},
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Return to Module:head/languages/lfv.