Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Short DescriptionControls if missing sections should render an error message (false) or just display nothing (true).
Doctypepropertyhide
Namedelegate-document.suppress-error-message.section
Parent
Parent Property
property-nameName

Audience
Name List
doctyperole
propertyAudience
hide
Categories
Name List
doctypecategory
propertyCategories

Tags

Tag List
namesTransclusion
propertyTags


Identifier
Component
Name List
doctypecomponent
propertyComponent

Mandatory
Typeboolean
Default Valuetrue
Value Range

Implementation
Since1.9.2
Iteration
Iteration
valuefilled
hide
Reference

Sort Keyhide
Section
show-titlefalse
titleDescription

If a delegating page points to a section that does not exist in the delegate document, this property controls how this fact is resolved.

ValueDescription
trueThe not existing section in the delegate document is not rendered. No error message.
falseThe fact that the referenced section does not exist is announced by rendering an error message.

Which mode you choose depends on your strategy. If you add sections that may or may not exist, you should go with the standard behaviour and suppress the error message. On  the other side, if you require a specific section to exist, you probably want to have the missing section be announced by a visible error message.

Note that an empty section in the delegate document is never considered a problem.

...