Template:Infobox voting method: Difference between revisions

two parameter names converted to normal format, title moved to top
(trying to integrate as label)
(two parameter names converted to normal format, title moved to top)
Line 12:
"Majority criterion": {
"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"
},
Line 56 ⟶ 51:
"description": "The name of the voting method",
"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",
"paramOrder": [
"title",
"Utility criterion",
"Majority criterion",
"Mutual mutual-majority criterion",
"condorcet",
"Smith criterion",
Line 69 ⟶ 71:
"Favorite Betrayal criterion",
"Single-winner reduction",
"Party list case",
"title"
]
}