Difference between revisions of "Template:Node"

From AtlasWiki
Jump to: navigation, search
(fixing call to ListEdges, must name "parents" paramter)
(add listing of all superkinds)
Line 1: Line 1:
{{Metaclass  
+
{{#arraydefine:parents|{{AllParentsOf}}|,|}}{{Metaclass  
 
| extends{{#if:{{{extends|}}}||NULL}} = {{{extends}}}
 
| extends{{#if:{{{extends|}}}||NULL}} = {{{extends}}}
 
| description = {{{description}}}
 
| description = {{{description}}}
 
| references{{#if:{{{references|}}}||NULL}} = {{{references}}}
 
| references{{#if:{{{references|}}}||NULL}} = {{{references}}}
}}{{#arraydefine:parents|{{AllParentsOf}}|,|}}{{#if:{{ListEdges|parents={{#arrayprint:parents|,|}}}}|
+
| parents = {{#arrayprint:parents|,|}}
 +
}}{{#if:{{ListEdges|parents={{#arrayprint:parents|,|}}}}|
  
 
{{ListEdges|parents={{#arrayprint:parents|,|}}}}}}<includeonly>[[Category:XCSG]][[Category:XCSG Node Kinds]][[Category:XCSG Tags]]</includeonly><noinclude>[[Category:XCSG Templates]]</noinclude>
 
{{ListEdges|parents={{#arrayprint:parents|,|}}}}}}<includeonly>[[Category:XCSG]][[Category:XCSG Node Kinds]][[Category:XCSG Tags]]</includeonly><noinclude>[[Category:XCSG Templates]]</noinclude>

Revision as of 19:28, 21 April 2014

Metaclass Node
Description {{{description}}}
Known Possible In Edges
In Edge Predecessor Multiplicity Description
Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges
Out Edge Successor Multiplicity Description
Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.