-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add examples for ifingouping, ifnotingrouping, mygroupings and r…
…awurlencode
- Loading branch information
1 parent
bd8eb26
commit fa6cd07
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1222,6 +1222,7 @@ Create a Page on your Moodle site, preferably in a course, so that those tags wo | |
* Section Name [{sectionname}]: {sectionname} | ||
* Contacts in this course [{coursecontacts}]: {coursecontacts} | ||
* Please help other members of [{mygroups}] who might be struggling: Please help other members of {mygroups} who might be struggling. | ||
* Please help other members of [{mygroupings}] who might be struggling: Please help other members of {mygroupings} who might be struggling. | ||
* Available free application disk space [{diskfreespace}]: {diskfreespace} | ||
* Available free moodledata disk space [{diskfreespacedata}]: {diskfreespacedata} | ||
* My Enrolled Courses [{mycourses}]: {mycourses} | ||
|
@@ -1266,6 +1267,7 @@ Create a Page on your Moodle site, preferably in a course, so that those tags wo | |
* This URL [{thisurl}]: {thisurl} | ||
* This URL encoded [{thisurl_enc}]: {thisurl_enc} | ||
* Double encode this URL (useful for whatsurl parameters) [{urlencode}][{thisurl_enc}][{/urlencode}]: {urlencode}{thisurl_enc}{/urlencode} | ||
* Mailto with Subject <a href="mailto:[email protected]?subject=[{rawurlencode}]This is an amazing subject[{/rawurlencode}]>Mailto with Subject</a> | ||
* Protocol [{protocol}]: {protocol} | ||
* IP Address [{ipaddress}]: {ipaddress} | ||
* Moodle session key [{sesskey}]: {sesskey} | ||
|
@@ -1345,6 +1347,7 @@ Create a Page on your Moodle site, preferably in a course, so that those tags wo | |
* Is this Moodle Workplace? [{ifworkplace}]Yes[{/ifworkplace}]: {ifworkplace}Yes{/ifworkplace} | ||
* This is FilterCodes version [{filtercodes}]: {filtercodes} (It be blank if you do not have the Moodle capability to edit this tag.) | ||
* Are you a member of the ATEAM group [{ifingroup ATEAM}]Yes[{/ifingroup}][{ifnotingroup ATEAM}]No[{/ifnotingroup}] ? : {ifingroup ATEAM}Yes{/ifingroup}{ifnotingroup ATEAM}No{/ifnotingroup} Note: Only works in courses. | ||
* Are you a member of the MCU grouping [{ifingrouping MCU}]Yes[{/ifingrouping}][{ifnotingrouping MCU}]No[{/ifnotingrouping}] ? : {ifingrouping MCU}Yes{/ifingrouping}{ifnotingrouping MCU}No{/ifnotingrouping} Note: Only works in courses. | ||
* [{ifvisible}]Notice: Course visibility is set to Show.[{/ifvisible}]: {ifvisible}Notice: Course visibility is set to Show.{/ifvisible} | ||
* [{ifnotvisible}]Warning: Course visibility is set to Hide.[{/ifnotvisible}]: {ifnotvisible}Warning: Course visibility is set to Hide.{/ifnotvisible} | ||
* Are you in an activity? [{ifinactivity}]Yes[{/ifinactivity}][{ifnotinactivity}]No[{/ifnotinactivity}]: {ifinactivity}Yes{/ifinactivity}{ifnotinactivity}No{/ifnotinactivity} | ||
|