208
edits
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 9: | Line 9: | ||
<tr> | <tr> | ||
<th>Health risk</th> | <th>Health risk</th> | ||
<td class="infobox- | <td class="infobox-health-risk infobox-risk-{{{health_risk}}}">{{{health_risk}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Legal risk</th> | <th>Legal risk</th> | ||
<td class="infobox- | <td class="infobox-legal-risk infobox-risk-{{{legal_risk}}}">{{{legal_risk}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 42: | Line 42: | ||
"description": "Classify the health risk of this kink. Choose from: High, Moderate, Mild.", | "description": "Classify the health risk of this kink. Choose from: High, Moderate, Mild.", | ||
"example": "High", | "example": "High", | ||
"type": " | "type": "line", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 49: | Line 49: | ||
"description": "Classify the legal risk of this kink. Choose from: High, Moderate, Mild.", | "description": "Classify the legal risk of this kink. Choose from: High, Moderate, Mild.", | ||
"example": "Moderate", | "example": "Moderate", | ||
"type": " | "type": "line", | ||
"required": true | "required": true | ||
} | } |