Template:Infobox fictional organisation: Difference between revisions

From The Sextant of Worlds
Jump to navigationJump to search
Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} This template may be used to provide a summary of any fictional organisation, including businesses or companies. == Usage == {{Generic template demo | name | image | image_size | alt | caption | universe <!-- or: series --> | first | re..."
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Infobox
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
| above        = {{If empty |{{{name|}}} |<includeonly>{{PAGENAMEBASE}}</includeonly> }}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
| abovestyle  = background: #DEDEE2;
This template may be used to provide a summary of any fictional organisation, including businesses or companies.


== Usage ==
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{organisation_logo|}}}}}}|size={{{image_size|{{{imagesize|{{{logo_size|}}}}}}}}}|sizedefault=frameless|upright=0.75|alt={{{alt|{{{image_alt|{{{logo_alt|}}}}}}}}}}}
{{Generic template demo
| caption = {{{caption|{{{image_caption|{{{name|{{{organisation_name|{{PAGENAMEBASE}}}}}}}} logo}}}}}}
| name
 
| image
| headerstyle  = background: #DEDEE2;
| image_size
 
| alt
| label1      = {{#if:{{{series|{{{Series|}}}}}}|Series|[[Fictional universe|Universe]]}}
| caption
| data1      = {{#if:{{{series|{{{Series|}}}}}}|{{{series|{{{Series|}}}}}}|{{{universe|}}}}}
| universe <!-- or: series -->
| label2     = First appearance
| first
| data2      = {{{appearance|{{{first|{{{First|}}}}}}}}}
| recent <!-- or: last -->
| label3     = {{nowrap|{{#if:{{{recent|}}}|Most recent appearance|Last appearance}}}}
| creator
| data3       = {{{recent|{{{last|}}}}}}
| based_on
| label4     = Created by
| adapted_by
| data4      = {{{creator|}}}
| genre
| label5      = Based on
| alt_name
| data5       = {{{based_on|}}}
| type
| label6     = Adapted by
| founded
| data6       = {{{adapted_by|}}}
| defunct
| label7      = Genre
| fate
| data7       = {{{genre|}}}
| address
| location <!-- or: headquarters -->
| owner <!-- or: owners -->
| leader
| key_people
| employees
| purpose
| products
| motto <!-- or: slogan -->
| technologies
| powers
| affiliations
| subsid
| enemies
| website
| footnotes
| other_label1
| other1
| other_label2
| other2
| other_label3
| other3
}}
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox fictional organisation
| name        =
| image        =
| image_size  =
| alt          =
| caption      =
| universe     = <!-- or: series -->
| first        =
| recent      = <!-- or: last -->
| creator     =  
| based_on    =  
| adapted_by  =
| genre        =
| alt_name    =
| type        =
| founded     =  
| defunct      =
| fate        =
| address      =
| location    = <!-- or: headquarters -->
| owner        = <!-- or: owners -->
| leader       =  
| key_people  =
| employees    =
| purpose     =  
| products    =  
| motto        = <!-- or: slogan -->
| technologies =  
| powers       =  
| affiliations =
| subsid      =
| enemies      =
| website     =  
| footnotes    =
| other_label1 =
| other1       =  
| other_label2 =
| other2      =
| other_label3 =  
| other3       =  
}}
</syntaxhighlight>
{{clear}}


== Tracking categories ==
| header8    = {{#if: {{{noinfo|}}} || {{#if: {{{alt_name|}}} {{{type|}}} {{{ruler|}}} {{{ethnic_group|}}} {{{race|}}} {{{located_in|}}} {{{locations|}}} {{{characters|}}} {{{population|}}} {{{data21|}}} {{{data22|}}} {{{data23|}}} {{{data24|}}} {{{data25|}}} | {{If empty |{{{info-hdr|}}} |In-universe information }} }} }}
* {{clc|Pages using infobox fictional organisation with unknown parameters}}


{{Film- and television-related infobox templates}}
| label9      = Other name(s)
{{Organization infoboxes}}
| data9      = {{{alt_name|{{{altname|}}}}}}
| label10    = Type
| data10      = {{{type|{{{Type|{{{organisation_type|}}}}}}}}}
| label11    = Founder
| data11      = {{{founder|}}}
| label12    = Founded
| data12      = {{{foundation|{{{founded|}}}}}}
| label13    = Defunct
| data13      = {{{defunct|{{{dissolved|{{{folded|}}}}}}}}}
| label14    = Fate
| data14      = {{{fate|}}}
| label15    = Address
| data15      = {{{address|{{{Address|}}}}}}
| label16    = Location
| data16      = {{{location|{{{Location|{{{headquarters|}}}}}}}}}
| label17    = {{#if:{{{owners|{{{Owners|}}}}}}|Owners|Owner}}
| data17      = {{#if:{{{owners|{{{Owners|}}}}}}|{{{owners|{{{Owners|}}}}}}|{{{owner|{{{Owner|}}}}}}}}
| label18    = {{#if:{{{leader_type|}}}|{{{leader_type}}}|Leader}}
| data18      = {{{leader|}}}
| label19    = Key people
| data19      = {{{key_people|}}}
| label20    = Employees
| data20      = {{{employees|{{{Employees|}}}}}}
| label21    = Purpose
| data21      = {{{purpose|{{{intentions|}}}}}}
| label22    = Products
| data22      = {{{products|{{{Products|}}}}}}
| label23    = {{#if:{{{motto|}}}|Motto|Slogan}}
| data23      = {{#if:{{{motto|}}}|{{{motto|}}}|{{{slogan|{{{Slogan|}}}}}}}}
| label24    = Technologies
| data24      = {{{technologies|}}}
| label25    = Powers
| data25      = {{{powers|}}}
| label26    = Affiliations
| data26      = {{{affiliations|{{{affiliated|}}}}}}
| label27    = Subsidiaries
| data27      = {{{subsid|}}}
| label28    = Enemies
| data28      = {{{enemies|}}}
| label29    = Website
| data29      = {{{homepage|{{{website|}}}}}}
| label30    = {{{other_label1|}}}
| data30      = {{{other1|}}}
| label31    = {{{other_label2|}}}
| data31      = {{{other2|}}}
| label32    = {{{other_label3|}}}
| data32      = {{{other3|}}}


<includeonly>{{subpage other||
| below      = {{{footnotes|}}}
<!-- Categories below this line, please; interwikis at Wikidata -->
}}
[[Category:Fictional element infobox templates|Organisation]]
[[Category:Fiction templates]]
[[Category:Organization infobox templates|Fictional]]
}}</includeonly>

Latest revision as of 17:10, 3 May 2025