Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl
This commit is contained in:
parent
72380c7bb0
commit
3f25f2668f
7 changed files with 7 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ Turn On Admin group. If this is blank an internationalized default is used.
|
|||
|
||||
=head3 template
|
||||
|
||||
A template from the Macro/AdminToggle namespace to use for formatting the link.
|
||||
The URL of a template from the Macro/AdminToggle namespace to use for formatting the link.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ If this is blank an internationalized default is used.
|
|||
|
||||
=head3 template
|
||||
|
||||
A template from the Macro/EditableToggle namespace to use for formatting the link.
|
||||
The URL of a template from the Macro/EditableToggle namespace to use for formatting the link.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ to the group.
|
|||
|
||||
=head3 template
|
||||
|
||||
An optional template for formatting the text and link.
|
||||
The URL of an optional template for formatting the text and link.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ to the group.
|
|||
|
||||
=head3 template
|
||||
|
||||
An optional template for formatting the text and link.
|
||||
The URL of an optional template for formatting the text and link.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ internationalized message will be used.
|
|||
|
||||
=head3 templateId
|
||||
|
||||
The ID of a template for custom layout of the link and text.
|
||||
The URL of a template for custom layout of the link and text.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Renders the macro.
|
|||
|
||||
=head3 templateId
|
||||
|
||||
Pass in a template id other than the default.
|
||||
The ID of a template to use other than the default.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ The text of the link. If no text is displayed an internationalized default will
|
|||
|
||||
=head3 template
|
||||
|
||||
A template to use for formatting the link.
|
||||
The URL of a template to use for formatting the link.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue