Template:Infobox voting method: Difference between revisions

Content added Content deleted
(trying to integrate as label)
(two parameter names converted to normal format, title moved to top)
Line 12: Line 12:
"Majority criterion": {
"Majority criterion": {
"description": "Does a candidate that a majority of voters prefer over all others always win?",
"description": "Does a candidate that a majority of voters prefer over all others always win?",
"type": "boolean"
},
"Mutual majority criterion": {
"description": "Does someone from a set of candidates that a majority of voters prefer over all others always win?",
"example": "If a majority of voters are split between several flavors of chocolate ice cream, but agree that any flavor of chocolate is better than any other flavor, then one of the chocolate-type flavors must win.",
"type": "boolean"
"type": "boolean"
},
},
Line 56: Line 51:
"description": "The name of the voting method",
"description": "The name of the voting method",
"required": true
"required": true
},
"mutual-majority": {
"label": "Mutual majority criterion",
"description": "Does someone from a set of candidates that a majority of voters prefer over all others always win?",
"example": "If a majority of voters are split between several flavors of chocolate ice cream, but agree that any flavor of chocolate is better than any other flavor, then one of the chocolate-type flavors must win.",
"type": "boolean"
}
}
},
},
"description": "An infobox for voting methods",
"description": "An infobox for voting methods",
"paramOrder": [
"paramOrder": [
"title",
"Utility criterion",
"Utility criterion",
"Majority criterion",
"Majority criterion",
"Mutual majority criterion",
"mutual-majority",
"condorcet",
"condorcet",
"Smith criterion",
"Smith criterion",
Line 69: Line 71:
"Favorite Betrayal criterion",
"Favorite Betrayal criterion",
"Single-winner reduction",
"Single-winner reduction",
"Party list case",
"Party list case"
"title"
]
]
}
}