Template:Formations: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Tag: Manual revert
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox><title source="formation-name"><default>{{PAGENAME}}</default></title><title source="filipino-name" name="formation-filipino-name"></title><image source="formation-logo"><caption source="The logo of the formation" /></image><group row-items="3"><header>Basic Information</header><data source="formation-type"><label>Type</label></data><data source="founded-in"><label>Founded in</label></data><data source="status"><label>Status</label></data></group><group><header>Leadership</header><data source="lead-headship"><label>{{#if:{{{lead-headship-label|}}}|{{{lead-headship-label|}}}|Chair}}</label></data><data source="lead-vice-headship"><label>{{#if:{{{lead-vice-headship-label|}}}|{{{lead-vice-headship-label|}}}|Vice Chair}}</label></data><data source="lead-secretary-general"><label>{{#if:{{{lead-secretary-general-label|}}}|{{{lead-secretary-general-label|}}}|Secretary-General}}</label></data></group><group><header>Contact Information</header><data source="contact-fb"><label>Facebook</label></data><data source="contact-twt"><label>Twitter</label></data><data source="contact-ig"><label>Instagram</label></data></group></infobox>
<infobox>
<title source="formation-name">
<default>{{PAGENAME}}</default>
</title>
<title source="filipino-name" name="formation-filipino-name">
</title>
<image source="formation-logo">
<caption source="The logo of the formation" />
</image>
<group row-items="3">
<header>Basic Information</header>
<data source="formation-type">
<label>Type</label>
</data>
<data source="founded-in">
<label>Founded in</label>
</data>
<data source="active">
<label>Active?</label>
</data>
</group>
<group>
<header>Leadership</header>
<data source="lead-headship">
<label>{{#if:{{{lead-headship-label|}}}|{{#expr:{{{lead-headship-label}}}*2}}|Chair}}</label>
</data>
<data source="lead-vice-headship">
<label>{{#if:{{{lead-vice-headship-label|}}}|{{#expr:{{{lead-vice-headship-label}}}*2}}|Vice Chair}}</label>
</data>
<data source="lead-secretary-general">
<label>{{#if:{{{lead-secretary-general-label|}}}|{{#expr:{{{lead-secretary-general-label}}}*2}}|Secretary-General}}</label>
</data>
</group>
<group>
<header>Contact Information</header>
<data source="contact-fb">
<label>Facebook</label>
</data>
<data source="contact-twt">
<label>Twitter</label>
</data>
<data source="contact-ig">
<label>Instagram</label>
</data>
</group>
</infobox>


<noinclude>
<noinclude>
Line 56: Line 11:
| formation-type=Council
| formation-type=Council
| founded-in=1982
| founded-in=1982
| active=Active (Registered)
| status=Active (Registered)
| lead-headship-label=Chairperson
| lead-headship-label=Chairperson
| lead-headship=Vayne Altapascine del Rosario
| lead-headship=Vayne Altapascine del Rosario
Line 105: Line 60:
"suggested": true
"suggested": true
},
},
"active": {
"status": {
"label": "Active?",
"label": "Status",
"description": "Is the formation still active? For standardization, preferred input is: Active (Registered), Active (Unregistered), Inactive, Unknown.",
"description": "Is the formation still active? For standardization, preferred input are: Active, Active (Registered), Active (Unregistered), Inactive, Unknown.",
"type": "string",
"type": "string",
"required": true
"required": true

Latest revision as of 07:23, 8 February 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
  | founded-in=1982
  | status=Active (Registered)
  | lead-headship-label=Chairperson
  | lead-headship=Vayne Altapascine del Rosario
  | lead-vice-headship-label=Vice Chairperson
  | lead-vice-headship=Veronica Consolacion
  | lead-secretary-general-label=Secretary-General
  | lead-secretary-general=Hans Matthew Antiojo
  | contact-fb=[https://facebook.com/upcsspsc Link]
  | contact-twt=[https://twitter.com/upcsspsc Link]
  | contact-ig=[https://instagram.com/ Link]
}}

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.

URLsuggested
Formation Typeformation-type

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

Stringsuggested
Founded infounded-in

When was this formation founded? Cite a source document if possible.

Example
January 1970
Stringsuggested
Statusstatus

Is the formation still active? For standardization, preferred input are: Active, Active (Registered), Active (Unregistered), Inactive, Unknown.

Stringrequired
Chair Titlelead-headship-label

Title of organization's equivalent to Chairperson.

Stringoptional
Chairpersonlead-headship

Full name of incumbent for the Chairperson equivalent.

Stringsuggested
Vice Chair Titlelead-vice-headship-label

Title of organization's equivalent to Vice Chairperson.

Stringoptional
Vice Chairpersonlead-vice-headship

Full name of incumbent for the Vice Chairperson equivalent.

Stringsuggested
SecGen Titlelead-secretary-general-label

Title of organization's equivalent to Secretary-General.

Stringoptional
Secretary-Generallead-secretary-general

Full name of incumbent for the Secretary-General equivalent.

Stringsuggested
Facebook linkcontact-fb

Link to the formation's Facebook page.

Stringsuggested
Twitter linkcontact-twt

Link to the formation's Twitter page.

Stringsuggested
Instagram linkcontact-ig

Link to the formation's Instagram page.

Stringsuggested