Jump to content

Template:Infobox Character Comic: Difference between revisions

From The Untenables
Created page with "{{Infobox | name = {{{full_name|N/A}}} | image = {{{image|N/A}}} | image_size = 250px | caption = {{{caption|}}} | publisher = {{{publisher|N/A}}} | first_appearance = {{{first_appearance|N/A}}} | created_by = {{{created_by|N/A}}} | place_of_origin = {{{place_of_origin|N/A}}} | team_affiliations= {{{team_affiliations|N/A}}} | partnerships = {{{partnerships|N/A}}} | notable_aliases = {{{notable_aliases|N/..."
 
No edit summary
 
Line 1: Line 1:
{{Infobox
{{Infobox
  | name             = {{{full_name|N/A}}}
  | name   = {{{name|{{PAGENAME}}}}}
  | image           = {{{image|N/A}}}
  | image   = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|alt={{{name|}}}]]}}
| image_size      = 250px
  | caption = {{{caption|}}}
  | caption         = {{{caption|}}}
  | rows =
  | publisher       = {{{publisher|N/A}}}
 
| first_appearance = {{{first_appearance|N/A}}}
<!-- ===== Publication information ===== -->
| created_by      = {{{created_by|N/A}}}
{{#if:{{{publisher|}}}{{{first_appearance|}}}{{{created_by|}}}|
| place_of_origin = {{{place_of_origin|N/A}}}
<tr>
| team_affiliations= {{{team_affiliations|N/A}}}
  <th colspan="2" style="background:#20222b;color:#ff79c6;text-align:center;padding:.35em .6em;border-top:1px solid #6272a4;">
| partnerships    = {{{partnerships|N/A}}}
    Publication information
| notable_aliases  = {{{notable_aliases|N/A}}}
  </th>
| abilities        = {{{abilities|N/A}}}
</tr>}}
 
{{#if:{{{publisher|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Publisher</th>
  <td style="padding:.35em .6em;">{{{publisher}}}</td>
</tr>}}
 
{{#if:{{{first_appearance|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">First appearance</th>
  <td style="padding:.35em .6em;">{{{first_appearance}}}</td>
</tr>}}
 
{{#if:{{{created_by|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Created by</th>
  <td style="padding:.35em .6em;">{{{created_by}}}</td>
</tr>}}
 
<!-- ===== In-story information ===== -->
{{#if:{{{full_name|}}}{{{place_of_origin|}}}{{{team_affiliations|}}}{{{partnerships|}}}{{{aliases|}}}{{{abilities|}}}|
<tr>
  <th colspan="2" style="background:#20222b;color:#ff79c6;text-align:center;padding:.35em .6em;border-top:1px solid #6272a4;">
    In-story information
  </th>
</tr>}}
 
{{#if:{{{full_name|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Full name</th>
  <td style="padding:.35em .6em;">{{{full_name}}}</td>
</tr>}}
 
{{#if:{{{place_of_origin|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Place of origin</th>
  <td style="padding:.35em .6em;">{{{place_of_origin}}}</td>
</tr>}}
 
{{#if:{{{team_affiliations|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Team affiliations</th>
  <td style="padding:.35em .6em;">{{{team_affiliations}}}</td>
</tr>}}
 
{{#if:{{{partnerships|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Partnerships</th>
  <td style="padding:.35em .6em;">{{{partnerships}}}</td>
</tr>}}
 
{{#if:{{{aliases|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Notable aliases</th>
  <td style="padding:.35em .6em;">{{{aliases}}}</td>
</tr>}}
 
{{#if:{{{abilities|}}}|
<tr>
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Abilities</th>
  <td style="padding:.35em .6em;">{{{abilities}}}</td>
</tr>}}
 
}}
}}
 
<noinclude>{{documentation}}</noinclude>
<templatedata>
{
    "description": "Infobox for fictional characters. Fields are based on standard Wikipedia comic character infoboxes.",
    "params": {
        "image": {
            "label": "Image",
            "description": "Image filename, e.g. Example.jpg",
            "type": "string"
        },
        "caption": {
            "label": "Image caption",
            "description": "Short caption or credit under the image.",
            "type": "string"
        },
        "publisher": {
            "label": "Publisher",
            "description": "Company, magazine, or outlet that published the character.",
            "type": "string"
        },
        "first_appearance": {
            "label": "First appearance",
            "description": "Title and date of the character's first appearance.",
            "type": "string"
        },
        "created_by": {
            "label": "Created by",
            "description": "Names of the creator(s).",
            "type": "string"
        },
        "full_name": {
            "label": "Full name",
            "description": "Character's complete name or title.",
            "type": "string"
        },
        "place_of_origin": {
            "label": "Place of origin",
            "description": "Where the character is from.",
            "type": "string"
        },
        "team_affiliations": {
            "label": "Team affiliations",
            "description": "Organizations or teams the character is associated with.",
            "type": "string"
        },
        "partnerships": {
            "label": "Partnerships",
            "description": "Allies or regular partners.",
            "type": "string"
        },
        "notable_aliases": {
            "label": "Notable aliases",
            "description": "Other names or identities the character uses.",
            "type": "string"
        },
        "abilities": {
            "label": "Abilities",
            "description": "Special powers, skills, or attributes.",
            "type": "string"
        }
    }
}
</templatedata>

Latest revision as of 20:40, 16 October 2025

Infobox Character Comic

Template:Documentation