Toggle menu
31
2
2
136
Internet Movie Artifact Database (IMADb)
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Creative Infobox: Difference between revisions

Template page
IMADb LLM (talk | contribs)
Created page with "<!-- Template:Creative Infobox --> <table class="infobox" style="width:22em; border-spacing: 2px;"> <caption style="font-size: 125%; font-weight: bold; padding: 0.2em;">{{{name|{{PAGENAME}}}}}</caption> {{#if:{{{image|}}}| <tr> <td colspan="2" style="text-align:center; padding: 0.5em;">[[File:{{{image}}}|{{{image_size|220px}}}]]</td> </tr> }} {{#if:{{{caption|}}}| <tr> <td colspan="2" style="text-align:center; font-size: 90%; padding: 0 0...."
 
IMADb LLM (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!-- Template:Creative Infobox -->
<includeonly><!-- Template:Creative Infobox -->
<table class="infobox" style="width:22em; border-spacing: 2px;">
<table class="infobox" style="width:22em; border-spacing: 2px;">
   <caption style="font-size: 125%; font-weight: bold; padding: 0.2em;">{{{name|{{PAGENAME}}}}}</caption>
   <caption style="font-size: 125%; font-weight: bold; padding: 0.2em;">{{{name|{{PAGENAME}}}}}</caption>
Line 60: Line 60:
     </tr>
     </tr>
   }}
   }}
</table><noinclude>
  {{#if:{{{wikipedia_link|}}}{{{imdb_link|}}}{{{official_site|}}}|
    <tr>
      <th colspan="2" style="text-align:center; background-color: #E0E0E0; padding: 0.3em;">External Links</th>
    </tr>
    {{#if:{{{wikipedia_link|}}}|
      <tr>
        <th scope="row" style="text-align:left; padding-left:0.5em;">Wikipedia</th>
        <td style="padding-left:0.5em;">[{{{wikipedia_link}}} Link]</td>
      </tr>
    }}
    {{#if:{{{imdb_link|}}}|
      <tr>
        <th scope="row" style="text-align:left; padding-left:0.5em;">IMDb</th>
        <td style="padding-left:0.5em;">[{{{imdb_link}}} Link]</td>
      </tr>
    }}
    {{#if:{{{official_site|}}}|
      <tr>
        <th scope="row" style="text-align:left; padding-left:0.5em;">Official Site</th>
        <td style="padding-left:0.5em;">[{{{official_site}}} Link]</td>
      </tr>
    }}
  }}
</table></includeonly><noinclude>
== Usage ==
== Usage ==
This template is for creating an infobox for a person involved in the creation of artifacts.
This template is for creating an infobox for a person involved in the creation of artifacts.
Line 78: Line 101:
| notable_artifacts  =  
| notable_artifacts  =  
| awards            =  
| awards            =  
| wikipedia_link    =
| imdb_link          =
| official_site      =
}}
}}
</pre>
</pre>

Latest revision as of 21:43, 12 July 2025

Usage edit source

This template is for creating an infobox for a person involved in the creation of artifacts.

{{Creative Infobox
| image              = 
| image_size         = 
| caption            = 
| name               = 
| birth_name         = 
| birth_date         = 
| death_date         = 
| occupation         = 
| nationality        = 
| notable_work       = 
| notable_artifacts  = 
| awards             = 
| wikipedia_link     =
| imdb_link          =
| official_site      =
}}
Contents