Template:Infobox snake: Difference between revisions

From IndicWiki Sandbox
Created page with "<div class="infobox" style="width:250px; border:1px solid #aaa; padding:5px; background-color:#f9f9f9;"> <div style="text-align:center; font-size:larger; font-weight:bold;">{{{name}}}</div> <!-- Image Section --> <div style="text-align:center; padding:5px;"> {{#if: {{{image|}}} | [[File:{{{image}}}|250px]] | No image available }} </div> <div><strong>Venomous:</strong> {{{venomous}}}</div> <div><strong>Length:</strong> {{{length}}}</div> </div>"
 
No edit summary
Line 1: Line 1:
<div class="infobox" style="width:250px; border:1px solid #aaa; padding:5px; background-color:#f9f9f9;">
<div class="infobox" style="width:250px; border:1px solid #aaa; padding:5px; background-color:#f9f9f9;">
   <div style="text-align:center; font-size:larger; font-weight:bold;">{{{name}}}</div>
  <!-- Name Section -->
 
   <div style="text-align:center; font-size:larger; font-weight:bold;">
    {{{name|Unknown Snake}}}
  </div>
 
   <!-- Image Section -->
   <!-- Image Section -->
   <div style="text-align:center; padding:5px;">
   <div style="text-align:center; padding:5px;">
     {{#if: {{{image|}}} | [[File:{{{image}}}|250px]] | No image available }}
     {{#if: {{{image|}}} | [[File:{{{image}}}|250px]] | No image available }}
   </div>
   </div>
    
 
   <div><strong>Venomous:</strong> {{{venomous}}}</div>
   <!-- Venomous Section -->
   <div><strong>Length:</strong> {{{length}}}</div>
   <div><strong>Venomous:</strong> {{{venomous|Unknown}}}</div>
 
  <!-- Length Section -->
   <div><strong>Length:</strong> {{{length|Not specified}}}</div>
</div>
</div>

Revision as of 11:40, 15 May 2025

   Unknown Snake
   No image available
Venomous: Unknown
Length: Not specified