Property:Sex

From Spearfish Lake Tales Wiki
Jump to navigation Jump to search

The property Sex is used by Category:Characters pages. It is of type String, and is either M or F.

It specifies the preferred sex (e.g. F for Denis Riley/Eve McClellan), and is normally set by Template:Character.

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "M",
            "F"
        ]
    }
}