Modul:HTML: Unterschied zwischen den Versionen

Aus FürthWiki

727 Bytes hinzugefügt ,  Gestern um 11:12
Die Seite wurde neu angelegt: „local p = {} function p.TableHeader(frame) -- mw.log("tableHeader(frame)") -- mw.logObject(frame.args, "frame.args") local t = "<table class=\"wikitable sortable\" border=\"1\">\n" .. "<tr>\n" for _, a in ipairs(frame.args) do t = t .. " <th>" .. a .. "</th>\n" end t = t .. "</tr>\n" -- mw.logObject(t, "t") return t end function p.TableLine(frame) -- mw.log("TableLine(frame)") -- mw.logObject(frame.args, "frame.args") local t = "<tr>\n" f…“
(Die Seite wurde neu angelegt: „local p = {} function p.TableHeader(frame) -- mw.log("tableHeader(frame)") -- mw.logObject(frame.args, "frame.args") local t = "<table class=\"wikitable sortable\" border=\"1\">\n" .. "<tr>\n" for _, a in ipairs(frame.args) do t = t .. " <th>" .. a .. "</th>\n" end t = t .. "</tr>\n" -- mw.logObject(t, "t") return t end function p.TableLine(frame) -- mw.log("TableLine(frame)") -- mw.logObject(frame.args, "frame.args") local t = "<tr>\n" f…“)
(kein Unterschied)