Difference between revisions of "Template:Person"

 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<p style="font-size: 300%; color: white; text-shadow: 3px 3px 20px rgba(0 0 0 / 0.5);">'''{{{name}}}'''</p>
<noinclude>
<pre>
{{person
|bio=Short bio
|sort key=Surname
}}
</pre>
</noinclude>
<includeonly><div class="person-box full-width">
<p class="person-name">'''{{#if: {{{name|}}} | {{{name|}}} | {{PAGENAME}} }}'''</p>


<p style="color: white; text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5);">''{{{bio}}}''</p>
{{#if:{{{bio|}}}|<p class="person-bio">''{{{bio|}}}''</p>|}}


[[file:{{{name}}}.jpg|200px|center]]
[[file:{{#if: {{{name|}}} | {{{name|}}} | {{PAGENAME}} }}.jpg|200px|center|class=person-portrait]]
</div>
[[Category:Masticationpedia people|{{{sort key|}}}]]
</includeonly>

Latest revision as of 17:08, 23 January 2024

{{person
|bio=Short bio
|sort key=Surname
}}