Difference between revisions of "Template:Infobox union/doc"

From blackwiki
Jump to navigation Jump to search
imported>Thumperward
imported>Thumperward
(update)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
== Purpose ==
 
  
&#123;&#123;[[Template:Infobox union|Infobox union]]&#125;&#125;&#32;&mdash; An infobox for use with Trade unions - Local, head, national, and federation.
+
{{tl|infobox union}} is for use with [[trade union]]s: Local, head, national, and federation.
  
<!-- explain what this template does; use it in a sentence -->
+
=== Usage ===
  
== Usage ==
 
<!-- Abstract usage of the template, one variable per row. -->
 
===Required fields===
 
 
<pre>
 
<pre>
{{Infobox Union
+
{{ infobox union
| name =             (Common abbriviation - eg. CAW or TUC)
+
| name           =  
}}
+
| country        =
 +
| affiliation    =
 +
| members        =
 +
| full_name      =
 +
| native_name    =
 +
| image          =
 +
| founded        =
 +
| current        =
 +
| dissolved_date  =
 +
| dissolved_state =
 +
| merged_into    =
 +
| head            =
 +
| office          =
 +
| people          =
 +
| website        =
 +
| footnotes      =
 
</pre>
 
</pre>
  
===Optional fields===
+
=== Parameters ===
<pre>
 
| country =          (name of country/countries of operation. Or "International")
 
| affiliation =      (name of next highest national or international affiliation. Or "Independent")
 
| members =          (number of members - include date, eg. 85,000 (2006))
 
| full_name =        (official name, in English)
 
| native_name =      (name in native language)
 
| image =            (full image link)
 
| founded =          (date of establishment/founding)
 
| current =          (date of current affiliation)
 
  | dissolved_date =  (date dissolved or "merged into") – mutually exclusive of "Current affiliation date"
 
  | dissolved_state = ("Incorporated into", "Merged into"(default))
 
  | merged_into =    (Article name of union merged into)
 
| head =              (local union only - article name of head union)
 
| office =            (primary office location)
 
| people =            (key people)
 
| website =          (website address)
 
| footnotes =        (footnotes related to the data in the infobox)
 
</pre>
 
  
<!-- explain what this template's parameters do -- if no params, delete the definition -->
+
All parameters are optional.
===Empty syntax===
 
<pre>
 
{{Infobox Union
 
| name =
 
| country =
 
| affiliation =
 
| members =
 
| full_name = 
 
| native_name =
 
| image =   
 
| founded =
 
| current =
 
| head =
 
| dissolved_date =
 
| dissolved_state =
 
| merged_into =
 
| office =
 
| people =
 
| website =
 
| footnotes =
 
}}
 
<!-- Include all unused fields for future use. See {{template:Infobox Union}} for usage. -->
 
  
</pre>
+
; <code>name</code>: Common abbreviation, e.g. CAW or TUC
 +
; <code>country</code>: name of country/countries of operation. Or "International"
 +
; <code>affiliation</code>: name of next highest national or international affiliation. Or "Independent"
 +
; <code>members</code>: number of members - include date, eg. 85,000 (2006)
 +
; <code>full_name</code>: official name, in English
 +
; <code>native_name</code>: name in native language
 +
; <code>image</code>: full image link
 +
; <code>founded</code>: date of establishment/founding
 +
; <code>current</code>: date of current affiliation
 +
; <code>dissolved_date</code>: "date dissolved or "merged into": mutually exclusive of "Current affiliation date"
 +
; <code>dissolved_state</code>: "Incorporated into", "Merged into" (default)
 +
; <code>merged_into</code>: Article name of union merged into
 +
; <code>head</code>: local union only - article name of head union
 +
; <code>office</code>: primary office location
 +
; <code>people</code>: key people
 +
; <code>website</code>: website address
 +
; <code>footnotes</code>: footnotes related to the data in the infobox
  
==Microformat==
+
=== Examples ===
{{UF-hcard-org}}
+
{{ infobox union
 
+
| name       = Solidarity
== Example ==
+
| members     = 1.185.000 (2006)
{| style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse;"
+
| full_name   = Independent Self-governing Trade Union - Solidarity     
!style="border: 1px #aaaaaa solid; padding: 0.2em;background: #f2f2f2; text-align: center;"| Code
 
!style="border: 1px #aaaaaa solid; padding: 0.2em;background: #f2f2f2; text-align: center;"| Result
 
|- style="vertical-align:top;"
 
|style="border: 1px #aaaaaa solid; padding: 0.2em;"| <pre>
 
{{Infobox Union
 
| name = Solidarity
 
| members = 1.185.000 (2006)<sup>[1]</sup>
 
| full_name = Independent Self-governing Trade Union - Solidarity     
 
 
| native_name = Niezależny Samorządny Związek Zawodowy "Solidarność"
 
| native_name = Niezależny Samorządny Związek Zawodowy "Solidarność"
| image = [[Image:Example.png]]     
+
| image       = [[file:Example.png|frameless]]     
| founded = September, [[1980]]
+
| founded     = September, [[1980]]
| country = [[Poland]]
+
| country     = [[Poland]]
 
| affiliation = [[ICFTU]], [[WCL]], [[ETUC]], [[TUAC]]
 
| affiliation = [[ICFTU]], [[WCL]], [[ETUC]], [[TUAC]]
| website = [http://www.solidarnosc.org.pl www.solidarnosc.org.pl ]
+
| website     = [http://www.solidarnosc.org.pl www.solidarnosc.org.pl ]
| footnotes = [http://www.solidarnosc.org.pl/english/about/eng_about_04.htm 1]
+
| footnotes   = [http://www.solidarnosc.org.pl/english/about/eng_about_04.htm 1]
 
}}
 
}}
  
<!--
+
<pre>
Include all unused fields within "commented out" section for future use.
+
{{ infobox union
See {{template:Infobox Union}} for usage.
+
| name       = Solidarity
 
+
| members     = 1.185.000 (2006)
| current =
+
| full_name   = Independent Self-governing Trade Union - Solidarity     
| head =
 
| dissolved_date =
 
| dissolved_state = Merged into
 
| merged_into =
 
| office =
 
| people =    -->
 
</pre>
 
| style = "border: 1px #aaaaaa solid; padding: 0.2em;"|{{Infobox Union
 
| name = Solidarity
 
| members = 1.185.000 (2006)<sup>[1]</sup>
 
| full_name = Independent Self-governing Trade Union - Solidarity     
 
 
| native_name = Niezależny Samorządny Związek Zawodowy "Solidarność"
 
| native_name = Niezależny Samorządny Związek Zawodowy "Solidarność"
| image = [[Image:Example.png]]     
+
| image       = [[file:Example.png|frameless]]     
| founded = September, [[1980]]      
+
| founded     = September, [[1980]]
| country = [[Poland]]
+
| country     = [[Poland]]
 
| affiliation = [[ICFTU]], [[WCL]], [[ETUC]], [[TUAC]]
 
| affiliation = [[ICFTU]], [[WCL]], [[ETUC]], [[TUAC]]
| website = [http://www.solidarnosc.org.pl solidarnosc.org.pl ]
+
| website     = [http://www.solidarnosc.org.pl www.solidarnosc.org.pl ]
| footnotes = [http://www.solidarnosc.org.pl/english/about/eng_about_04.htm 1]
+
| footnotes   = [http://www.solidarnosc.org.pl/english/about/eng_about_04.htm 1]
 
}}
 
}}
 +
</pre>
  
<!--
+
=== Microformats ===
Include all unused fields within "commented out" section for future use.
 
See {{template:Infobox Union}} for usage.
 
  
| current =
+
{{UF-hcard-org}}
| head =
 
| dissolved_date =
 
| dissolved_state = Merged into
 
| merged_into =
 
| office =
 
| people =
 
| website =
 
| footnotes = -->
 
|}
 
<!-- customize if needed to illustrate parameter use -->
 
  
== See also ==
+
<includeonly>
* <!-- links to simlar of linked templates -->
+
[[Category:Society and social science infobox templates|Union]]
 +
[[Category:Labor templates]]
  
== History ==
+
[[el:Template:Κουτί πληροφοριών ένωσης]]
; Created : [[User:Bookandcoffee|Bookandcoffee]] 20:12, 3 February 2006 (UTC)
+
[[es:Plantilla:Ficha de sindicato]]
; Converted format to  Qif : --[[User:Bookandcoffee|Bookandcoffee]] 22:54, 20 July 2006 (UTC)
+
[[it:Template:Sindacato]]
<!-- sign here with tildes -->
+
[[ja:Template:労働組合]]
 +
</includeonly>

Revision as of 12:02, 29 July 2011

{{infobox union}} is for use with trade unions: Local, head, national, and federation.

Usage

{{ infobox union
| name            = 
| country         = 
| affiliation     = 
| members         = 
| full_name       = 
| native_name     = 
| image           = 
| founded         = 
| current         = 
| dissolved_date  = 
| dissolved_state = 
| merged_into     = 
| head            = 
| office          = 
| people          = 
| website         = 
| footnotes       = 

Parameters

All parameters are optional.

name
Common abbreviation, e.g. CAW or TUC
country
name of country/countries of operation. Or "International"
affiliation
name of next highest national or international affiliation. Or "Independent"
members
number of members - include date, eg. 85,000 (2006)
full_name
official name, in English
native_name
name in native language
image
full image link
founded
date of establishment/founding
current
date of current affiliation
dissolved_date
"date dissolved or "merged into": mutually exclusive of "Current affiliation date"
dissolved_state
"Incorporated into", "Merged into" (default)
merged_into
Article name of union merged into
head
local union only - article name of head union
office
primary office location
people
key people
website
website address
footnotes
footnotes related to the data in the infobox

Examples

Solidarity
File:Example.png
Full nameIndependent Self-governing Trade Union - Solidarity
Native nameNiezależny Samorządny Związek Zawodowy "Solidarność"
FoundedSeptember, 1980
Members1.185.000 (2006)
AffiliationICFTU, WCL, ETUC, TUAC
CountryPoland
Websitewww.solidarnosc.org.pl
1
{{ infobox union
| name        = Solidarity
| members     = 1.185.000 (2006)
| full_name   = Independent Self-governing Trade Union - Solidarity    
| native_name = Niezależny Samorządny Związek Zawodowy "Solidarność"
| image       = [[file:Example.png|frameless]]    
| founded     = September, [[1980]]
| country     = [[Poland]]
| affiliation = [[ICFTU]], [[WCL]], [[ETUC]], [[TUAC]]
| website     = [http://www.solidarnosc.org.pl www.solidarnosc.org.pl ]
| footnotes   = [http://www.solidarnosc.org.pl/english/about/eng_about_04.htm 1]
}}

Microformats

Template:UF-hcard-org