Difference between revisions of "Template:Infobox assembly"

From SkullSecurity
Jump to navigation Jump to search
(New page: {| class="infobox" style="font-size:95%;width:24em;text-align:left;" |- ! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | {{{title}}} |- ! style="text-align:...)
 
Line 3: Line 3:
! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | {{{title}}}
! colspan="2" style="background:#808080;font-size:larger;text-align:center;" | {{{title}}}
|-  
|-  
! style="text-align:left;" | Name
| * [[Fundamentals]] -- Mostly information about C, which you have to be comfortable with(datatypes, memory, pointers, ascii, array, strings, etc)
| {{{ceo|}}}
* [[Tools]]
|-  
* [[Registers]]
! style="text-align:left;" | CEO
* [[Simple Operations]]
| {{{ceo|}}}
* [[Example 1]] -- Starcraft CDKey Verification
|-
* [[Example 2]] -- Starcraft CDKey Shuffle
! style="text-align:left;" | VP
* [[Comparisons and Jumps]]
| {{{vp|}}}
* [[The Stack]]
|-  
* [[Functions]]
! style="text-align:left;" | CSO
* [[Example 3]] -- Storm.dll SStrChr
| {{{cso|}}}
* [[Machine Code]]
|-  
* [[Example 4]] -- Cracking a game
! style="text-align:left;" | Date Formed
* [[Example 5]] -- Writing a keygen
| {{{date|}}}
* [[Injection]]
|-
* [[Rebounding]]
! style="text-align:left;" | Corp Affiliations
* [[Example 5]] -- Writing a cheat for Starcraft (1.05)
| {{{corp|}}}
|}<includeonly>[[Category:Guides|{{PAGENAME}}]]</includeonly><noinclude>
|-  
! style="text-align:left;" | Monthly Cost
| {{{cost|}}}
|-  
! style="text-align:left;" | Monthly Income
| {{{income|}}}
|-  
! style="text-align:left;" | Parent(s)
| {{{parent|}}}
|-
! style="text-align:left;" | Subsidiaries
| {{{subsidiaries|}}}
|-  
! style="text-align:left;" | Assets
| {{{assets|}}}
|-
| colspan="2" style="text-align: left; font-size: smaller; border-top: 1px solid #aaa;" | {{{notes|}}}
|}<includeonly>[[Category:Locations|{{PAGENAME}}]]</includeonly><noinclude>


==Usage==
==Usage==
{| style="background: transparent;"
{| style="background: transparent;"
|<pre>{{Infobox company
|<pre>{{Infobox company}}</pre>
| title =
| image_link =
| image_company =
| name =
| ceo =
| vp =
| cso =
| date =
| corp =
| cost =
| income =
| parent =
| subsidiaries =
| assets =
| notes =
}}</pre>


[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[Category:templates]]
[[Category:templates]]
</noinclude>
</noinclude>

Revision as of 19:25, 12 March 2007

{{{title}}}
* Fundamentals -- Mostly information about C, which you have to be comfortable with(datatypes, memory, pointers, ascii, array, strings, etc)

Usage

{{Infobox company}}