モジュール:サンドボックス/Wikiuser15442/poison

モジュールの解説[作成]
-- Wikipedia:あなたはウィキペディア中毒でしょうかテスト 採点モジュール

point = 0
obj = {}
my_object.hello = function( frame ) 
	if frame.args[1] == 1 then point=point+5 end --先週は毎日、ウィキペディアを使った。
	if frame.args[2] == 1 then point=point+15 end --先月は毎日、ウィキペディアを使った。
	if frame.args[3] == 1 then point=point+10 end --先週、1日も休まず編集した。
	if frame.args[4] == 1 then point=point+20 end --先月、1日も休まずに編集した。
	if frame.args[5] == 1 then point=point+5 end --先週、1日あたり5回以上編集した。
	if frame.args[6] == 1 then point=point+5 end --先週、1日あたり10回以上編集した。
	if frame.args[7] == 1 then point=point+10 end --先週、1日あたり20回以上編集した。
	if frame.args[8] == 1 then point=point+30 end --先週、1日あたり50回以上編集した。
	if frame.args[9] == 1 then point=point+10 end --先週、1日で20回以上編集した日がある。
	if frame.args[10] == 1 then point=point+15 end --先週、1日で50回以上編集した日がある。
	if frame.args[11] == 1 then point=point+25 end --先週、1日で100回以上編集した日がある。
	if frame.args[12] == 1 then point=point+50 end --先週、1日で200回以上編集した日がある。
	if frame.args[13] == 1 then point=point+10 end --先週、ウィキペディアがネットの利用時間の半分以上を占めた
	if frame.args[14] == 1 then point=point+15 end --先週、ウィキペディアがネットの利用時間の4分の3以上を占めた。
	if frame.args[15] == 1 then point=point+50 end --先週、ネットの利用時間のすべてがウィキペディアだった。
	if frame.args[16] == 1 then point=point+25 end --先週、Wikipediaに関係しない作業にサイトを利用しなかった。
	if frame.args[17] == 1 then point=point+5 end --先週、曖昧さ回避ページやテンプレートを編集した
	if frame.args[10] == 1 then point=point+15 end --

	return point
end
return obj