Difference between revisions of "Template:Infobox National Paralympic Committee"

From blackwiki
Jump to navigation Jump to search
imported>Frietjes
imported>Frietjes
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
|name        = :{{FULLPAGENAME}}
 
 
|bodyclass    = vcard
 
|bodyclass    = vcard
|title        = {{{title}}}
+
|title        = <includeonly>{{{title|{{PAGENAMEBASE}}}}}</includeonly>
 
|titleclass  = fn org
 
|titleclass  = fn org
|image        = {{#if:{{{logo<includeonly>|</includeonly>}}}|[[File:{{{logo}}}|{{{size|75x90px}}}|alt={{{title}}} logo]]}}
+
|image        = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{size|75x90px}}}|alt={{{logo_alt|{{{title|{{PAGENAMEBASE}}}}} logo}}}}}
|caption      = Logo
+
|caption      = {{{logo_caption|Logo}}}
  
|header1 = '''[[National Paralympic Committee]]'''
+
|header1 = <includeonly>[[National Paralympic Committee]]</includeonly>
  
 
|label2  = Country
 
|label2  = Country
|data2  = {{flag|{{{country|}}}}}
+
|data2  = {{#if:{{{country|}}}|{{flag|{{{country|}}}}}}}
  
|label3  = '''[[List of IOC country codes|Code]]'''
+
|label3  = [[List of IOC country codes|Code]]
|data3  = {{{code}}}
+
|data3  = {{{code|}}}
  
|label4  = {{#if:{{{created<includeonly>|</includeonly>}}}|'''Created'''}}
+
|label4  = Created
|data4  = {{{created<includeonly>|</includeonly>}}}
+
|data4  = {{{created|}}}
  
|label5  = {{#if:{{{recognized<includeonly>|</includeonly>}}}|'''Recognized'''}}
+
|label5  = {{#if:{{{recognized|}}}|Recognized|Recognised}}
|data5  = {{{recognized<includeonly>|</includeonly>}}}
+
|data5  = {{#if:{{{recognized|}}}|{{{recognized|}}}|{{{recognised|}}}}}
  
|label6  = '''Continental<br/>Association'''
+
|label6  = Continental<br/>Association
 
|data6  = {{#switch: {{{association}}}
 
|data6  = {{#switch: {{{association}}}
 
| ASCOD = [[African Sports Confederation of Disabled|ASCOD]]
 
| ASCOD = [[African Sports Confederation of Disabled|ASCOD]]
Line 30: Line 29:
 
}}
 
}}
  
|label7  = {{#if:{{{headquarters<includeonly>|</includeonly>}}}|'''Headquarters'''}}
+
|label7  = Headquarters
|data7  = {{{headquarters<includeonly>|</includeonly>}}}
+
|data7  = {{{headquarters|}}}
 
|rowclass7 = adr
 
|rowclass7 = adr
 
|class7  = locality
 
|class7  = locality
  
|label8  = {{#if:{{{president<includeonly>|</includeonly>}}}|'''President'''}}
+
|label8  = President
|data8  = {{{president<includeonly>|</includeonly>}}}
+
|data8  = {{{president|}}}
 
|class8  = agent
 
|class8  = agent
  
|label9  = {{#if:{{{secretary general<includeonly>|</includeonly>}}}|'''Secretary General'''}}
+
|label9  = Secretary General
|data9  = {{{secretary general<includeonly>|</includeonly>}}}
+
|data9  = {{{secretary general|}}}
 
|class9  = agent
 
|class9  = agent
  
|label10 = {{#if:{{{website<includeonly>|</includeonly>}}}|'''Website'''}}
+
|label10 = Website
|data10  = {{{website<includeonly>|</includeonly>}}}
+
|data10  = {{{website|}}}
  
|label11 = {{#if:{{{notes<includeonly>|</includeonly>}}}|'''Notes'''}}
+
|label11 = Notes
|data11  = {{{notes<includeonly>|</includeonly>}}}
+
|data11  = {{{notes|}}}
 
|class11 = note
 
|class11 = note
  

Latest revision as of 13:35, 11 September 2016

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]

Usage

{{{title}}}
[[File:{{{logo}}}|{{{size}}}|alt={{{logo_alt}}}|{{{logo_alt}}}]]
{{{logo_caption}}}
National Paralympic Committee
Code{{{code}}}
Created{{{created}}}
Recognized{{{recognized}}} or {{{recognised}}}
Headquarters{{{headquarters}}}
President{{{president}}}
Secretary General{{{secretary general}}}
Website{{{website}}}
Notes{{{notes}}}
[[Category:Infobox templates|Template:Remove first word]]
{{Infobox National Paralympic Committee
| title = <!-- name of organization -->
| logo = <!-- image name -->
| size = <!-- image size -->
| country = <!-- IPC designation for the country -->
| code = <!-- three letter code per [[List of IOC country codes]] -->
| created = <!-- year -->
| recognized = <!-- year -->
| association = <!-- ASCOD, EPC, Asian PC, OPC, or Americas PC -->
| headquarters = <!-- city -->
| president = <!-- name -->
| secretary general = <!-- name -->
| website = <!-- URL using {{URL| ... }} -->
| notes = <!-- any relevant notes -->
}}