Template:InheritedEdgesTo

From AtlasWiki
Revision as of 19:01, 7 May 2014 by TheodoreMurdock (Talk | contribs) (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))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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}}
...
|}