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:
<default>cssp-ts-logo.png</default>
</image>
<group row-items="23">
<data source="formation-type">
<label>Formation Type</label>
Line 18:
<label>Founding Year</label>
<default>19xx</default>
</data>
<data source="active">
<label>Active?</label>
<default>Yes</default>
</data>
</group>
Line 43 ⟶ 47:
| formation-type=Council
| founding-year=1982
| active=Yes
| headship=Chairperson Vayne del Rosario
| vice-headship=Vice Chairperson Veronica Consolacion
Line 51 ⟶ 56:
"description": "",
"params": {
"1formation-name": {
"label": "Formation Name",
"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",
"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
},
"2active": {
"label": "Active?",
"description": "Is the formation still active?",
"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