×
新規記事を作成
ここにページのタイトルを記入:
We currently have 2 articles on 政治ボールwiki 日本語版. Type your article name above or click on one of the titles below and start writing!



    政治ボールwiki 日本語版

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

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

    2026年7月20日 (月)

    • 最新 16:052026年7月20日 (月) 16:05 LiberalPolandball トーク 投稿記録 3,599バイト +3,599 ページの作成:「-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end fun…」