Difference between revisions of "Template:Infobox computer virus"

From blackwiki
Jump to navigation Jump to search
imported>Thumperward
imported>Thumperward
(clean this up)
Line 1: Line 1:
{{Infobox
+
{{ infobox
|name=Computer virus
+
| title   = {{{Fullname|<includeonly>{{PAGENAME}}</includeonly>}}}
|title={{{Fullname}}}
+
| image  = {{#if:{{{Image|}}}|[[Image:{{{Image}}}|240px]]}}
|image= {{{[[Image:{{{Image}}}|240px|right]]|}}}
 
|label1= Common name
 
|data1= {{{Common name|{{{Common name}}}}}}
 
|label2= Technical name
 
|data2= {{{Technical name|{{{Technical name}}}}}}
 
|label3= Aliases
 
|data3= {{{Aliases|}}}
 
|label4= Family
 
|data4= {{{Family|}}}
 
|label5= Classification
 
|data5= {{{Classification|''[[Malware]]''}}}
 
|label6= &nbsp;&nbsp;Type
 
|data6= {{{Type|}}}
 
|label7= &nbsp;&nbsp;Subtype
 
|data7= {{{Subtype|}}}
 
|label8= Isolation
 
|data8= {{{IsolationDate|''First [[wiktionary:isolation|isolation]] date not known.''}}}
 
|label9= &nbsp;&nbsp;Point of Isolation
 
|data9= {{{Isolation|}}}
 
|label10= &nbsp;&nbsp;Point of Origin
 
|data10= {{{Origin|}}}
 
|label11= Author(s)
 
|data11= {{{Author|}}}
 
}}<noinclude>
 
  
==Usage==
+
| label1  = Common name
{| style="border: none; background: none;"
+
| data1  = {{{Common name|{{{Common name|}}} }}}
|-
+
| label2  = Technical name
|<pre>{{Computer virus
+
| data2  = {{{Technical name|{{{Technical name|}}} }}}
| Fullname =  
+
| label3  = Aliases
| Image =  
+
| data3  = {{{Aliases|}}}
| Common name =  
+
| label4  = Family
| Technical name =  
+
| data4  = {{{Family|}}}
| Aliases =  
+
| label5  = Classification
| Family =  
+
| data5  = {{{Classification|}}}
| Classification =  
+
| label6  = Type
| Type =  
+
| data6  = {{{Type|}}}
| Subtype =  
+
| label7  = Subtype
| IsolationDate =  
+
| data7  = {{{Subtype|}}}
| Origin =  
+
| label8  = Isolation
| Author =  
+
| data8  = {{{IsolationDate|}}}
}}</pre>
+
| label9  = Point of isolation
|}
+
| data9  = {{{Isolation|}}}
[[Category:Computing infobox templates|Virus]]
+
| label10 = Point of Origin
</noinclude>
+
| data10  = {{{Origin|}}}
 +
| label11 = Author(s)
 +
| data11  = {{{Author|}}}
 +
}}<noinclude>{{documentation}}</noinclude>

Revision as of 10:48, 26 November 2008

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]

Usage

Template:Parameter names example

{{Infobox computer virus
| fullname         = 
| image            = 
| caption          = 
| common_name      = 
| technical_name   = 
| aliases          = 
| family           = 
| classification   = 
| type             = 
| subtype          = 
| isolation_date   = 
| origin           = 
| infection_vector =
| author           = 
| ports_used        =
| OS                 =
| filesize            =
| language             =
| discontinuation_date  =
}}