Difference between revisions of "Template:Infobox computer virus"

From blackwiki
Jump to navigation Jump to search
imported>GregorB
(Recat)
imported>Shkuru Afshar
 
(36 intermediate revisions by 21 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 23em;text-align: left"
+
{{Infobox
|+ '''{{{Fullname}}}'''
+
| title  = {{{fullname|{{{Fullname|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}}}
|-
+
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Image|}}}}}}|size={{{image_size|}}}|sizedefault=frameless|upright=1.1|alt={{{alt|}}}}}
| colspan="2" | {{{[[Image:{{{Image}}}|240px|right]]|}}}
+
| caption = {{{caption|}}}
|-
 
! Common name
 
| {{{Common name|{{{Fullname}}}}}}
 
|-
 
! Technical name
 
| {{{Technical name|{{{Fullname}}}}}}
 
|-
 
! Aliases
 
| {{{Aliases|''None Known''}}}
 
|-
 
! Family
 
| {{{Family|''Unknown''}}}
 
|-
 
! Classification
 
| {{{Classification|''[[Malware]]''}}}
 
|-
 
! -Type
 
| {{{Type|''Categorisation needed.''}}}
 
|-
 
! -Subtype
 
| {{{Subtype|''Categorization needed.''}}}
 
|-
 
! Isolation
 
| {{{IsolationDate|''First [[wiktionary:isolation|isolation]] date not known.''}}}
 
|-
 
! -Point of Isolation
 
| {{{Isolation|''First [[wiktionary:isolation|isolation]] unknown.''}}}
 
|-
 
! -Point of Origin
 
| {{{Origin|''Unknown''}}}
 
|-
 
! Author(s)
 
| {{{Author|''Unknown''}}}
 
|}<noinclude>
 
  
==Usage==
+
| label1  = Common name
{| style="border: none; background: none;"
+
| data1  = {{{common_name|{{{common name|{{{Common name|}}} }}} }}}
|-
+
| label2  = Technical name
|<pre>{{Computer virus
+
| data2  = {{{technical_name|{{{technical name|{{{Technical name|}}} }}} }}}
| Fullname =  
+
| label3  = Aliases
| Image =  
+
| data3  = {{{aliases|{{{Aliases|}}}}}}
| Common name =
+
| label4  = Family
| Technical name =  
+
| data4  = {{{family|{{{Family|}}}}}}
| Aliases =  
+
| label5  = Classification
| Family =  
+
| data5  = {{{classification|{{{Classification|}}}}}}
| Classification =  
+
| label6  = Type
| Type =  
+
| data6  = {{{type|{{{Type|}}}}}}
| Subtype =  
+
| label7  = Subtype
| IsolationDate =  
+
| data7  = {{{subtype|{{{Subtype|}}}}}}
| Origin =  
+
| label8  = Isolation
| Author =  
+
| data8  = {{{isolation_date|{{{isolation date|{{{IsolationDate|}}}}}}}}}
}}</pre>
+
| label9  = Point of isolation
|}
+
| data9  = {{{isolation|{{{Isolation|}}}}}}
[[Category:Computing infobox templates|Virus]]
+
| label10 = Point of origin
 +
| data10  = {{{origin|{{{Origin|}}}}}}
 +
| label11 = [[Vector (malware)|Infection vector]]
 +
| data11 = {{{infection_vector|{{{infection vector|{{{Infection vector|}}}}}}}}}
 +
| label12 = Author(s)
 +
| data12  = {{{author|{{{Author|}}}}}}
 +
| label13 = [[Port (computer networking)|Port(s)]] used
 +
| data13  = {{{ports_used|{{{ports used|{{{Ports used|}}}}}}}}}
 +
| label14 = [[Operating system|Operating system(s)]] affected
 +
| data14 = {{{OS|{{{OSes|}}}}}}
 +
| label15 = Filesize
 +
| data15 = {{{filesize|{{{Filesize|}}}}}}
 +
| label16 = Written in
 +
| data16 = {{{language|{{{Language|}}}}}}
 +
| label17 = Discontinued
 +
| data17 = {{{discontinuation_date|{{{discontinued|{{{Discontinued|}}}}}}}}}
 +
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|}}|preview= Page using [[Infobox computer virus]] with unknown parameter "_VALUE_" |ignoreblank=y | Aliases | aliases | alt | Author | author | caption | Classification | classification | Common name | common name | common_name | discontinuation_date | Discontinued | discontinued | Family | family | Filesize | filesize | Fullname | fullname | Image | image | image_size | Infection vector | infection vector | infection_vector | Isolation | isolation | isolation date | isolation_date | IsolationDate | Language | language | Origin | origin | OS | OSes | Ports used | ports used | ports_used | Subtype | subtype | Technical name | technical name | technical_name | Type | type }}<noinclude>
 +
{{documentation}}<!--Please add this template's categories to the /doc subpage, not here - thanks!-->
 
</noinclude>
 
</noinclude>

Latest revision as of 09:25, 15 February 2021

[[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  =
}}