3,314
回編集
(ページの作成:「local p = {} function p.getPostsHTML(frame) local strMod = require("モジュール:文字列") local postDataArr = strMod.split(",",frame.args[1]) local postsHTML = "" for i = 1, #postDataArr do if i % 2 == 0 then postsHTML = postsHTML .. "<div class=\"posts_text\">" .. postDataArr[i] .."</div><div class=\"posts_icons_wrapper\"><div class=\"icon_wrappers\">24x24px<…」) |
(相違点なし)
|
回編集