Template:Infobox Hacker: Difference between revisions

From Encyclopedia of Cybersecurity
No edit summary
No edit summary
 
Line 1: Line 1:
     <h1>{{{Hacker Name}}}</h1>
     <h1>{{{Hacker Name}}}</h1>
     <table>
     <table cellspacing="5" width="300">
         <tr>
         <tr>
             <td colspan="2" style="text-align: center;">
             <td colspan="2" style="text-align: center;">
Line 7: Line 7:
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Birth Date:</th>
             <th align="right">Birth Date:</th>
             <td>{{{birth_date}}}</td>
             <td>{{{birth_date}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Birth Place:</th>
             <th align="right">Birth Place:</th>
             <td>{{{birth_place}}}</td>
             <td>{{{birth_place}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Handle:</th>
             <th align="right">Handle:</th>
             <td>{{{handle}}}</td>
             <td>{{{handle}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Known For:</th>
             <th align="right">Known For:</th>
             <td>{{{known_for}}}</td>
             <td>{{{known_for}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Website:</th>
             <th align="right">Website:</th>
             <td>{{{website}}}</td>
             <td>{{{website}}}</td>
         </tr>
         </tr>
     </table>
     </table>

Latest revision as of 19:30, 7 May 2024

{{{Hacker Name}}}

               <img src="{{{image}}}" alt="{{{Hacker Name}}}">
Birth Date: {{{birth_date}}}
Birth Place: {{{birth_place}}}
Handle: {{{handle}}}
Known For: {{{known_for}}}
Website: {{{website}}}