For faster navigation, this Iframe is preloading the Wikiwand page for モジュール:Sports career.

モジュール:Sports career

モジュールの解説[作成]
local p = {}

local function isnotempty(s)
	return s and s:match('%S')
end
function p.main(frame)
	local player = {}
	local coach = {}
	local executive = {}
	local pargs = frame:getParent().args
	local tracking = ''
	local iargs = {}
	local pmax = tonumber(frame.args['pmax'] or '40') or 40
	local cmax = tonumber(frame.args['cmax'] or '30') or 30
	local emax = tonumber(frame.args['emax'] or '30') or 30
	for k,v in pairs(pargs) do
		if type(k) == 'string' and isnotempty(v) then
			if k:match('^team%d%d*$') then
				local num = mw.ustring.gsub(k,'^team(%d%d*)$','%1')
				table.insert(player, {tonumber(num) or 0, pargs['years' .. num] or '', v})
			elseif k:match('^cteam%d%d*$') then
				local num = mw.ustring.gsub(k,'^cteam(%d%d*)$','%1')
				table.insert(coach, {tonumber(num) or 0, pargs['cyears' .. num] or '', v})
			elseif k:match('^所属%d%d*$') then
				local num = mw.ustring.gsub(k,'^所属(%d%d*)$','%1')
				table.insert(player, {tonumber(num) or 0, pargs['所属年' .. num] or '', v})
			elseif k:match('^監督%d%d*$') then
				local num = mw.ustring.gsub(k,'^監督(%d%d*)$','%1')
				table.insert(coach, {tonumber(num) or 0, pargs['監督年' .. num] or '', v})
            elseif k:match('^E所属%d%d*$') then
				local num = mw.ustring.gsub(k,'^E所属(%d%d*)$','%1')
				table.insert(executive, {tonumber(num) or 0, pargs['E所属年' .. num] or '', v})
			end
		end
	end
	
	table.sort(player, function (a, b) return a[1] < b[1] end)
	table.sort(coach, function (a, b) return a[1] < b[1] end)
	table.sort(executive, function (a, b) return a[1] < b[1] end)
	
	local i = 1
	if #player > 0 then
		iargs['header' .. i] = frame.args['pheader'] or '選手経歴:'
		i = i + 1
		for k,v in ipairs(player) do
			if v[2] ~= '' then iargs['label' .. i] = v[2] end
			if v[3] ~= '' then iargs['data' .. i] = v[3] end
			i = i + 1
		end
	end
	if #coach > 0 then
		iargs['header' .. i] = frame.args['cheader'] or '指導者経歴:'
		i = i + 1
		for k,v in ipairs(coach) do
			if v[2] ~= '' then iargs['label' .. i] = v[2] end
			if v[3] ~= '' then iargs['data' .. i] = v[3] end
			i = i + 1
		end
	end
	if #executive > 0 then
		iargs['header' .. i] = frame.args['eheader'] or 'エグゼクティブ経歴:'
		i = i + 1
		for k,v in ipairs(executive) do
			if v[2] ~= '' then iargs['label' .. i] = v[2] end
			if v[3] ~= '' then iargs['data' .. i] = v[3] end
			i = i + 1
		end
	end
	
	if i > 1 then
		iargs['child'] = 'yes'
		iargs['labelstyle'] = 'font-weight: normal;' .. (frame.args['yearstyle'] or '')
		iargs['headerstyle'] = 'line-height: 1.2em;text-align: left;' .. (frame.args['headerstyle'] or '')
		iargs['datastyle'] = 'line-height: 1.2em;text-align: left;' .. (frame.args['teamstyle'] or '')
		if #player > pmax then
			tracking = tracking .. (frame.args['pmaxcat'] or '')
		end
		if #coach > cmax then
			tracking = tracking .. (frame.args['cmaxcat'] or '')
		end
		if #executive > emax then
			tracking = tracking .. (frame.args['emaxcat'] or '')
		end
		return (frame.args['title'] or 'プロチーム所属歴') .. require('Module:Infobox').infobox(iargs) .. tracking
	end
	
	return tracking
end

return p
{{bottomLinkPreText}} {{bottomLinkText}}
モジュール:Sports career
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?