Template:Profession: Difference between revisions
(Created page with "{| class="infobox" style="float: right; margin-left: 10px; border: 1px solid #ccc; padding: 10px;" |- ! colspan="2" style="text-align: center; font-size: 120%;" | {{{title}}} |- | colspan="2" style="text-align: center;" | [[File:{{{image}}}|100px|{{{caption}}}]] |- | colspan="2" style="background-color: #ddd; text-align: center;" | '''Profession Details''' |- | Tool: || {{{tool}}} |- | Source: || {{{source}}} |- | NPC: || {{{NPC}}} |} <!-- {{#ifeq: {{{tool|}}}| | |Tool...") Â |
m (Added conditionals to the template for runecarving) Â |
||
Line 1: | Line 1: | ||
{| class="infobox" style="float: right; margin-left: 10px; border: 1px solid #ccc; padding: | <includeonly>{| class="infobox" style="float: right; margin-left: 10px; border: 1px solid #ccc; padding: 6px; width: 13rem" cellpadding="2" cellspacing="1" | ||
|- | |- | ||
! colspan="2" style="text-align: center; font-size: 120%;" | {{{title}}} | ! colspan="2" style="text-align: center; font-size: 120%;" | {{{title}}} | ||
Line 6: | Line 6: | ||
|- | |- | ||
| colspan="2" style="background-color: #ddd; text-align: center;" | '''Profession Details''' | | colspan="2" style="background-color: #ddd; text-align: center;" | '''Profession Details''' | ||
| | {{#if: | ||
| Tool | Â {{{tool|}}} | ||
| | Â |<tr><td><b>Tool</b></td><td>{{{tool}}}</td></tr>| | ||
| Source | }}{{#if: | ||
| | Â {{{source|}}} | ||
| NPC | Â |<tr><td><b>Source</b></td><td>{{{source}}}</td></tr>| | ||
|} | }}{{#if: | ||
 |  {{{NPC|}}} | ||
 |  |<tr><td><b>NPC</b></td><td>{{{NPC}}}</td></tr>| | ||
}} | |||
|}</includeonly><noinclude>[[Category:Template]]{{doc}}</noinclude> | |||
<!-- | <!-- | ||
{{#ifeq: {{{tool|}}}| | |Tool: || {{{tool}}} | {{#ifeq: {{{tool|}}}| | |Tool: || {{{tool}}} |