+ The mode of the theme. If the theme is standalone theme, the value is
+ master. If the theme is a child theme the value is child.
+
+ The master theme of the current if the theme is a child theme. if theme is direct
+ child of the Foundry base theme the value is foundry. Otherwise it is
+ the name of master theme.
+
+
+ Outputs the summary of the multi part article. +
++ Root element for outputting the list of sections of a MPA. +
++ Root for rendering a link to a section of a MPA in the list of sections. +
++ Output the name a section of MPA in the list of sections. +
++ Root element for outputting the current sections of a MPA. +
++ Root element for outputting a current section of a MPA. +
++ Outputs the title of a current section of a MPA. +
++ Outputs the content of a current section of a MPA. +
+
+ Provides the parameters (URL via the href parameter) for the link
+ to the previous page of a MPA if there is a previous page.
+
+ Provides the parameters (URL via the href parameter) for the link
+ to the next page of a MPA if there is a next page.
+
+ Provides the parameters (URL via the href parameter) for the link
+ to show all section of a MPA on one page.
+
- The origin attribute determines the how the path provided in the
- src attribute is interpreted. The following values are interpreted:
+ As usual origin attribute determines the how the path provided in
+ the src attribute is interpreted. The following values are
+ interpreted. In addition to the common values internal,
+ master and the default value the script element also
+ support the value absolute. If origin is set to
+ absolute the provided source path is processed by Foundry and is used as it is
+ provided.
foundry/scripts)
- scripts directory.
- origin
- attribute is not present. The script is loaded from the scripts
- directory of the theme.
-
@@ -2054,21 +2042,13 @@
parent
styles directory of the parent theme. (Not
- implemented yet!)
+ File is loaded from the styles directory of the parent theme.
+ Please read the section about parent and child themes for more details.
internal
@@ -165,17 +165,8 @@