Template:Staff: Difference between revisions
Appearance
Created page with "Category:Staff Category:Faculty/Staff {{Infobox | title={{{name}}} | label1=Title | data1={{{title}}} | label2=Joined | data2={{{joined|Unknown}}} | label3=Directory | data3=[https://scgssm.org/faculty-staff/{{{directory}}} {{{directory}}}] }}" |
No edit summary |
||
| Line 7: | Line 7: | ||
| label2=Joined | | label2=Joined | ||
| data2={{{joined|Unknown}}} | | data2={{{joined|Unknown}}} | ||
| label3=Directory | | label3={{#if: {{{directory|}}} | Directory | }} | ||
| data3=[https://scgssm.org/faculty-staff/{{{directory}}} {{{directory}}}] | | data3={{#if: {{{directory|}}} |[https://scgssm.org/faculty-staff/{{{directory}}} {{{directory}}}]| }} | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the staff member.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the staff member.", | |||
"example": "Resident Assistant, Vice President for Dog Walking", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"joined": { | |||
"label": "Joined", | |||
"description": "When the staff member joined the school.", | |||
"type": "string" | |||
}, | |||
"directory": { | |||
"label": "Directory", | |||
"description": "The faculty/staff directory value for the staff member.", | |||
"example": "john-doe-phd", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "A template for Staff." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 05:07, 24 September 2024
{{#invoke:Infobox|infobox}}
<templatedata> { "params": { "name": { "label": "Name", "description": "The name of the staff member.", "type": "string", "required": true }, "title": { "label": "Title", "description": "The title of the staff member.", "example": "Resident Assistant, Vice President for Dog Walking", "type": "string", "required": true }, "joined": { "label": "Joined", "description": "When the staff member joined the school.", "type": "string" }, "directory": { "label": "Directory", "description": "The faculty/staff directory value for the staff member.", "example": "john-doe-phd", "type": "string" } }, "description": "A template for Staff." } </templatedata>