Modul:Beruf: Unterschied zwischen den Versionen

207 Bytes hinzugefügt ,  Gestern um 14:16
+ Formular
(fix beruf_arg_names)
(+ Formular)
Zeile 6: Zeile 6:
local smw = require("Modul:SMW")
local smw = require("Modul:SMW")
local wik = require("Modul:Wiki")
local wik = require("Modul:Wiki")
local kla = require("Modul:Klasse")


local beruf_arg_names = {
local beruf_arg_names = {
Zeile 153: Zeile 154:
end
end
return beruf
return beruf
end
function p.Formular(frame)
-- Kommandozeile zum Debuggen:
-- frame=mw.getCurrentFrame(); print(p.Formular(frame))
local t = kla.Formular(frame, "Beruf")
return t
end
end


return p
return p