Difference between revisions of "Template:Infobox recurring sailing competition"

From blackwiki
Jump to navigation Jump to search
imported>Jay D. Easy
imported>Jay D. Easy
Line 14: Line 14:
 
| label1 = Formerly
 
| label1 = Formerly
 
|  data1 = {{{Formerly|{{{formerly|}}}}}}
 
|  data1 = {{{Formerly|{{{formerly|}}}}}}
| label2 = First held
+
| label2 = {{#if:{{{sponsors|}}}|Sponsors|Sponsor}}
data2 = {{{founded|}}}{{{first|}}}
+
|  data2 = {{if empty|{{{sponsors|}}}|{{{sponsor|}}}}}
| label3 = Last held
+
| label3 = {{#if:{{{partners|}}}|Partners|Partner}}
data3 = {{{last|}}}{{{folded|}}}
+
|  data3 = {{if empty|{{{partners|}}}|{{{partner|}}}}}
| label4 = Replaced by
+
| label4 = First held
data4 = {{{Replaced|{{{replaced|}}}}}}
+
data4 = {{{founded|}}}{{{first|}}}
| label5 = {{#if:{{{organiser|}}}|Organiser|Organizer}}
+
| label5 = Last held
data5 = {{if empty|{{{organiser|}}}|{{{organizer|}}}}}
+
data5 = {{{last|}}}{{{folded|}}}
| label6 = Type
+
| label6 = Replaced by
data6 = {{{type|}}}
+
data6 = {{{Replaced|{{{replaced|}}}}}}
| label7 = {{#if:{{{classes|}}}|Classes|Class}}
+
| label7 = {{#if:{{{organiser|}}}|Organiser|Organizer}}
data7 = {{if empty|{{{classes|}}}|{{{class|}}}}}
+
data7 = {{if empty|{{{organiser|}}}|{{{organizer|}}}}}
| label8 = Start
+
| label8 = Type
data8 = {{{start|}}}
+
data8 = {{{type|}}}
| label9 = Finish
+
| label9 = {{#if:{{{classes|}}}|Classes|Class}}
data9 = {{{finish|}}}
+
data9 = {{if empty|{{{classes|}}}|{{{class|}}}}}
| label10 = Venue
+
| label10 = Yachts used
data10 = {{{venue|}}}
+
|  data10 = {{{yachts|}}}
| label11 = Length
+
| label11 = Start
data11 = {{{length|}}}
+
data11 = {{{start|}}}
| label12 = Competitors
+
| label12 = Finish
data12 = {{{competitors|}}}
+
data12 = {{{finish|}}}
| label13 = {{#if:{{{champions|}}}|Champions|Champion}}
+
| label13 = Venue
data13 = {{if empty|{{{champions|}}}|{{{champion|}}}}}
+
data13 = {{{venue|}}}
| label14 = Most titles
+
| label14 = Length
data14 = {{{most_champs|{{{most successful club|}}}}}}
+
data14 = {{{length|}}}
| label15 = Qualification
+
| label15 = Competitors
data15 = {{{qualification|}}}
+
data15 = {{{competitors|}}}
| label16 = TV partner(s)
+
| label16 = Legs
data16 = {{{TV|{{{tv|}}}}}}
+
|  data16 = {{{legs|}}}
| label17 = Website
+
| label17 = {{#if:{{{champions|}}}|Champions|Champion}}
data17 = {{{website|}}}
+
data17 = {{if empty|{{{champions|}}}|{{{champion|}}}}}
 +
| label18 = Most titles
 +
data18 = {{{most_champs|{{{most successful club|}}}}}}
 +
| label19 = Qualification
 +
data19 = {{{qualification|}}}
 +
| label20 = TV partner(s)
 +
data20 = {{{TV|{{{tv|}}}}}}
 +
| label21 = Website
 +
data21 = {{{website|}}}
 +
|header22 = {{#if:{{{footnotes|}}}|<div style="text-align:center;font-weight:bold;">Notes</div>}}
 
| belowstyle = text-align:left;
 
| belowstyle = text-align:left;
| below =  
+
| below = {{{footnotes|}}}
{{#if:{{{footnotes|}}}|
 
<div style="text-align:center;background:#f5f5f5;font-weight:bold;">Notes</div>
 
}}
 
 
}}<noinclude>
 
}}<noinclude>
 
{{Documentation}}
 
{{Documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 21:55, 1 February 2019

SponsorScript error: No such module "If empty".
PartnerScript error: No such module "If empty".
OrganizerScript error: No such module "If empty".
ClassScript error: No such module "If empty".
ChampionScript error: No such module "If empty".

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

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

{{Infobox recurring sailing competition}} can be used to provide at-a-glance information at the start of an article about a recurring sailing competition.

Blank template

  1. redirect Template:Parameter names example
{{Infobox recurring sailing competition
 |name          = 
 |image         = 
 |image_upright = 
 |alt           = 
 |caption       = 
 |formerly      = 
 |sponsors      = <!-- or |sponsor -->
 |partners      = <!-- or |partner -->
 |first         = <!-- use {{start date|YYYY|MM|DD|df=y}} -->
 |last          = 
 |replaced      = 
 |organizer     = <!-- or |organiser -->
 |type          = 
 |classes       = <!-- or |class -->
 |yachts        = 
 |start         = 
 |finish        = 
 |venue         = 
 |length        = 
 |competitors   = 
 |legs          = 
 |champions     = <!-- or |champion -->
 |most_champs   = 
 |qualification = 
 |website       = <!-- {{URL|example.com}} -->
 |footnotes     = 
}}