diff --git a/core/wiki/allfields.tid b/core/wiki/allfields.tid index f148640d4c1..e38fda582f9 100644 --- a/core/wiki/allfields.tid +++ b/core/wiki/allfields.tid @@ -1,13 +1,41 @@ title: $:/snippets/allfields +\whitespace trim +\import [[$:/core/ui/ControlPanel/Basics]] + \define renderfield(title) -''<$text text=<<__title__>>/>''://{{$:/language/Docs/Fields/$title$}}// + + + ''<$text text=<<__title__>>/>'': + + + //<$text text={{$:/language/Docs/Fields/$title$}}/>// + + + <> + + \end -\whitespace trim + +\define renderfieldHeader() + + + ''Name'': + + + ''Description'' + + + ''Links'' + + +\end + - -<$list filter="[fields[]sort[title]]" variable="listItem"> -<$macrocall $name="renderfield" title=<>/> - - + + <> + <$list filter="[fields[]sort[title]]" variable="listItem"> + <$macrocall $name="renderfield" title=<>/> + +