Difference between revisions of "Template:Infobox computer virus/doc"

From blackwiki
Jump to navigation Jump to search
(+ja)
imported>Shkuru Afshar
 
(16 intermediate revisions by 13 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
 +
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
  
=== Usage ===
+
== Usage ==
  
<pre>
+
{{Parameter names example|_template=|fullname|Fullname|image|Image|image_size|alt|common_name|common name|Common name|technical_name|technical name|Technical name|aliases|Aliases|family|Family|classification|Classification|type|Type|subtype|Subtype|isolation_date|isolation date|IsolationDate|isolation|Isolation|origin|Origin|infection_vector|infection vector|Infection vector|author|Author|ports_used|ports used|Ports used|OS|OSes|filesize|Filesize|language|Language|discontinuation_date|discontinued|Discontinued}}
{{ infobox computer virus
+
<pre style="overflow: auto;">{{Infobox computer virus
| Fullname      =  
+
| fullname        =
| Image         =  
+
| image            =  
| Common name    =  
+
| caption         =  
| Technical name =  
+
| common_name      =
| Aliases        =  
+
| technical_name  =
| Family        =  
+
| aliases          =  
| Classification =  
+
| family          =  
| Type          =  
+
| classification  =  
| Subtype        =  
+
| type            =  
| IsolationDate  =  
+
| subtype          =  
| Origin        =  
+
| isolation_date  =  
| Author        =  
+
| origin          =  
| Ports used    =
+
| infection_vector =
| OSes          =
+
| author          =  
| Filesize      =
+
| ports_used        =
| Language      =
+
| OS                =
}}
+
| filesize            =
</pre>
+
| language            =
 +
| discontinuation_date  =
 +
}}</pre>
  
=== See also ===
+
<includeonly>{{Sandbox other||
 +
<!-- CATEGORIES HERE, THANKS -->
  
<includeonly>
+
[[Category:Software infobox templates|Virus]]
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
}}</includeonly>
 
 
[[Category:Computing infobox templates|Virus]]
 
 
 
[[ja:Template:Infobox computer virus]]
 
</includeonly>
 

Latest revision as of 08:22, 15 February 2021

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