Template:Infobox staff: Difference between revisions

From Parents
Jump to navigation Jump to search
(Testing background)
(Set proper background color and provide example and usage)
Line 1: Line 1:
<includeonly>
<includeonly>
<table class="infobox" style="float: right; clear: right; margin: 0 0 2em 2em; border: thin solid; padding: 0 0.5em; box-sizing: border-box; width: 20em; max-width: 33.3%; background-color: red;">
<table class="infobox" style="float: right; clear: right; margin: 0 0 2em 2em; border: thin solid; padding: 0 0.5em; box-sizing: border-box; width: 20em; max-width: 33.3%; background: hsl(0, 0%, 90%;">
<tr>
<tr>
<th colspan="2" style="font-size: larger;">{{{name}}}</th>
<th colspan="2" style="font-size: larger;">{{{name}}}</th>
Line 21: Line 21:
<noinclude>
<noinclude>
{{Infobox staff
{{Infobox staff
|name = First/Last Name
|name = {{{name}}}
|image = File:portrait.jpeg
|image = {{{image}}}
|title = Grade Teacher
|title = {{{title}}}
|school = [[Sagamore Hills Elementary School]]
|school = {{{school}}}
|email = kamilah_a_danhi@fc.dekalb.k12.ga.us
|email = {{{email}}}
}}
}}
<pre>{{Infobox staff
<pre>{{Infobox staff
|name = Kamilah Danhi
|name = First Last
|image = File:2012-12-21 Danhi Class (8).jpeg
|image = File:portrait.jpeg
|title = Kindergarten Teacher
|title = e.g. Kindergarten Teacher
|school = [[Sagamore Hills Elementary School]]
|school = School (link)
|email = kamilah_a_danhi@fc.dekalb.k12.ga.us
|email = user@example.org
}}</pre>
}}</pre>
</noinclude>
</noinclude>

Revision as of 12:56, 8 August 2013


{{{name}}}
[[{{{image}}}|frameless]]
{{{title}}}
{{{school}}}
{{{email}}}


{{Infobox staff
|name = First Last
|image = File:portrait.jpeg
|title = e.g. Kindergarten Teacher
|school = School (link)
|email = user@example.org
}}