update pod and macro docs
This commit is contained in:
parent
0f3ae770b2
commit
e718fc5b9a
3 changed files with 6 additions and 5 deletions
|
|
@ -16,11 +16,12 @@ our $I18N = {
|
|||
message => q|
|
||||
|
||||
<p><b>^Page();</b><br />
|
||||
This can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page("urlizedTitle"); or to get the menu title like this ^Page("menuTitle");.
|
||||
This can be used to retrieve information about the current asset. For instance it could be used to get the page URL like this ^Page("urlizedTitle"); or to get the menu title like this ^Page("menuTitle");. If the macro is called outside the context of
|
||||
an asset, or if the property doesn't exist, then it returns nothing.
|
||||
</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1146609799,
|
||||
lastUpdated => 1153177069,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue