%INCLUDEPARAMS{<list of parameter names with default values and documentations string>}%
%INCLUDE{...}% in another topic) %INCLUDE{...}%
<list of parameter names with default values and documentations string> is shown by example:
%INCLUDEPARAMS{
debug = "no ::doc:: =yes= or =no=" - Show debug information in =%INCLUDINGTOPIC%="
size = "medium ::doc:: =small= , =medium= or =large= - Size of brunch"
egg = "boiled ::doc:: =boiled=, =srambled= or =porched= - How do you want your egg?"
}% Notes: ::doc:: is used as delimeter between default value on the left side and documentation on the right side (initial and trailing blanks are removed)
", i.e. write \" to put a " inside a parameter definition
}% inside, use }<nop>% if you need to display }% as part of documentation
<div class='twikiDefaultIncludeParamTable'> ...</div> , to disable output in %INCLUDINGTOPIC% you may... div.twikiDefaultIncludeParamTable {display: none} (for instance based on %debug% parameter and %IF{...}% )
%INCLUDEPARAMS{...}% before your %STARTINCLUDE%
| BasicForm | |
|---|---|
| TopicClassification | Select one... |
| TopicSummary |
Documentation for %INCLUDEPARAMS{...}%
|
| InterestedParties | NielsKoldso |
| RelatedTopics | DocumentedDefaultParameterValuesForInclude |