%MDREPO{ "table" ...}% (generic form), %MDREPO{ web="..." ...}% (web specific form)
web="..." parameter):               | Parameter | Description | Default | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
 "..."  | 			Specify the table to retrieve | This or below is required | ||||||||||||||||
 table="..."  | 			(Alternative to above) | This or above is required | ||||||||||||||||
 separator="..."  | 			The separator string of records |  "$n" (new line)  | 		||||||||||||||||
 format="..."  | 			 Format of one record. It may contain the following items. In addtion, the standard special tokens are handled accordingly.       
  | 			 "| $_ | $__ |"  | 		||||||||||||||||
 selection="..."  | 			 The record ID to be regarded as the selected. It affects how $marker in the format is evaluated.  | 			none | ||||||||||||||||
 marker="..."  | 			 Text for $marker in the format if the item matches selection  | 			 "selected"  | 		||||||||||||||||
 filter="..."  | 			The regular expression of record IDs to filter records. Matching is case-insensitive | none | ||||||||||||||||
 exclude="..."  | 			Comma separated list of record IDs to be excluded. You can use regular expression. If you specify Trash\d*, then Trash, Trash1, Trash2, ... are exluded but LightTrash and TrashBag are not excluded | none | 
%MDREPO{"webs" filter="^A" format="| $_ | $_admin | $_master |"}% | Parameter | Description | Default | 
|---|---|---|
 web="..."  | 			Specify the web. If it's a subweb, the corresponding top level web is specified | This is required | 
 "..."  | 			 Specify the format of the return value in the same manner as the format parameter in the generic form  | 			 $__  | 		
 default="..."  | 			Specify the value to be returned when the specified or implied top level web does not exist in MDREPO |  "" (null string)  | 		
%MDREPO{web="Foo/Bar" "$_admin"}%