「モジュール:Thread」の版間の差分

install Forum.js
 
編集の要約なし
 
1行目: 1行目:
-- <pre>
--[[
--[[
Forum.jsのスレッド一覧取得用モジュール
Forum.jsのスレッド一覧取得用モジュール
@author Funa-enpitu
@author Funa-enpitu
@source https://www.mediawiki.org/wiki/User:Funa-enpitu/Forum/thread.lua
@license Creative Commons Attribution-ShareAlike License 4.0
@license Creative Commons Attribution-ShareAlike License 4.0
@latest ver.1.0 | 23 January 2024 (UTC)
]]
]]
local p = {};
local p = {};
42行目: 38行目:


return p;
return p;
-- </pre>