Editing Template:InfoBoxAirline
Template page
More actions
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 3: | Line 3: | ||
<templatestyles src="Template:Infobox/styles.css"/> | <templatestyles src="Template:Infobox/styles.css"/> | ||
{| class="infobox" | {| class="infobox" | ||
|+ class="infobox__title" | {{{Name|{{PAGENAME}}}}} | |+ class="infobox__title rarity-uncommon" | {{{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]]}} | ||
|- | |- | ||
| colspan="2" class="infobox__caption" | {{{Caption|}}} | | colspan="2" class="infobox__caption" | {{{Caption|}}} | ||
|- | |- | ||
! class="infobox__field-name" | Code | ! class="infobox__field-name" | Code | ||
Line 22: | Line 20: | ||
! class="infobox__field-name" | Founded | ! class="infobox__field-name" | Founded | ||
| class="infobox__field-value" | {{{Year Founded|Unknown}}} | | class="infobox__field-value" | {{{Year Founded|Unknown}}} | ||
|- | |- | ||
! class="infobox__field-name" | Hubs | ! class="infobox__field-name" | Hubs | ||
| class="infobox__field-value" | {{{Hubs|}}} | | class="infobox__field-value" | {{#invoke: AeroWikiListTools | ||
| split_list | {{{Hubs|}}} | [[{split}]], | Unknown}} | |||
|- | |- | ||
{{Optional row|Focus City|[[{{{Focus City}}}]]|{{{Focus City|}}}}} | {{Optional row|Focus City|[[{{{Focus City}}}]]|{{{Focus City|}}}}} | ||
{{ | {{Info row|Slogan|<i>{{{Slogan|}}}</i>}} | ||
{{Info row|Registered|{{{Registered|}}}}} | {{Info row|Registered|{{{Registered|}}}}} | ||
{{Optional row|Alliance|[[{{{Alliance}}}]]|{{{Alliance|}}}}} | {{Optional row|Alliance|[[{{{Alliance}}}]]|{{{Alliance|}}}}} | ||
Line 54: | Line 51: | ||
| Subsidiaries = Bread Air Cargo | | Subsidiaries = Bread Air Cargo | ||
| Creator = RyeThePies | | Creator = RyeThePies | ||
| category_disable = yes | | category_disable = yes | ||
}} | }} | ||
Line 110: | Line 106: | ||
"example": "2021", | "example": "2021", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"Hubs": { | "Hubs": { | ||
Line 132: | Line 122: | ||
}, | }, | ||
"Slogan": { | "Slogan": { | ||
"label": " | "label": "Founded", | ||
"description": "The slogan of the airline.", | "description": "The slogan of the airline.", | ||
"type": "string", | "type": "string", | ||
Line 139: | Line 129: | ||
}, | }, | ||
"Registered": { | "Registered": { | ||
"label": " | "label": "Founded", | ||
"description": "The country where the airline is registered.", | "description": "The country where the airline is registered.", | ||
"type": "string", | "type": "string", | ||
Line 168: | Line 158: | ||
"example": "Bread Air Cargo" | "example": "Bread Air Cargo" | ||
}, | }, | ||
" | "Creators": { | ||
"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 | "suggested": true | ||
} | } |