Jump to content

Template:Infobox: Difference between revisions

From Freelancipedia
m 1 revision imported
No edit summary
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude>
<table class="infobox" style="width:22em; font-size:90%; text-align:left;">
{{documentation}}
{{#if:{{{title|}}}|
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
<caption style="font-size:125%; font-weight:bold; text-align:center;">{{{title}}}</caption>}}
</noinclude>
{{#if:{{{image|}}}|
<tr>
  <td colspan="2" style="text-align:center;">[[File:{{{image}}}|800px]]</td>
</tr>}}
{{#if:{{{caption|}}}|
<tr>
  <td colspan="2" style="text-align:center; font-size:85%;">{{{caption}}}</td>
</tr>}}
<tr>
  <th scope="row">Name</th>
  <td>{{{name}}}</td>
</tr>
<tr>
  <th scope="row">Birth Date</th>
  <td>{{{birth_date}}}</td>
</tr>
<tr>
  <th scope="row">Birth Place</th>
  <td>{{{birth_place}}}</td>
</tr>
<tr>
  <th scope="row">Occupation</th>
  <td>{{{occupation}}}</td>
</tr>
<tr>
  <th scope="row">Years Active</th>
  <td>{{{years_active}}}</td>
</tr>
<tr>
  <th scope="row">Known For</th>
  <td>{{{known_for}}}</td>
</tr>
<tr>
  <th scope="row">Website</th>
  <td>{{{website}}}</td>
</tr>
</table>

Latest revision as of 02:43, 30 May 2025

{{#if:| }} {{#if:| }} {{#if:| }}
{{{title}}}
[[File:{{{image}}}|800px]]
{{{caption}}}
Name {{{name}}}
Birth Date {{{birth_date}}}
Birth Place {{{birth_place}}}
Occupation {{{occupation}}}
Years Active {{{years_active}}}
Known For {{{known_for}}}
Website {{{website}}}