Template:AuthorizationCourseInfo: Difference between revisions

From Pumping Station One
No edit summary
No edit summary
Line 17: Line 17:
{{Documentation}}
{{Documentation}}
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
<templatedata>
</noinclude>
{
"params": {
"Authorization Course Name": {
"description": "Name of the authorization course. Important: Must match the name of this page.",
"example": "Hot Air Balloon",
"required": true
},
"Authorizer Name": {
"description": "Name(s) of authorizer(s), preferably linked to their wiki user page where they can list off better contact info, like their Discord name.",
"example": "[[User:kai_hacker|Kai]]",
"required": true
},
"Schedule Frequency": {
"description": "When/how often does the authorization occurs.",
"example": "Roughly once a week, every third Monday, by request, etc",
"required": true
},
"Discord Channel Link": {
"description": "Right-click the channel name to get a link.",
"example": "https://discord.com/channels/1270929620224704544/1270938360394809489"
},
"Discord Channel Name": {
"description": "Name of channel.",
"example": "#aviation-club"
},
"Prerequisites": {
"description": "Any other auths the member needs to complete first, etc.",
"example": "Completed auth for [[Parachute]]"
},
"Step 1": {
"description": "Free text field to provide steps needed to complete.",
"example": "[https://canvas.pumpingstationone.org/courses/40 Complete the Canvas course]"
},
"Step 2": {
"description": "Free text field to provide steps needed to complete.",
"example": "Use Canvas to schedule with the next available in-person auth"
},
"Step 3": {
"description": "Free text field to provide steps needed to complete.",
"example": "Attend and complete in-person auth"
},
"Step 4": {
"description": "Free text field to provide steps needed to complete."
},
"Step 5": {
"description": "Free text field to provide steps needed to complete."
},
"Required Materials": {
"description": "Tools or gear the member should bring.",
"example": "Aviator goggles, cape, propane"
},
"Notes": {
"description": "Free text field to provide extra notes.",
"example": "Will be rescheduled if there's bad weather."
}
},
"description": "This template generates the blue Authorization Course Info box. Go to the \"Templates:Authorization Course Info\" page to find out how to insert this on tool pages. Important: The name of the current page you're inserting this template into must match the \"Authorization Page Name\" field.",
"paramOrder": [
"Authorization Course Name",
"Authorizer Name",
"Schedule Frequency",
"Discord Channel Name",
"Discord Channel Link",
"Prerequisites",
"Step 1",
"Step 2",
"Step 3",
"Step 4",
"Step 5",
"Required Materials",
"Notes"
]
}
</templatedata></noinclude>