Template:Team: Difference between revisions
From Portland NET Wiki
fix default Ops Plan link Tag: Manual revert |
update template documentation and add alias for ops_plan_prefix |
||
| Line 15: | Line 15: | ||
<label>Operations Plan</label> | <label>Operations Plan</label> | ||
<default>{{OpsPlanLink|{{SUBPAGENAME}}}}</default> | <default>{{OpsPlanLink|{{SUBPAGENAME}}}}</default> | ||
<format>{{OpsPlanLink|{{{plan}}}}}</format> | <format>{{OpsPlanLink|{{{ops_plan_prefix|{{{plan}}}}}}}}</format> | ||
</data> | </data> | ||
<data source="contact"> | <data source="contact"> | ||
| Line 63: | Line 63: | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
" | "ops_plan_prefix": { | ||
"label": "Operations Plan", | "aliases": [ | ||
"description": " | "plan" | ||
"example": " | ], | ||
"type": " | "label": "Operations Plan filename prefix", | ||
"description": "When the portland.gov Operations Plan document name prefix doesn't match the full neighborhood name, provide the portland.gov prefix here.", | |||
"example": "hazelwood-mill-park", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Displays an infobox with the basic team stats.", | "description": "Displays an infobox with the basic team stats.", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"contact", | |||
"tl", | |||
"atl", | |||
"aro", | |||
"additional", | |||
"ops_plan_prefix" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
