109
edits
WillWatkins (talk | contribs) (Created page with "{{{Activity Card Title}}} Who is it for: {{{Workshop Card for who}}} Group Size: {{{Workshop Card Size}}} Time Needed: {{{Workshop Card Time Needed}}} Materials {{{Workshop...") |
WillWatkins (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{{Activity Card Title}}} | {{Stone Oak FHC Resources | ||
| Resources Title = {{{Activity Card Title}}} | |||
| Resources Content = | |||
{{{Activity Card Description| }}} | |||
Who is | '''Who is this for:''' {{{Activity Card Who For}}} | ||
'''Group Size:''' {{{Activity Card Group Size}}} | |||
{{{ | |||
'''Time Needed:''' {{{Activity Card Time Needed}}} | |||
{{{ | '''Time Needed:''' {{{Activity Card Time Needed}}} | ||
<div class="mw-collapsible mw-collapsed" style="margin-bottom: 2em"> | |||
Notes | <h3>Materials</h3> | ||
No | {{{Activity Card Materials}}} | ||
<h3>Directions</h3> | |||
Tools and References | {{{Activity Card Directions}}} | ||
No tools or references | <h3>Notes</h3> | ||
{{{Activity Card Notes|No notes.}}} | |||
{{Stone Oak | <h3>Tools and References</h3> | ||
{{{Activity Card Tools and References|No tools or references.}}} | |||
</div> | |||
}} | |||
<noinclude> | |||
<code> | |||
<nowiki> | |||
{{Stone Oak FHC Activity Card | |||
| Activity Card Title = | |||
| Activity Card Description = | |||
| Activity Card Age Group = | |||
| Activity Card Group Size = | |||
| Activity Card Time Needed = | |||
| Activity Card Materials = | |||
| Activity Card Objectives = | |||
| Activity Card Notes = | |||
| Activity Card Tools and References = | |||
}} | |||
</nowiki> | |||
</code> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Activity Card Title": { | |||
"description": "Name of the activity. This will be displayed as an <h1> tag and will appear in the page table of contents.", | |||
"required": true | |||
}, | |||
"Activity Card Description": { | |||
"description": "This is a short description or a preview of the activity.", | |||
"default": " ", | |||
"suggested": true | |||
}, | |||
"Activity Card Who is this for": { | |||
"description": "The intended audience for the workshop.", | |||
"example": "\"8 to 11 years old\" OR \"8 and older\" OR \"ward T&FH consultants\"", | |||
"required": true | |||
}, | |||
"Activity Card Group Size": { | |||
"description": "How many people can participate in the workshop.", | |||
"required": true | |||
}, | |||
"Activity Card Time Needed": { | |||
"description": "How long it will take to complete the workshop.", | |||
"required": true | |||
}, | |||
"Activity Card Materials": { | |||
"description": "Bullet point list of the materials needed to run the activity. This can include consultants too.", | |||
"required": true | |||
}, | |||
"Activity Card Objectives": { | |||
"description": "Describe how to play the game. Typically in paragraph form.", | |||
"required": true | |||
}, | |||
"Activity Card Notes": { | |||
"description": "Anything else that would be helpful for someone who is trying to recreate the workshop.", | |||
"default": "No notes.", | |||
"suggested": true | |||
}, | |||
"Activity Card Tools and References": { | |||
"description": "Pictures, pdf links, documents, etc. that would be helpful to share.", | |||
"default": "No tools or references.", | |||
"suggested": true | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
edits