Modul:Formular/Work
local p = {}
function p.common(args)
local t = ""
t = t .. "= Artikel =\n"
t = t .. "{{{standard input|free text|rows=25|editor=wikieditor}}}\n"
t = t .. "{{{standard input|summary}}}\n"
t = t .. "{{{standard input|minor edit}}} {{{standard input|watch}}}\n"
t = t .. "{{{standard input|save}}} {{{standard input|changes}}} {{{standard input|cancel}}}\n"
t = t .. "__NOTOC__"
t = t .. "__NOEDITSECTION__"
return t
end
return p