Item15040: add include cover
Priority: Enhancement
Current State: Closed
Released In: 2.1.7
Target Release: patch
This is a simple skin cover "include" that uses an %INCLUDE instead of a %TEXT to render the wiki text.
That way you may hide additional wiki applications beyond a %STOPINCLUDE.
This is simpler than having to hide any named sections inside <verbatim class="foswikiHidden">...</verbatim>.
See
UserRegistration
Example wiki text:
visible text
visible text
visible text
%INCLUDE{"%TOPIC%" section="foo"}%
%STOPINCLUDE%
Enable include cover:
* Set COVER = include
%STARTSECTION{"foo"}%
... wiki app code hidden in normal view ...
%ENDSECTION{"foo}%
--
MichaelDaum - 14 Sep 2021