Here is the information from my Best Practice.
Tami Boley
tboley@district70.org
You will need to go to: system/system settings/page and data management/custom page management
You will then go into folder: Admin/Wildcards
You will find the screen:
The coding is as follows:
~[if#rpen.has_role_capability=RPEN]
<p id=”prov_enrollment_alert”>~[x:provisionalenrollstatus]</p>
[/if#rpen]
<p id=”student_detail_header”>~(studentname) <a class=”dialogM” title=”~[text:psx.txt.wildcards.student_detail_header_line.find_me]” href=”/admin/alerts/findmealert.html?frn=~(studentfrn)”><img src=”/images/img/find-me-icon-23×23.svg”></a> ~([01]grade_level) ~([01]student_number) ~([01]track) ~(studschoolabbr;usestudschool) ~[enrollmentstatus]<br> <FONT COLOR=”#098438″><B>~(prefered_first_name)</FONT></B> <p>DOB:~(dob) Phone:~(home_phone) ~(decode;~(gender);m;M;f;F;Blank) ~(decode;~(Ethnicity);05;W;04;H;03;B;02;A;01;AI;Blank) ~(State_StudentNumber) HR: ~(home_room) PSU: ~(student_web_id)  Info: ~(information_packet) Age: ~(age) <br>
EntryDate: ~(EntryDate) ExitDate: ~(ExitDate) Lunch Balance: ~(Balance1)<br>
Academy:~(U_Students_Extension.StudentAttendsOther)
Programs:<FONT COLOR=”1b22b9″><B> ~(decode;~([STUDENTS.S_CO_STU_X]GIFTED);1;GT; ;) ~(decode;~([STUDENTS.S_CO_STU_X]HANDICAPPED_504);1;504; ) ~(decode;~([STUDENTS.S_CO_STU_X]LIP);01;ELL; )</FONT> <FONT COLOR=”ab3015″> ~(decode;~([STUDENTS.S_CO_STU_X]Read_Plan);1;READ; )</FONT></B>
<B>CDE Grad Requirements Complete:</B><FONT COLOR=”#5e0bba”><B> ~(U_Students_Extension.StateGradGuideMet)</B></Font>   Parent Schoology Access ID: ~([Students.U_Registration_Extension]SchoologyParentCode);  </p>
You can change, add and modify as needed..