Difference between revisions of "Template:InheritedEdgesTo"

From AtlasWiki
Jump to: navigation, search
(Copy from InheritEdgesTo (designed to print the results as a partial table, plan to change to printing as a string that can be parsed by the caller))
 
(No difference)

Latest revision as of 19:01, 7 May 2014

Creates table rows listing edges that go to the specified parent.

Inherited edges are of two kinds: "permitted" edges and "specified" edges.

An example requesting "permitted" edges might look like this:

{| class="xcsgtable"
|-
! Parent !! In Edge !! Prececessor (Comes From) !! Multiplicity !! Description
{{InheritEdgesTo|parent|permitted}}
{{InheritEdgesTo|other parent|permitted}}
...
|}