HeikoBot
Die Seite wurde neu angelegt: „p = {} function p.Box(frame) args = {} if frame.args[1] ~= "" then args.headline = frame.args[1] end if frame.args[2] ~= "" then args.content = frame.args[2] end if frame.args[3] ~= "" then args.textalign = frame.args[3] end if frame.args[4] ~= "" then args.boxalign = frame.args[4] end return p.box(args) end function p.box(args) local t = "" local headline = args.headline or '' local content = args.content or '' local textalign = a…“