Template:Formations: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 10: Line 10:
<default>cssp-ts-logo.png</default>
<default>cssp-ts-logo.png</default>
</image>
</image>
<group row-items="2">
<group row-items="3">
<data source="formation-type">
<data source="formation-type">
<label>Formation Type</label>
<label>Formation Type</label>
Line 18: Line 18:
<label>Founding Year</label>
<label>Founding Year</label>
<default>19xx</default>
<default>19xx</default>
</data>
<data source="active">
<label>Active?</label>
<default>Yes</default>
</data>
</data>
</group>
</group>
Line 43: Line 47:
| formation-type=Council
| formation-type=Council
| founding-year=1982
| founding-year=1982
| active=Yes
| headship=Chairperson Vayne del Rosario
| headship=Chairperson Vayne del Rosario
| vice-headship=Vice Chairperson Veronica Consolacion
| vice-headship=Vice Chairperson Veronica Consolacion
Line 51: Line 56:
"description": "",
"description": "",
"params": {
"params": {
"1": {
"formation-name": {
"label": "",
"label": "Formation Name",
"description": "",
"description": "The name of the formation in question, along with its shortened or abbreviated form in parentheses.",
"example": "UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)",
"type": "string"
"type": "string",
"required": true
},
"filipino-name": {
"label": "Filipino Name",
"description": "The name of the formation in Filipino, along with its shortened or abbreviated form in parentheses.",
"example": "Konseho ng Mag-aaral ng Kolehiyo ng Agham Panlipunan at Pilosopiya sa UP Diliman (KM KAPP UPD)",
"type": "string",
"suggested": true
},
"formation-logo": {
"label": "Formation Logo",
"description": "The name of the formation in question, along with its shortened or abbreviated form in parentheses.",
"example": "UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)",
"type": "url",
"suggested": true
},
"formation-type": {
"label": "Formation Type",
"description": "What type of formation is this? Is it a Council, Alliance, Organization, Core Group, or something else?",
"type": "string",
"suggested": true
},
"founding-year": {
"label": "Founded in",
"description": "When was this formation founded? ",
"example": "UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)",
"type": "string",
"suggested": true
},
},
"2": {
"active": {
"label": "",
"label": "Active?",
"description": "",
"description": "Is the formation still active?",
"type": "string"
"type": "string",
"required": true
}
}
}
}

Revision as of 10:40, 7 January 2023


Example usage:

{{Formations
  | formation-name=UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)
  | filipino-name=Konseho ng Mag-aaral ng Kolehiyo ng Agham Panlipunan at Pilosopiya sa UP Diliman (KM KAPP UPD)
  | formation-logo=cssp-sc-logo.png
  | logo-caption=CSSP SC Logo
  | formation-type=Council
  | founding-year=1982
  | active=Yes
  | headship=Chairperson Vayne del Rosario
  | vice-headship=Vice Chairperson Veronica Consolacion
}}

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Formation Nameformation-name

The name of the formation in question, along with its shortened or abbreviated form in parentheses.

Example
UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)
Stringrequired
Filipino Namefilipino-name

The name of the formation in Filipino, along with its shortened or abbreviated form in parentheses.

Example
Konseho ng Mag-aaral ng Kolehiyo ng Agham Panlipunan at Pilosopiya sa UP Diliman (KM KAPP UPD)
Stringsuggested
Formation Logoformation-logo

The name of the formation in question, along with its shortened or abbreviated form in parentheses.

Example
UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)
URLsuggested
Formation Typeformation-type

What type of formation is this? Is it a Council, Alliance, Organization, Core Group, or something else?

Stringsuggested
Founded infounding-year

When was this formation founded?

Example
UP Diliman College of Social Sciences & Philosophy Student Council (UPD CSSP SC)
Stringsuggested
Active?active

Is the formation still active?

Stringrequired