Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.Anti-spam check. Do not fill this in!{{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|Module:Formatted appearance}} '''Infobox fictional race''' is used to create an infobox for a fictional race of any type. == Usage == The blank form immediately below shows the most commonly used fields, and complete instructions are listed further down the page. {{Infobox fictional race | name = {{{name}}} | series = {{{series}}} | image = {{{image}}} | alt = {{{alt}}} | caption = {{{caption}}} | first_major = {{{first_major}}} | first_minor = {{{first_minor}}} | first_date = {{{first_date}}} | last_major = {{{last_major}}} | last_minor = {{{last_minor}}} | last_date = {{{last_date}}} | creator = {{{creator}}} | based_on = {{{based_on}}} | adapted_by = {{{adapted_by}}} | genre = {{{genre}}} | other_names = {{{other_names}}} | iu_creator = {{{iu_creator}}} | iu_created_date = {{{iu_created_date}}} | quadrant = {{{quadrant}}} | home_world = {{{home_world}}} | capital = {{{capital}}} | base_of_operations = {{{base_of_operations}}} | type = {{{type}}} | sub_races = {{{sub_races}}} | distinctions = {{{distinctions}}} | language = {{{language}}} | currency = {{{currency}}} | religion = {{{religion}}} | affiliation = {{{affiliation}}} | leader = {{{leader}}} | members = {{{members}}} }} <syntaxhighlight lang="wikitext" style="overflow: auto;"> {{Infobox fictional race | name = | series = <!-- or |franchise=; use without the italic on the outside --> | image = | alt = | caption = | first_major = <!-- per [[MOS:MAJORWORK]] - major works include TV series, films, books, albums and games --> | first_minor = <!-- or |first_issue=; Per [[MOS:MINORWORK]] - minor works include TV episodes, chapters, songs and game missions --> | first_date = | last_major = | last_minor = <!-- or |last_issue= --> | last_date = | creator = | based_on = <!-- if not an original creation, use {{based on|character|author}} --> | adapted_by = | genre = | other_names = <!-- or |alt_name= --> | iu_creator = | iu_created_date = | quadrant = | home_world = | capital = | base_of_operations = | type = | sub_races = | distinctions = | language = | currency = | religion = | affiliation = <!-- or |alignment= --> | leader = <!-- or |leaders= --> | members = }}</syntaxhighlight> == Parameters == All parameters are optional. Separate multiple entries using {{tl|Plainlist}}. {| class="wikitable" |- ! scope="col" | Parameter ! scope="col" | Notes |- ! scope="row" | name | Race name to display in top header (default = PAGENAME). |- ! scope="row" | series | Name of the series in which the race appears. |- ! scope="row" | franchise | Name of the fictional world or story in which the race appears. Does not italicize title. |- ! scope="row" | multiple | Set to yes if the infobox describes more than one race. |- ! scope="row" | image | Image of the race. "File:" and wikilinking is not required. i.e. use {{para|image|Example.png}}. |- ! scope="row" | image_upright | The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px. See [[#Calculating "image_upright"|help below]] for guidance on determining the value to be used. |- ! scope="row" | alt | Alt text for image per [[WP:MOSALT]]. |- ! scope="row" | caption | A caption explaining the image. |- ! scope="row" | first_major | The title of the [[MOS:MAJORWORK|major work]] the fictional element first appeared in. Major works include TV series, films, books, albums and games. |- ! scope="row" | first_minor | The title of the [[MOS:MINORWORK|minor work]] the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions. |- ! scope="row" | first_issue | The number of the comic book issue the fictional element first appeared in. |- ! scope="row" | first_date | The date of the publication/release of the minor work where the fictional element first appeared in. |- ! scope="row" | last_major | The title of the [[MOS:MAJORWORK|major work]] the fictional element last appeared in. Major works include TV series, films, books, albums and games. |- ! scope="row" | last_minor | The title of the [[MOS:MINORWORK|minor work]] the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions. |- ! scope="row" | last_issue | The number of the comic book issue the fictional element last appeared in. |- ! scope="row" | last_date | The date of the publication/release of the minor work where the fictional element last appeared in. |- ! scope="row" | first | First appearance of the race. |- ! scope="row" | last | Last appearance of the race. |- ! scope="row" | creator | Name of the individuals who are credited with the creation of the race. |- ! scope="row" | based_on | Name of the original race the adaptation is based on. If based on a work by a known author, use {{based on}} to add the title of original race and the names of the original creators. |- ! scope="row" | adapted_by | Name of the individuals who are credited with adapting the race into a new medium. |- ! scope="row" | genre | The primary genre of the media in which the race is depicted in.|- |- ! scope="row" | other_names | Alternate names of the race. |- ! scope="row" | iu_creator | The in-universe entity which created the race. |- ! scope="row" | iu_created_date | The in-universe date the race was created. |- ! scope="row" | quadrant | The quadrant of the galaxy the race is primary located at (used for ''Star Trek'' races). |- ! scope="row" | home_world | The race's home world. |- ! scope="row" | capital | The race's capital city. |- ! scope="row" | base_of_operations | The race's primary base of operations. |- ! scope="row" | type | The type of creature this race is. |- ! scope="row" | sub_races | A list of the race's sub-races. |- ! scope="row" | distinctions | The race's psychical distinctions. |- ! scope="row" | language | The race's primary language. |- ! scope="row" | currency | The race's currency. |- ! scope="row" | religion | The race's religion or worship. |- ! scope="row" | affiliation | The groups or teams the race belongs to. |- ! scope="row" | alignment | The race's Dungeons & Dragons alignment. |- ! scope="row" | {{Unbulleted list|leader|leaders}} | The race's leader. If there was more than one notable leader, use {{para|leaders}} and separate multiple entries using {{tl|Plainlist}}. |- ! scope="row" | members | Notable members belonging to the race. Add only characters with articles. If the list has more than a few names, link to a section of the article that has the complete list. |} ===TemplateData=== {{Collapse top|title=TemplateData}} {{TemplateData header|noheader=1}} <templatedata> { "description": "Creates an infobox for a fictional race of any type.", "params": { "name": { "label": "Name", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Race name to display in top header (default = PAGENAME)." }, "series": { "label": "Series", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the series in which the race appears." }, "franchise": { "label": "Franchise", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the fictional world or story in which the race appears. Does not italicize title." }, "multiple": { "label": "Multiple", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Set to yes if the infobox describes more than one race." }, "image": { "label": "Image", "type": "wiki-file-name", "required": false, "suggested": false, "deprecated": false, "description": "Image of the race. \"File:\" and wikilinking is not required. i.e. use {{para|image|Example.png}}." }, "image_upright": { "label": "Image upright", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px. See [[#Calculating \"image_upright\"|help below]] for guidance on determining the value to be used." }, "alt": { "label": "Alt", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Alt text for image per [[WP:MOSALT]]." }, "caption": { "label": "Caption", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "A caption explaining the image." }, "first_major": { "label": "First appearance major", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the major work the fictional element first appeared in. Major works include TV series, films, books, albums and games." }, "first_minor": { "label": "First appearance minor", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the minor work the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions." }, "first_issue": { "label": "First appearance issue", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The number of the comic book issue the fictional element first appeared in." }, "first_date": { "label": "First appearance date", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The date of the publication/release of the minor work where the fictional element first appeared in." }, "last_major": { "label": "Last appearance major", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the major work the fictional element last appeared in. Major works include TV series, films, books, albums and games." }, "last_minor": { "label": "Last appearance minor", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The title of the minor work the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions." }, "last_issue": { "label": "Last appearance issue", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The number of the comic book issue the fictional element last appeared in." }, "last_date": { "label": "Last appearance date", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The date of the publication/release of the minor work where the fictional element last appeared in." }, "first": { "label": "First appearance", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "First appearance of the race." }, "last": { "label": "Last appearance", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Last appearance of the race." }, "creator": { "label": "Creator", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the individuals who are credited with the creation of the race." }, "based_on": { "label": "Based on", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the original character the adaptation is based on. If based on a work by a known author, use {{based on}} to add the title of original character and the names of the original creators. Use this field in conjunction with {{para|adapted_by}}." }, "adapted_by": { "label": "Adapted by", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Name of the individuals who are credited with adapting the race into a new medium." }, "genre": { "label": "Genre", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The primary genre of the media in which the race is depicted in." }, "other_names": { "label": "Other name(s)", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Alternate name of the race." }, "iu_creator": { "label": "Created by", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The in-universe entity which created the race." }, "iu_created_date": { "label": "Creation date", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The in-universe date the race was created." }, "quadrant": { "label": "Star Trek quadrant", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The quadrant of the galaxy the race is primary located at (used for Star Trek races)." }, "home_world": { "label": "Home world", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's home world." }, "capital": { "label": "Capital city", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's capital city." }, "base_of_operations": { "label": "Base of operations", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's primary base of operations." }, "type": { "label": "Type", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The type of creature this race is." }, "sub_races": { "label": "Sub-races", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "A list of the race's sub-races." }, "distinctions": { "label": "Distinctions", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's psychical distinctions." }, "language": { "label": "Language", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's primary language." }, "currency": { "label": "Currency", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's currency." }, "religion": { "label": "Religion", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's religion or worship." }, "affiliation": { "label": "Affiliation", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The groups or teams the race belongs to." }, "alignment": { "label": "Alignment", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's Dungeons & Dragons alignment." }, "leader": { "label": "Leader", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's leader. If there was more than one notable leader, use {{para|leaders}} and separate multiple entries using {{tl|Plainlist}}." }, "leaders": { "label": "Leaders", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "The race's leader. If there was only one notable leader, use {{para|leader}}." }, "members": { "label": "Affiliation", "type": "string", "required": false, "suggested": false, "deprecated": false, "description": "Notable members belonging to the race. Add only characters with articles. If the list has more than a few names, link to a section of the article that has the complete list." } }, "format": "{{_\n| ___________________= _\n}}\n" } </templatedata> {{Collapse bottom}} == Tracking categories == * {{clc|Pages using infobox fictional race with unknown parameters}} {{Film- and television-related infobox templates}} <includeonly>{{subpage other|| <!-- Categories below this line, please; interwikis at Wikidata --> [[Category:Fictional element infobox templates|Race]] [[Category:Templates that add a tracking category]] }}</includeonly> Summary: Please note that all contributions to Arcadian Odyssey Extended Universe may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Arcadian Odyssey Extended Universe:Copyrights for details). Do not submit copyrighted work without permission! Cancel Editing help (opens in new window) Templates used on this page: Template:Based on (edit) Template:Category link with count (edit) Template:Clc (edit) Template:Collapse bottom (edit) Template:Collapse top (edit) Template:Collapse top/styles.css (edit) Template:Documentation subpage (edit) Template:Film- and television-related infobox templates (edit) Template:Hlist/styles.css (edit) Template:If empty (edit) Template:Ifsubst (edit) Template:Infobox (edit) Template:Infobox fictional race (edit) Template:Lua (edit) Template:Main other (edit) Template:Mbox (edit) Template:Navbox (edit) Template:Nowrap (edit) Template:Para (edit) Template:Plainlist/styles.css (edit) Template:Sandbox other (edit) Template:Str left (edit) Template:Strong (edit) Template:TemplateData header (edit) Template:Template link (edit) Template:Template other (edit) Template:Template parameter usage (edit) Template:Terminate sentence (edit) Template:Tl (edit) Template:Unbulleted list (edit) Template:Yesno (edit) Template:Yesno-no (edit) Module:Arguments (edit) Module:Based on (edit) Module:Check for unknown parameters (edit) Module:Formatted appearance (edit) Module:If empty (edit) Module:Infobox (edit) Module:Infobox/styles.css (edit) Module:InfoboxImage (edit) Module:List (edit) Module:Lua banner (edit) Module:Message box (edit) Module:Message box/configuration (edit) Module:Message box/ombox.css (edit) Module:Navbar (edit) Module:Navbar/configuration (edit) Module:Navbar/styles.css (edit) Module:Navbox (edit) Module:Navbox/configuration (edit) Module:Navbox/styles.css (edit) Module:String (edit) Module:TableTools (edit) Module:Text (edit) Module:Text/data (edit) Module:Yesno (edit)