(Created page with "{| | width="25%" style="padding: 10px" | | width="25%" style="padding: 10px" bgcolor="#3ca999;" | | width="25%" style="padding: 10px" | | width="25%" style="padding: 10px" | |...") |
|||
Line 1: | Line 1: | ||
{| | {| | ||
| width="25%" style="padding: 10px" | | | width="25%" style="padding: 10px" | | ||
| | {{#switch: {{{SquaresPublicBuildings}}} | ||
| 1 = bgcolor="#3ca999;"[[Category:SquaresPublicBuildings]]| | |||
| 0 = | | |||
| #default = | | |||
}} | |||
| width="25%" style="padding: 10px" | | | width="25%" style="padding: 10px" | | ||
{{#switch: {{{StreetsPavement}}} | |||
| 1 = bgcolor="#3ca999;"[[Category:StreetsPavement]]| | |||
| 0 = | | |||
| #default = | | |||
}} | |||
| width="25%" style="padding: 10px" | | | width="25%" style="padding: 10px" | | ||
{{#switch: {{{ParksLandscape}}} | |||
| 1 = bgcolor="#3ca999;"[[Category:ParksLandscape]]| | |||
| 0 = | | |||
| #default = | | |||
}} | |||
| width="25%" style="padding: 10px" | | |||
{{#switch: {{{Other}}} | |||
| 1 = bgcolor="#3ca999;"[[Category:Other]]| | |||
| 0 = | | |||
| #default = | | |||
}} | |||
|- | |- | ||
|[[File:Typology Squares Public Buildings.png|left|50x50px|link=https://pps.community.guraas.com/File:Typology_Squares_Public_Buildings.png]]SQUARES & PUBLIC BUILDINGS | |[[File:Typology Squares Public Buildings.png|left|50x50px|link=https://pps.community.guraas.com/File:Typology_Squares_Public_Buildings.png]]SQUARES & PUBLIC BUILDINGS | ||
Line 15: | Line 35: | ||
|} | |} | ||
noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "SquaresPublicBuildings":{ | ||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this is the typology used for this project."}, | |||
"StreetsPavement":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this is the typology used for this project."}, | |||
"ParksLandscape":{ | |||
"type": "boolean", | |||
"default": "0", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this is the typology used for this project."}, | |||
"Other":{ | |||
"type": "boolean", | "type": "boolean", | ||
"default": "0", | "default": "0", | ||
"required": true, | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"description": "State whether this | "description": "State whether this is the typology used for this project."} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "SquaresPublicBuildings", | ||
"StreetsPavement", | |||
"ParksLandscape", | |||
"Other" | |||
], | ], | ||
"description": "Template for adding a devices section to a project page", | "description": "Template for adding a devices section to a project page", |
Revision as of 12:04, 1 April 2020
SQUARES & PUBLIC BUILDINGS | STREETS & PAVEMENTS | PARKS AND LANDSCAPE | OTHER |
Template for adding a devices section to a project page
Parameter | Description | Type | Status | |
---|---|---|---|---|
SquaresPublicBuildings | SquaresPublicBuildings | State whether this is the typology used for this project.
| Boolean | required |
StreetsPavement | StreetsPavement | State whether this is the typology used for this project.
| Boolean | required |
ParksLandscape | ParksLandscape | State whether this is the typology used for this project.
| Boolean | required |
Other | Other | State whether this is the typology used for this project.
| Boolean | required |