メニューを切り替える
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「モジュール:RelatedByCategory」の変更履歴

提供:U-Stella Wiki

差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。
凡例: (最新)=最新版との比較、(前)=直前の版との比較、=細部の編集

2025年4月15日 (火)

  • 最新 05:302025年4月15日 (火) 05:30U-Stella トーク 投稿記録 1,020バイト +1,020 ページの作成:「local p = {} function p.show(frame) local title = mw.title.getCurrentTitle() local categories = title:getParentCategories() local results = {} local limit = tonumber(frame.args[1]) or 5 for catTitle, _ in pairs(categories) do if mw.title.new(catTitle).namespace == 14 then -- Category namespace local cat = mw.title.new(catTitle):getContent() local pages = mw.site.stats.pagesInCategory(catTitle, false)…」