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



    政治ボールwiki 日本語版

    LiberalPolandballの投稿記録

    利用者の編集は168回。 2026年6月28日 (日)にアカウント作成。
    投稿の検索開く折り畳む
    ⧼contribs-top⧽
    ⧼contribs-date⧽
    (最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示

    2026年7月11日 (土)

    • 17:192026年7月11日 (土) 17:19 差分 履歴 +84 モジュール:Infobox/former/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|550,000以上}}</includeonly>」 最新
    • 17:182026年7月11日 (土) 17:18 差分 履歴 +6,813 モジュール:Infobox/former ページの作成:「local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {parentOnly = true}) --引数取得 local child = (args.child == 'yes') local subbox = (args.subbox == 'yes') local h = {subheader = {}, image = {{}}} --ヘッダー部(subheader, image)テーブル local body, sbody = {}, {} --本体部テーブル, ソート済み本体部テーブル local link = args.tnavbar or args.name --(フッター部)テンプレー…」 最新
    • 17:172026年7月11日 (土) 17:17 差分 履歴 +18,334 モジュール:Infobox ページの作成:「local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s…」 最新
    • 17:162026年7月11日 (土) 17:16 差分 履歴 +1,043 モジュール:If empty ページの作成:「local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:Ifempty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end…」 最新
    • 17:152026年7月11日 (土) 17:15 差分 履歴 +1,384 モジュール:Icon/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|30,000}}</includeonly> {{Module rating|protected}} このモジュールは{{tl|CI}}を実装しています。Module:Icon/dataで使われるアイコンのデータを指定します。 == 使い方 == === ウィキテキスト === ウィキテキストからは直接使わず、Template:CI経由で使ってください。詳しい説明はテンプレートの説明文をご参照ください。 ===…」 最新
    • 16:442026年7月11日 (土) 16:44 差分 履歴 +674 モジュール:Icon ページの作成:「-- This module implements Template:Icon. local data = mw.loadData('Module:Icon/data') local p = {} function p._main(args) local code = args.class or args[1] or args['クラス'] local iconData if code then code = code:match('^%s*(.-)%s*$'):lower() -- trim whitespace and put in lower case iconData = data[code] end if not iconData then iconData = data._DEFAULT end return string.format( '%s', iconData.image, iconData.tooltip and…」 最新
    • 16:332026年7月11日 (土) 16:33 差分 履歴 +2,587 モジュール:File link ページの作成:「-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "'_main'…」 最新
    • 16:222026年7月11日 (土) 16:22 差分 履歴 +10,423 モジュール:Fallbacklist ページの作成:「return { -- crh (Crimean Tatar) cluster: crh-cyrl , crh-latn -> crh (Crimean Tatar) ['crh'] = {'crh-latn'}, ['crh-cyrl'] = {'crh'}, ['crh-latn'] = {'crh'}, -- de (German) cluster: ['als'] = {'gsw', 'de'}, -- Alemannisch ['bar'] = {'de'}, -- Bavarian ['de-at'] = {'de'}, -- Austrian German ['de-ch'] = {'de'}, -- Swiss High German ['de-formal'] = {'de'}, -- German (formal addre…」 最新
    • 16:022026年7月11日 (土) 16:02 差分 履歴 +5,095 モジュール:Fallback ページの作成:「local p = {} local langlist = require('Module:Fallbacklist') function p.fblist(lang) -- list the full fallback chain from a language to en local fbtable = p.fallbackloop{ lang:lower() } table.insert(fbtable, 'default') table.insert(fbtable, 'en') return fbtable end function _inArray(x, t) for i, v in ipairs(t) do if v == x then return i end end return -1 end function p.fallbackloop(fbtable) --list of fallback languages in string format (more convenient…」 最新
    • 15:452026年7月11日 (土) 15:45 差分 履歴 +94 モジュール:Error/styles.css ページの作成:「.error { font-size: larger; color: #d33; } [[Category:テンプレートスタイル]]: 最新
    • 15:442026年7月11日 (土) 15:44 差分 履歴 +529 モジュール:Error/doc ページの作成:「{{使用箇所の多いテンプレート|135,000}} {{Module rating|protected}} {{Uses TemplateStyles|モジュール:Error/styles.css}} このモジュールは"error"クラスのHTMLメッセージを作成します。{{tl|error}}の置換として作成されたモジュールであり、詳しい使い方についてはそちらをご参照ください。 <includeonly>{{Sandbox other|| <!-- カテゴリは ここより下の<includeonly>の中に書きます。…」 最新
    • 15:352026年7月11日 (土) 15:35 差分 履歴 +1,342 モジュール:Error ページの作成:「-- This module implements {{error}}. local p = {} local function _error(frame, args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. local retval = frame:extensionTag{name = 'templatestyles', args = {src = 'Module:Error/styles.css'}} local errortag = mw.html.create(tag) :addCl…」 最新
    • 15:152026年7月11日 (土) 15:15 差分 履歴 +488 モジュール:Convert/doc ページの作成:「 == 使用法 == <nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''機能名''}} <!---------------------------------- カテゴリの設定 ------------------------------------> <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | <!-- {{PAGENAME}}/sandbox で表示するカテゴリ --> | <!-- それ以外では以下のカテゴリを設定 --> Category:追跡カテゴリを追加するモジュール [[Category:Subtemplates of Template Convert/module related]…」 最新
    • 15:142026年7月11日 (土) 15:14 差分 履歴 +134,974 モジュール:Convert ページの作成:「-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to ke…」 最新
    • 15:132026年7月11日 (土) 15:13 差分 履歴 +6,119 モジュール:Color contrast/colors ページの作成:「return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.0982242878…」 最新
    • 15:122026年7月11日 (土) 15:12 差分 履歴 +6,971 モジュール:Color contrast ページの作成:「-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.21…」 最新
    • 15:112026年7月11日 (土) 15:11 差分 履歴 +860 モジュール:Code ページの作成:「local p = {}; function p.Template(frame) local args = require('Module:Arguments').getArgs(frame, {parentOnly = true}) --引数取得 local function args2tbl(str, k, v) local num = string.match(k, '%d*$') num = (num == '') and 1 or tonumber(num) h[str][num] = h[str][num] or {} if k == str then h[str][1][1] = v elseif string.match(k, str .. '%d+') then h[str][num][1] = v elseif string.find(k, 'style') then if string.match(k, 'style$') then…」 最新
    • 15:082026年7月11日 (土) 15:08 差分 履歴 +4,432 モジュール:Check for unknown parameters/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|350,000以上}}</includeonly> {{Module rating|protected}} このモジュールはテンプレート内で不明な引数を検査するのに使われます。 == 使い方 == === 基本的な使い方 === <pre> {{#invoke:check for unknown parameters|check |unknown=Category:何らかの追跡カテゴリ |arg1|arg2|...|argN}} </pre> または、追跡カテゴリでのソートキーを追加しつつプ…」 最新
    • 15:082026年7月11日 (土) 15:08 差分 履歴 +3,184 モジュール:Check for unknown parameters ページの作成:「-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wik…」 最新
    • 13:242026年7月11日 (土) 13:24 差分 履歴 +888 モジュール:Category handler/shared ページの作成:「-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else re…」 最新
    • 13:192026年7月11日 (土) 13:19 差分 履歴 +631 モジュール:Category handler/data ページの作成:「-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlackl…」 最新
    • 12:392026年7月11日 (土) 12:39 差分 履歴 +5,674 モジュール:Category handler/config ページの作成:「-- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- --…」 最新
    • 12:242026年7月11日 (土) 12:24 差分 履歴 +1,071 モジュール:Category handler/blacklist ページの作成:「-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^メインページ$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. --'^Wikipedia:Cascade%-protected items%f[/\0]', -- カスケード…」 最新
    • 12:002026年7月11日 (土) 12:00 差分 履歴 +7,871 モジュール:Category handler ページの作成:「-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace…」 最新
    • 11:562026年7月11日 (土) 11:56 差分 履歴 +2,595 モジュール:Babel ページの作成:「local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Babel'}) local ret = mw.html.create('table') :addClass('userboxes') :css( { float = args.align or 'right', ['margin-left'] = (args.left or '1') .. 'em', ['margin-bottom'] = (args.bottom or '0.5') .. 'em', width = (args.width or '248') .. 'px', clear = a…」 最新
    • 11:502026年7月11日 (土) 11:50 差分 履歴 +1,812 モジュール:Authority control/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|300,000以上}}{{Module rating|protected}}</includeonly> {{Lua sidebar|template=Normdaten}} {{Uses Wikidata|section=引数}} {{Lua|モジュール:Navbox|モジュール:ResolveEntityId|モジュール:No globals}} {{T|Normdaten}}のコードを生成しているモジュールです。 {{Clear}} {{Anchors|引数}} == 引数、関連ウィキデータプロパティと追跡カテゴリ == {{#invoke:Authority co…」 最新
    • 11:482026年7月11日 (土) 11:48 差分 履歴 +49,573 モジュール:Authority control ページの作成:「require('Module:No globals') local p = {} local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = (string.sub(title.subpageText,1,9) == 'testcases') --========================================================================== --Category functions --========================================================================== function p.getCatForId( id ) local ca…」 最新
    • 11:452026年7月11日 (土) 11:45 差分 履歴 +12,395 モジュール:Asbox ページの作成:「--[[ This module was created by User:CodeHydro (Alexander Zhikun He). User:Jackmcbarn and User:Mr._Stradivarius provided a great deal of assistance in writting p.main() p.main() draw heavily from the following version of Template:Asbox of the English Wikipedia, authored primarily by User:Rich_Farmbrough https://en.wikipedia.org/w/index.php?title=Template:Asbox&oldid=619510287 p.templatepage() is derived from the following revision of Template:Asbox/templatepage, a…」 最新

    2026年7月5日 (日)

    • 10:422026年7月5日 (日) 10:42 差分 履歴 +1,188 テンプレート:Quote ページの作成:「{| align="{{{align|center}}}" style="border-collapse:collapse; border-style:none; background-color:transparent;" | width="20" valign="top" style="color:#B2B7F2;font-size:{{#switch:{{{size|{{{4|{{{quotewidth|{{{width|20px}}}}}}}}}}}} |10px=20px |30px=60px |40px=80px |50px=100px |60px=120px |#default=40px}};font-family:serif;font-weight:bold;text-align:left;padding:10px 10px;" | “ | valign="top" style="padding:4px 10px;" | {{{quote|{{{1|{{{quotetext|<noinclude>Sampl…」 最新
    • 10:342026年7月5日 (日) 10:34 差分 履歴 +1,384 MediaWiki:ArticleTemplate ページの作成:「{{documentation}} ==!記事のテンプレート== <!--概要--> {{Infobox Party | title = | 現地名 = | font-size = | founded = | ended = | 年代情報 = | onlypredecessor = | predicon = | predsuffix = | onlysuccessor = | nexticon = | nextsuffix = | 未来 = | onlypredecessor2 = | predicon2 = | onlysuccessor2 = | nexticon2 = | onlypredecessor3 = | predicon3 = | onlysuccessor3 = | nexticon3 = | onlypredecessor4 = | predicon4 = | onlysuccess…」 最新
    • 10:262026年7月5日 (日) 10:26 差分 履歴 +321 MediaWiki:Accounttcreated ページの作成:「{|style="border: 2px ridge green; -moz-border-radius: 10px; width: 100%" align="center" |rowspan="2" width="45px" align="center" style="padding: 5px;"|100px|link= |<font size="3">'''アカウントが作成されました。ポリティボールWikiへようこそ!'''</font> |}」 最新
    • 10:242026年7月5日 (日) 10:24 差分 履歴 +6,739 MediaWiki:AbuseFilter.js ページの作成:「(function(){ document.querySelector(".profile-header-attributes h2")?.remove(); fetch("利用者:"+mw.config.get("wgUserName")).then(function(data){return data.text()}).then(function(innerHTML){ let dom=new DOMParser().parseFromString(innerHTML,"text/html").querySelector(".profile-header-attributes h2"); if(dom&&confirm("利用者ページに本名が含まれている可能性があります。\n当該部分は非表示にされているも…」 最新
    • 10:032026年7月5日 (日) 10:03 差分 履歴 0 ファイル:Edit-copy green.svg 編集の要約なし 最新
    • 09:592026年7月5日 (日) 09:59 差分 履歴 0 ファイル:Test Template Info-Icon - Version (2).svg 編集の要約なし 最新
    • 09:572026年7月5日 (日) 09:57 差分 履歴 0 ファイル:Information icon4.svg 編集の要約なし 最新
    • 09:552026年7月5日 (日) 09:55 差分 履歴 +1,488 モジュール:Message box/ombox.css ページの作成:「{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid var(--border-color-base,#a2a9b1); Default "notice" gray: background-color: var(--background-color-neutral-subtle,#f8f9fa); box-sizing: border-box; } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid var(--border-color-error,#f54739); Red: background-color: var(--background-co…」 最新
    • 09:502026年7月5日 (日) 09:50 差分 履歴 +6,474 モジュール:Message box/configuration ページの作成:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox…」 最新
    • 09:482026年7月5日 (日) 09:48 差分 履歴 +141 テンプレート:Ombox ページの作成:「{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」 最新
    • 09:462026年7月5日 (日) 09:46 差分 履歴 +654 テンプレート:Documentation subpage ページの作成:「<onlyinclude><includeonly>{{ #ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}} | <!-- doc page --> </includeonly>{{ #ifeq: {{{doc-notice|show}}} | show | <!-- doc-notice show -->{{Ombox | type = notice | image = 40px | text = '''これは{{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}の解説サブページです。''' }} | <!-- doc-notice hide --> }}<includeonly> |<!-- not doc --> }}</includeonly><includeonly>{{ #…」 最新
    • 09:462026年7月5日 (日) 09:46 差分 履歴 +2,731 テンプレート:Infobox Party/doc ページの作成:「<noinclude>{{Documentation subpage}}</noinclude> ポリティボールの情報を表示するテンプレートを、[https://japolandball.miraheze.org/wiki/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Infobox_Countryballs 日本語版PBWikiのもの]に寄せたものになります。一部引数は英語のままですが、そこは適切でない入力をするとテンプレートが上手く機能しないため、必要な引数を追加しなが…」

    2026年7月4日 (土)

    • 16:132026年7月4日 (土) 16:13 差分 履歴 +318 テンプレート:I ページの作成:「<includeonly>[[File:{{#if:{{{setname|}}}|{{{setname|}}}|{{#if:{{{1|}}}|{{{1|}}}|Poland}}-icon{{#if:{{{2|}}}| {{{2|}}}|}}}}.png]]{{#if:{{{link|}}}| [[{{{1|}}}ball{{#if:{{{2|}}}| {{{2|}}}|}}|{{{1|}}}ball]]|}}</includeonly><noinclude>{{Documentation}}Category:画像系のテンプレート</noinclude>」 最新
    • 16:072026年7月4日 (土) 16:07 差分 履歴 +99 日本共産党 ページの作成:「'''日本共産党'''(にほんきょうさんとう)は、日本の共産主義政党です。」
    • 16:042026年7月4日 (土) 16:04 差分 履歴 −864 テンプレート:Infobox Party 編集の要約なし
    • 16:002026年7月4日 (土) 16:00 差分 履歴 +6,609 テンプレート:Infobox Party ページの作成:「<infobox> <title source="title"> <default><span style="font-size:{{#switch:{{{font-size|}}}|big=16px|medium=14px|small=12px|#default=16px}}; line-height:120% !important; text-align: center; display: block; padding-top:2px"><big>'''{{PAGENAME}}'''</big><br/><span style="font-size:80%;">{{{現地名}}}</span></span></default> <format><span style="font-size:{{#switch:{{{font-size|}}}|big=16px|medium=14px|small=12px|#default=16px}}; line-height:120% !importan…」
    • 15:482026年7月4日 (土) 15:48 差分 履歴 +3,714 モジュール:Effective protection level ページの作成:「local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local…」 最新
    • 15:472026年7月4日 (土) 15:47 差分 履歴 +1,563 モジュール:Effective protection expiry ページの作成:「local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ==…」 最新
    • 15:452026年7月4日 (土) 15:45 差分 履歴 +53,821 モジュール:Protection banner/config ページの作成:「-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that a…」 最新
    • 15:432026年7月4日 (土) 15:43 差分 履歴 +26,095 モジュール:Protection banner ページの作成:「-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module:No globals') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initial…」 最新
    • 15:242026年7月4日 (土) 15:24 差分 履歴 +2,380 モジュール:Lua banner ページの作成:「-- {{lua}}というテンプレートで使用されるモジュールです。 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._ma…」 最新
    • 15:202026年7月4日 (土) 15:20 差分 履歴 +5,356 モジュール:List ページの作成:「-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listTyp…」 最新
    (最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示