More Info
KPOP Image Download
  • Top University
  • Top Anime
  • Home Design
  • Top Legend



  1. ENSIKLOPEDIA
  2. Modul:Infobox television disambiguation check - Wikipedia bahasa Indonesia, ensiklopedia bebas
Modul:Infobox television disambiguation check - Wikipedia bahasa Indonesia, ensiklopedia bebas

Modul:Infobox television disambiguation check

  • Afrikaans
  • Basa Bali
  • کوردی
  • Kadazandusun
  • English
  • فارسی
  • हिन्दी
  • ភាសាខ្មែរ
  • Kurdî
  • Mirandés
  • नेपाली
  • ਪੰਜਾਬੀ
  • සිංහල
  • Simple English
  • Slovenščina
  • Shqip
  • தமிழ்
  • ไทย
  • Tagalog
Sunting pranala
  • Module
  • Pembicaraan
  • Baca
  • Sunting sumber
  • Lihat riwayat
Perkakas
Tindakan
  • Baca
  • Sunting sumber
  • Lihat riwayat
Umum
  • Pranala balik
  • Perubahan terkait
  • Pranala permanen
  • Informasi halaman
  • Lihat URL pendek
  • Unduh kode QR
Cetak/ekspor
  • Unduh sebagai PDF
  • Versi cetak
Dalam proyek lain
  • Butir di Wikidata
Tampilan
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Dokumentasi modul[buat] [segarkan]
Anda dapat membuat halaman dokumentasi untuk buat pada modul Scribunto ini.
Penyunting dapat melakukan uji coba pada halaman bak pasir (buat | cermin) dan kasus uji (buat) modul ini.
Subhalaman modul ini.

-- This module requires the use of the following modules.
local getArgs = require('Module:Arguments').getArgs
local validateDisambiguation = require('Module:Television infoboxes disambiguation check')

local p = {}

local validDisambiguationTypeList = {
	"seri TV",
	"serial",
	"program TV",
	"film TV",
	"film",
	"miniseri",
	"seri",
	"game show",
	"gelar wicara",
	"seri web"
}

local validDisambiguationPatternList  = {
	validateDisambiguation.DisambiguationPattern{pattern = "^(%d+) (%D+)", type = 1}, --"VALIDATION_TYPE_YEAR_COUNTRY"
	validateDisambiguation.DisambiguationPattern{pattern = "^%d+$", type = 2}, --"VALIDATION_TYPE_YEAR"
	validateDisambiguation.DisambiguationPattern{pattern = "^%D+$", type = 3} --"VALIDATION_TYPE_COUNTRY"
}

local exceptionList = {
	"The (206)",
	"Bigg Boss (seri TV Hindi)",
	"Cinderella (Apakah Cinta Hanyalah Mimpi?)",
	"Deal or No Deal Malaysia (English-language game show)",
	"Deal or No Deal Malaysia (Mandarin-language game show)",
	"How to Live with Your Parents (For the Rest of Your Life)",
	"How to Sell Drugs Online (Fast)",
	"I (Almost) Got Away With It",
	"Kevin (Probably) Saves the World",
	"Monty Python: Almost the Truth (Lawyers Cut)",
	"Randall and Hopkirk (Deceased)",
	"Who the (Bleep)...",
	"Who the (Bleep) Did I Marry?",
}

local otherInfoboxList = {
	["franchise"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|FRANCHISE]]",
	["radio"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|R]]",
	["season"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|S]]",
	["series %d*"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|S]]",
	["TV programming block"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|P]]",
	["film series"] = "[[Category:Artikel televisi yang menggunakan kotak info yang tidak tepat|FILM]]"
}

-- Empty for now.
local invalidTitleStyleList = {}

local function _main(args)
	local title = args[1]
	return validateDisambiguation.main(title, "infobox television", validDisambiguationTypeList, validDisambiguationPatternList, exceptionList, otherInfoboxList, invalidTitleStyleList)
end

function p.main(frame)
	local args = getArgs(frame)
	local category, debugString = _main(args)
	return category
end

local function removeFromArray(t, delete)
    local j = 1
    local n = #t

    for i = 1, n do
        if (t[i] ~= delete) then
            -- Move i's kept value to j's position, if it's not already there.
            if (i ~= j) then
                t[j] = t[i]
                t[i] = nil
            end
            j = j + 1 -- Increment position of where we'll place the next kept value.
        else
            t[i] = nil
        end
    end

    return t
end

function p.getDisambiguationTypeList()
	return removeFromArray(validDisambiguationTypeList, "seri TV")
end

function p.test(frame)
	local args = getArgs(frame)
	local category, debugString = _main(args)
	return debugString
end

return p
Diperoleh dari "https://id.wikipedia.org/w/index.php?title=Modul:Infobox_television_disambiguation_check&oldid=15535425"

Best Rank
More Recommended Articles