Template:InfoBoxAirline: Difference between revisions
Template page
More actions
m italic slogan |
fix |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<templatestyles src="Template:Infobox/styles.css"/> | <templatestyles src="Template:Infobox/styles.css"/> | ||
{| class="infobox" | {| class="infobox" | ||
|+ class="infobox__title | |+ class="infobox__title" | {{{Name|{{PAGENAME}}}}} | ||
|- | |- | ||
| colspan="2" class="infobox__image" | {{#ifexist: File:{{{Photo}}} | [[File:{{{Photo}}}|300px]]| [[File:Aerowikiplaceholder.jpg|300px]]}} | | colspan="2" class="infobox__image" | {{#ifexist: File:{{{Photo}}} | [[File:{{{Photo}}}|300px]]| [[File:Aerowikiplaceholder.jpg|300px]] {{#if:{{{Photo|}}}|[[Category:Airline articles with broken images]]}}}} | ||
|- | |- | ||
| colspan="2" class="infobox__caption" | {{{Caption|}}} | | colspan="2" class="infobox__caption" | {{{Caption|}}} | ||
|- | |||
{{Info row|Livery Tag|{{{Livery Tag|}}}}} | |||
|- | |- | ||
! class="infobox__field-name" | Code | ! class="infobox__field-name" | Code | ||
Line 20: | Line 22: | ||
! class="infobox__field-name" | Founded | ! class="infobox__field-name" | Founded | ||
| class="infobox__field-value" | {{{Year Founded|Unknown}}} | | class="infobox__field-value" | {{{Year Founded|Unknown}}} | ||
|- | |||
{{Info row|Commenced Operations|{{{Commenced Operations|}}}}} | |||
|- | |- | ||
! class="infobox__field-name" | Hubs | ! class="infobox__field-name" | Hubs | ||
| class="infobox__field-value" | | class="infobox__field-value" | {{{Hubs|}}} | ||
|- | |- | ||
{{Optional row|Focus City|[[{{{Focus City}}}]]|{{{Focus City|}}}}} | {{Optional row|Focus City|[[{{{Focus City}}}]]|{{{Focus City|}}}}} | ||
{{ | {{Optional row|Slogan|<i>{{{Slogan|}}}</i>|{{{Slogan|}}}}} | ||
{{Info row|Registered|{{{Registered|}}}}} | {{Info row|Registered|{{{Registered|}}}}} | ||
{{Optional row|Alliance|[[{{{Alliance}}}]]|{{{Alliance|}}}}} | {{Optional row|Alliance|[[{{{Alliance}}}]]|{{{Alliance|}}}}} | ||
Line 51: | Line 54: | ||
| Subsidiaries = Bread Air Cargo | | Subsidiaries = Bread Air Cargo | ||
| Creator = RyeThePies | | Creator = RyeThePies | ||
| Livery Tag = bread | |||
| category_disable = yes | | category_disable = yes | ||
}} | }} | ||
Line 106: | Line 110: | ||
"example": "2021", | "example": "2021", | ||
"suggested": true | "suggested": true | ||
}, | |||
"Commenced Operations": { | |||
"label": "Commenced Operations", | |||
"description": "Date when the airline began operating.", | |||
"type": "string", | |||
"example": "2021" | |||
}, | }, | ||
"Hubs": { | "Hubs": { | ||
Line 122: | Line 132: | ||
}, | }, | ||
"Slogan": { | "Slogan": { | ||
"label": " | "label": "Slogan", | ||
"description": "The slogan of the airline.", | "description": "The slogan of the airline.", | ||
"type": "string", | "type": "string", | ||
Line 129: | Line 139: | ||
}, | }, | ||
"Registered": { | "Registered": { | ||
"label": " | "label": "Registered", | ||
"description": "The country where the airline is registered.", | "description": "The country where the airline is registered.", | ||
"type": "string", | "type": "string", | ||
Line 158: | Line 168: | ||
"example": "Bread Air Cargo" | "example": "Bread Air Cargo" | ||
}, | }, | ||
" | "Creator": { | ||
"label": "Creators", | "label": "Creators", | ||
"description": "The creators of the airline.", | "description": "The creators of the airline.", | ||
"type": "string", | "type": "string", | ||
"example": "RyeThePies", | "example": "RyeThePies", | ||
"suggested": true | |||
}, | |||
"Livery Tag": { | |||
"label": "Livery Tag", | |||
"description": "The livery tag of the airline.", | |||
"type": "string", | |||
"example": "Bread", | |||
"suggested": true | "suggested": true | ||
} | } |