Changes

Jump to navigation Jump to search
Created page
<includeonly><onlyinclude>{{Infobox
|name=<tt>{{{name|{{PAGENAME}}}}}</tt> relation
|style=2
|headercolor=fab1a0
|label1=Address
|data1=<tt>{{{addr}}}</tt>
|label2=Category
|data2={{{category}}}
|label3=Degree
|data3={{{degree}}} {{#switch: {{{degree|}}} | 1=(unary) | 2=(binary) | 3=(ternary) }}
|label4=Reflexive
|data4={{#switch: {{{reflexive}}} | yes=yes | no }}
|label5=Symmetric
|data5={{#switch: {{{symmetric}}} | yes=yes | no }}
|label6=Transitive
|data6={{#switch: {{{transitive}}} | yes=yes | no }}
|label7=Functional
|data7={{#switch: {{{functional}}} | yes=yes | no }}
|label8=Inverse fct.
|data8={{#switch: {{{invfunctional}}} | yes=yes | no }}
|label9=Irreflexive
|data9={{#switch: {{{irreflexive}}} | yes=yes | no }}
|label10=Asymmetric
|data10={{#switch: {{{asymmetric}}} | yes=yes | no }}
|label11={{#if: {{{equivalent|}}}|Equivalent to}}
|data11={{{equivalent|}}}
|label12={{#if: {{{inverse|}}}|Inverse of}}
|data12={{{inverse|}}}
}}</onlyinclude></includeonly><noinclude>
Example:
<pre>{{Infobox relation|name=isA|addr=prim::isA|category=basic|degree=2|transitive=yes|equivalent=isa|inverse=partOf}}</pre>
creates:
{{Infobox relation|name=isA|addr=prim::isA|category=basic|degree=2|transitive=yes|equivalent=isa|inverse=partOf}}
</noinclude>

Navigation menu