Template:Infobox Hacker: Difference between revisions

From Encyclopedia of Cybersecurity
(Created page with " <h1>{{{Hacker Name}}}</h1> <table> <tr> <td colspan="2" style="text-align: center;"> <img src="{{{image}}}" alt="{{{Hacker Name}}}"> </td> </tr> <tr> <th>Birth Date:</th> <td>{{{birthday}}}</td> </tr> <tr> <th>Birth Place:</th> <td>{{{birthplace}}}</td> </tr> <tr> <th>Handle:</th> <td>{{{handle}}}<...")
 
No edit summary
Line 8: Line 8:
         <tr>
         <tr>
             <th>Birth Date:</th>
             <th>Birth Date:</th>
             <td>{{{birthday}}}</td>
             <td>{{{birth_date}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Birth Place:</th>
             <th>Birth Place:</th>
             <td>{{{birthplace}}}</td>
             <td>{{{birth_place}}}</td>
         </tr>
         </tr>
         <tr>
         <tr>
Line 24: Line 24:
         <tr>
         <tr>
             <th>Website:</th>
             <th>Website:</th>
             <td><a href="{{{website}}}">{{{website}}}</a></td>
             <td>{{{website}}}</td>
         </tr>
         </tr>
     </table>
     </table>

Revision as of 01:44, 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}}}