Template:Infobox artifact: Difference between revisions

From WikiMD's Wellness Encyclopedia

No edit summary
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
<table class="infobox vcard" style="{{#if:{{{box_width|}}}|width:{{{box_width}}};}}">
<tr>
  <th colspan="2" style="text-align:center;">
    {{#if:{{{name|}}}|{{{name}}}|<includeonly>{{PAGENAMEBASE}}</includeonly>}}
  </th>
</tr>
{{#if:{{{native_artifact_name|{{{native_name|}}}}}}|
<tr>
  <td colspan="2" style="text-align:center;">
    <span class="nickname" {{#if:{{{native_name_lang|}}}|lang="{{{native_name_lang}}}"}}>{{{native_artifact_name|{{{native_name}}}}}}</span>
  </td>
</tr>
}}


<tr>
  <td colspan="2" style="text-align:center;">
    {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|upright=1|alt={{{alt|}}}]]}}
    {{#if:{{{image_caption|{{{caption|}}}}}}|<div style="padding:0.3em 0;">{{{image_caption|{{{caption|}}}}}}</div>}}
  </td>
</tr>
<tr>
  <td colspan="2" style="text-align:center;">
    {{#if:{{{image2|}}}|[[File:{{{image2}}}|frameless|upright=1|alt={{{alt2|}}}]]}}
    {{#if:{{{image2_caption|{{{caption2|}}}}}}|<div style="padding:0.3em 0;">{{{image2_caption|{{{caption2|}}}}}}</div>}}
  </td>
</tr>
{{#if:{{{type|}}}|
<tr>
  <th style="white-space:nowrap;">Type</th>
  <td>{{{type}}}</td>
</tr>
}}
{{#if:{{{material|}}}|
<tr>
  <th style="white-space:nowrap;">Material</th>
  <td>{{{material}}}</td>
</tr>
}}
{{#if:{{{size|}}}|
<tr>
  <th style="white-space:nowrap;">Size</th>
  <td>{{{size}}}</td>
</tr>
}}
{{#if:{{{created|}}}|
<tr>
  <th style="white-space:nowrap;">Created</th>
  <td>{{{created}}}</td>
</tr>
}}
{{#if:{{{discovered|{{{discovered_date|{{{discovered_place|{{{discovered_coords|}}}}}}}}}}}|
<tr>
  <th style="white-space:nowrap;">Discovered</th>
  <td>
    {{#if:{{{discovered|}}}|{{{discovered}}}|{{Br separated entries |{{{discovered_date|}}}|{{{discovered_place|}}}|{{{discovered_coords|}}}}}}
  </td>
</tr>
}}
{{#if:{{{place|}}}|
<tr>
  <th style="white-space:nowrap;">Place</th>
  <td>{{{place}}}</td>
</tr>
}}
{{#if:{{{location|}}}|
<tr>
  <th style="white-space:nowrap;">Present location</th>
  <td>{{{location}}}</td>
</tr>
}}
{{#if:{{{language|}}}|
<tr>
  <th style="white-space:nowrap;">Language</th>
  <td>{{{language}}}</td>
</tr>
}}
{{#if:{{{culture|{{{civilization|{{{civilisation|}}}}}}}}}|
<tr>
  <th style="white-space:nowrap;">Culture</th>
  <td>{{{culture|{{{civilization|{{{civilisation|}}}}}}}}}</td>
</tr>
}}
{{#if:{{{rune_text_native|}}}|
<tr>
  <th colspan="2" style="text-align:center;">Text – Native</th>
</tr>
<tr>
  <td colspan="2">{{{rune_text_native}}}</td>
</tr>
}}
{{#if:{{{rune_text_english|}}}|
<tr>
  <th colspan="2" style="text-align:center;">Translation</th>
</tr>
<tr>
  <td colspan="2">{{{rune_text_english}}}</td>
</tr>
}}
{{#if:{{{website|}}}|
<tr>
  <th style="white-space:nowrap;">Website</th>
  <td>{{{website}}}</td>
</tr>
}}
</table>

Latest revision as of 20:25, 5 January 2025