|
|
| Line 1: |
Line 1: |
| <includeonly> | | <includeonly>"{{{title|Meeting Minutes}}}." {{{body}}}. ({{{date}}}). [{{{url}}} (link)]{{#if: {{{item|}}} |. Item: {{{item}}}}} Accessed {{{access-date}}}.</includeonly> |
| "{{{title|Meeting Minutes}}}." {{{body}}}. ({{{date}}}). [{{{url}}} (link)].{{#if: {{{item|}}} | Item: {{{item}}}.}} Accessed {{{access-date}}}. | |
| </includeonly><noinclude> | |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "title": {
| |
| "label": "Meeting Title",
| |
| "description": "e.g., City Council Regular Meeting",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "body": {
| |
| "label": "Governing Body",
| |
| "description": "e.g., Raleigh City Council",
| |
| "type": "string",
| |
| "required": true,
| |
| "suggestedvalues": ["Raleigh City Council", "Planning Commission", "Board of Adjustment"]
| |
| },
| |
| "date": {
| |
| "label": "Meeting Date",
| |
| "description": "The date the meeting was held",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "url": {
| |
| "label": "URL or File Link",
| |
| "description": "The BoardDocs link or internal File: link",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "item": {
| |
| "label": "Agenda Item",
| |
| "description": "The specific item number or project name (e.g. Z-15-24)",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "access-date": {
| |
| "label": "Access Date",
| |
| "description": "When you retrieved the record",
| |
| "type": "string",
| |
| "required": true
| |
| }
| |
| },
| |
| "description": "Template for citing official government meeting records and minutes.",
| |
| "format": "inline"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |