Jump to content

Template:Faculty: Difference between revisions

From GSSM Wiki
No edit summary
No edit summary
Line 17: Line 17:
{{Documentation|content=
{{Documentation|content=
== Usage ==
== Usage ==
To use this template, fill in the details like so: If the difficulty is unknown, don't don't add it. You can find the directory at https://scgssm.org/faculty-staff. Difficulty is a subjective measure from 1-10.
Use this template like a normal template. If the difficulty is unknown, don't don't add it. You can find the directory at https://scgssm.org/faculty-staff.
}}
}}
{ {Faculty|name=John Math|department=Mathematics|joined=1989|directory=john-math-phd|difficulty=5}}
<templatedata>
<templatedata>
{
{

Revision as of 04:54, 24 September 2024

[[Category:{{{subject}}} Teachers]] [[Category:{{{subject}}}]] {{#invoke:Infobox|infobox}}

{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}} <templatedata> {

   "description": "",
   "params": {
       "name": {
           "label": "Name of Faculty Member",
           "description": "The name of the faculty member to put at the top of the infobox.",
           "type": "string",
           "required": true
       },
      "department": {
           "label": "Department",
           "description": "The academic department to which the faculty member belongs.",
           "type": "string",
           "required": true
       },
       "joined": {
           "label": "Joined year",
           "description": "The year the faculty member joined the school.",
           "type": "string",
           "required": false
       },
       "directory": {
           "label": "SCGSSM Faculty Directory Code",
           "description": "The last string of text after https://scgssm.org/faculty-staff/ that links to their page.",
           "type": "string",
           "required": false
       },
       "difficulty": {
           "label": "Difficulty",
           "description": "The difficulty of the teacher from 1-10.",
           "type": "string",
           "required": false
       }
   }

} </templatedata>