|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{Infobox
| | <div class="infobox"> |
| | bodystyle = border-spacing: 2px 5px;
| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{{image|}}} |
| | | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}|300px]]</div>}} |
| | above = {{If empty |{{{name|}}} |<includeonly>{{PAGENAMEBASE}}</includeonly> }}
| | <table class="infobox-table"> |
| | abovestyle = background-color: #DEDEE2;
| | <tr> |
| | | <th>Parameter 1</th> |
| | subheader = {{#if: {{{series|}}}{{{franchise|}}} | {{#if: {{{series|}}} | ''{{{series|}}}'' | {{{franchise|}}} }} race }}
| | <td>{{{param1}}}</td> |
| | | </tr> |
| | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}
| | <tr> |
| | caption = {{{caption|}}}
| | <th>Parameter 2</th> |
| | | <td>{{{param2}}}</td> |
| | headerstyle = background-color: #DEDEE2;
| | </tr> |
| | | <tr> |
| | label1 = First appearance
| | <th>Parameter 3</th> |
| | data1 = {{#if: {{{first|}}} | {{{first|}}} | {{#if: {{{firstapp|}}} | {{{firstapp|}}} | {{#invoke:Formatted appearance|getFormattedAppearance|major_work={{{first_major|}}} |minor_work={{{first_minor|}}} |issue={{{first_issue|}}} |date={{{first_date|}}} }} }} }}
| | <td>{{{param3}}}</td> |
| | | </tr> |
| | label2 = Last appearance
| | <tr> |
| | data2 = {{#if: {{{last|}}} | {{{last|}}} | {{#invoke:Formatted appearance|getFormattedAppearance|major_work={{{last_major|}}} |minor_work={{{last_minor|}}} |issue={{{last_issue|}}} |date={{{last_date|}}} }} }}
| | <th>Parameter 4</th> |
| | | <td>{{{param4}}}</td> |
| | label3 = Created by
| | </tr> |
| | data3 = {{{creator|}}}
| | <tr> |
| | | <th>Parameter 5</th> |
| | label4 = Based on
| | <td>{{{param5}}}</td> |
| | data4 = {{{based_on|}}}
| | </tr> |
| | | </table> |
| | label5 = Adapted by
| | </div> |
| | data5 = {{{adapted_by|}}}
| |
| | |
| | label6 = Genre
| |
| | data6 = {{{genre|}}}
| |
| | |
| | header7 = {{#if: {{{iu_creator|}}} {{{iu_created_date|}}} {{{quadrant|}}} {{{home_world|}}} {{{capital|}}} {{{base_of_operations|}}} {{{type|}}} {{{sub_races|}}} {{{distinctions|}}} {{{language|}}} {{{currency|}}} {{{religion|}}} {{{affiliation|}}} {{{alignment|}}} {{{leader|}}} {{{leaders|}}} {{{members|}}} | In-universe information }}
| |
| | |
| | label9 = Other name(s)
| |
| | data9 = {{{other_names|{{{alt_name|}}}}}}
| |
| | |
| | label10 = Created by
| |
| | data10 = {{{iu_creator|}}}
| |
| | |
| | label11 = Creation date
| |
| | data11 = {{{iu_created_date|}}}
| |
| | |
| | label13 = [[Galactic quadrant (Star Trek)|Quadrant]]
| |
| | data13 = {{{quadrant|}}}
| |
| | |
| | label14 = Home world
| |
| | data14 = {{{home_world|}}}
| |
| | |
| | label15 = Capital
| |
| | data15 = {{{capital|}}}
| |
| | |
| | label16 = Base of operations
| |
| | data16 = {{{base_of_operations|}}}
| |
| | |
| | label17 = Type
| |
| | data17 = {{{type|}}}
| |
| | |
| | label18 = Sub-races
| |
| | data18 = {{{sub_races|}}}
| |
| | |
| | label19 = Distinctions
| |
| | data19 = {{{distinctions|}}}
| |
| | |
| | label20 = Language
| |
| | data20 = {{{language|}}}
| |
| | |
| | label21 = Currency
| |
| | data21 = {{{currency|}}}
| |
| | |
| | label24 = Official religion
| |
| | data24 = {{{religion|}}}
| |
| | |
| | label25 = {{#if: {{{affiliation|}}} | Affiliation | Alignment }}
| |
| | data25 = {{If empty |{{{affiliation|}}} |{{{alignment|}}} }}
| |
| | |
| | label26 = {{#if: {{{leader|}}} | Leader | Leaders }}
| |
| | data26 = {{If empty |{{{leader|}}} |{{{leaders|}}} }}
| |
| | |
| | label27 = Notable members
| |
| | data27 = {{{members|}}}
| |
| | |
| }}
| |