Difference between revisions of "Template:Publication"

From Botnets.fr
Jump to navigation Jump to search
 
(50 intermediate revisions by the same user not shown)
Line 4: Line 4:
<pre>
<pre>
{{Publication
{{Publication
|Image=
|Legend=
|Botnet=
|Botnet=
|Malware=
|Malware=
|Group=
|Target=
|ExploitKit=
|Feature=
|Feature=
|String=,
|Vector=
|Campaign=
|Service=
|Vulnerability=
|CCProtocol=
|CCProtocol=
|Operation=
|Year=
|Year=
|Date=
|Date=
Line 15: Line 26:
|Type=
|Type=
|Abstract=
|Abstract=
|Image=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
</noinclude><includeonly>__NOTOC__
<small>''(Publication) Google search: [https://www.google.fr/search?q={{BASEPAGENAMEE}}+Botnet]''</small>
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
{{#if:{{{Image|}}}|
{{#if:{{{Image|}}}|
|-
{{!}}-
| Image
! colspan=2 align="center" {{!}} [[Image:{{{Image|}}}|120px]]
| [[Image:{{{Image|}}}|120px]]
|}}
|}}
|-
|-
Line 32: Line 43:
! Malware
! Malware
| {{#arraymap:{{{Malware|}}}|,|x|[[malware::x]]}}
| {{#arraymap:{{{Malware|}}}|,|x|[[malware::x]]}}
|-
! Botnet/malware group
| {{#arraymap:{{{Group|}}}|,|x|[[group::x]]}}
|-
! Exploit kits
| {{#arraymap:{{{ExploitKit|}}}|,|y|[[exploit_kit::y]]}}
|-
! Services
| {{#arraymap:{{{Service|}}}|,|y|[[service::y]]}}
|-
|-
! Feature
! Feature
| {{#arraymap:{{{Feature|}}}|,|x|[[feature::x]]}}
| {{#arraymap:{{{Feature|}}}|,|x|[[feature::x]]}}{{#if:{{{String|}}}|<br/>String(s): {{#arraymap:{{{String|}}}|,|w|[[botnetstring::w]]}}|}}
|-
! Distribution vector
| {{#arraymap:{{{Vector|}}}|,|x|[[vector::x]]}}
|-
! Target
| {{#arraymap:{{{Target|}}}|,|x|[[target::x]]}}
|-
! Origin
| {{#arraymap:{{{Origin|}}}|,|x|[[origin::x]]}}
|-
! Campaign
| {{#arraymap:{{{Campaign|}}}|,|x|[[campaign::x]]}}
|-
! Operation/Working group
| {{#arraymap:{{{Operation|}}}|,|x|[[operation::x]]}}
|-
! Vulnerability
| {{#arraymap:{{{Vulnerability|}}}|,|x|[[vuln::x]]}}
|-
|-
! CCProtocol
! CCProtocol
Line 42: Line 80:
| [[year::{{{Year|}}}]] / [[date::{{{Date|}}}]]
| [[year::{{{Year|}}}]] / [[date::{{{Date|}}}]]
|-
|-
! Editor
! Editor/Conference
| [[editor::{{{Editor|}}}]]  
| [[editor::{{{Editor|}}}]]  
|-
|-
! Link
! Link
| [[link::{{{Link|}}}]]  
| {{#if:{{{Link|}}}|[[link::{{{Link|}}}]] ({{Wayback |url={{{Link|}}}}})}}{{#if:{{{DOI|}}}|<br/>DOI: [http://doi.org/{{{DOI|}}} {{{DOI|}}}]}}
|-
|-
! Author
! Author
Line 56: Line 94:


== Abstract ==
== Abstract ==
[[abstract::{{{Abstract|}}}]]
{{quotation|{{{Abstract|}}}}}
 
== Bibtex ==
<tt><small>
  @{{#ifeq:{{{Type|}}}|Scientific paper|article|misc}}&#123;{{Last word|{{First word|{{{Author|}}}|sep=,}}}}{{{Year|}}}BFR{{PAGEID}},
    editor = &#123;{{{Editor|}}}&#125;,
    author = &#123;{{#arraymap:{{{Author|}}}|,|x}}&#125;,
    title = &#123;{{PAGENAME}}&#125;,
    date = &#123;{{#time:d|{{{Date|}}}}}&#125;,
    month = {{#time:M|{{{Date|}}}}},
    year = &#123;{{{Year|}}}&#125;,{{#if:{{{DOI|}}}|<br/>    doi = &#123;{{{DOI|}}}&#125;,}}
    howpublished = &#123;\url&#123;<span class="plainlinks">{{{Link|}}}</span>&#125;&#125;,
  }
</small></tt>
[[Category:Publications]]
[[Category:Publications]]
</includeonly>
</includeonly>

Latest revision as of 14:01, 14 July 2021

This is the "Publication" template. It should be called in the following format:

{{Publication
|Image=
|Legend=
|Botnet=
|Malware=
|Group=
|Target=
|ExploitKit=
|Feature=
|String=,
|Vector=
|Campaign=
|Service=
|Vulnerability=
|CCProtocol=
|Operation=
|Year=
|Date=
|Editor=
|Link=
|Author=
|Type=
|Abstract=
}}

Edit the page to see the template text.