Jump to content

⚠ Info: We are working on adding content to this platform.

✔ If you want to share your experience and be an active contributor to this Wiki platform, ✉ contact us

×

Template:Sigil: Difference between revisions

From Idiosymbolia
Created page with "<includeonly> {{SigilCSS}} <!-- Loads the CSS --> <div class="infobox-sigil"> <div class="infobox-sigil-title">{{{name}}}</div> <div class="infobox-sigil-image">{{{image}}}</div> <div class="infobox-sigil-caption">{{{caption}}}</div> <table class="infobox-sigil-table"> <tr> <th>Type:</th> <td>{{{type}}}</td> </tr> <tr> <th>Associated With:</th> <td>{{{associated_with}}}</td>..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<templatestyles src="SigilCSS/style.css" />
{{SigilCSS}}  <!-- Loads the CSS -->
<div class="infobox-sigil">
<div class="infobox-sigil">
     <div class="infobox-sigil-title">{{{name}}}</div>
     <div class="infobox-sigil-title">{{{name}}}</div>
Line 8: Line 7:
         <tr>
         <tr>
             <th>Type:</th>
             <th>Type:</th>
             <td>{{{type}}}</td>
             <td class="sigil-source">{{{type}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Associated With:</th>
             <th>Associated With:</th>
             <td>{{{associated_with}}}</td>
             <td class="sigil-source">{{{associated_with}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Purpose:</th>
             <th>Purpose:</th>
             <td>{{{purpose}}}</td>
             <td class="sigil-source">{{{purpose}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Creator:</th>
             <th>Creator:</th>
             <td>{{{creator}}}</td>
             <td class="sigil-source">{{{creator}}}</td>
        </tr>
        <tr>
            <th>Source:</th>
            <td class="sigil-source">{{{source}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>First Appearance:</th>
             <th>First Appearance:</th>
             <td>{{{first_appearance}}}</td>
             <td class="sigil-source">{{{first_appearance}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Charging:</th>
             <th>Charging:</th>
             <td>{{{charging}}}</td>
             <td class="sigil-source">{{{charging}}}</td>
         </tr>
         </tr>
     </table>
     </table>
</div>
</div>
</includeonly>

Latest revision as of 10:03, 10 August 2025

{{{name}}}
{{{image}}}
{{{caption}}}
Type: {{{type}}}
Associated With: {{{associated_with}}}
Purpose: {{{purpose}}}
Creator: {{{creator}}}
Source: {{{source}}}
First Appearance: {{{first_appearance}}}
Charging: {{{charging}}}