Property:Gender

From Yugipedia
Jump to: navigation, search
(It's okay we don't need Hermaphrodite after all)
(rm redundant sortkey(s))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{TagSyncPage}}
+
This property lists the gender of a character. This is an [[Has type::enumeration]].
</noinclude>This property lists the Gender of a character. This is an [[Has type::Enumeration]].
 
  
 
Possible values:
 
Possible values:
Line 6: Line 5:
 
* [[Allows value::Female]]
 
* [[Allows value::Female]]
 
* [[Allows value::Unknown]]
 
* [[Allows value::Unknown]]
 +
* [[Allows value::None]]
  
{{TagSync|include: group-semantic}}
+
[[Category:Properties (SMW)]]
 
 
[[Category:Semantics/Properties|{{PAGENAME}}]]
 

Latest revision as of 16:38, 15 February 2015

This property lists the gender of a character. This is an enumeration.

Possible values:

  • Male
  • Female
  • Unknown
  • None
Showing 20 pages using this property.

Showing 1 related entity.

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "Male",
            "Female",
            "Unknown",
            "None"
        ]
    }
}