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



    政治ボールwiki 日本語版
    2026年7月12日 (日) 21:47時点におけるLiberalPolandball (トーク | 投稿記録)による版 (ページの作成:「-- このモジュールは Template:IsValidPageName の実体です。 local export = {} function export.isValidPageName(frame) local success, res = pcall(mw.title.new, frame.args[1]) if success and res then return "valid" else return "" end end return export」)
    (差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

    このモジュールについての説明文ページを モジュール:IsValidPageName/doc に作成できます

    -- このモジュールは [[Template:IsValidPageName]] の実体です。
    
    local export = {}
    
    function export.isValidPageName(frame)
    	local success, res = pcall(mw.title.new, frame.args[1])
    	if success and res then
    		return "valid"
    	else
    		return ""
    	end
    end
    
    return export