Difference between revisions of "Template:Panel"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Panel | {{Panel | ||
|Alias=, | |||
|Target=, | |||
|Family=, | |||
|Botnet=, | |||
|UserAgent= | |||
|CCProtocol=, | |||
|BeginYear= | |||
|EndYear= | |||
|Status= | |||
|Vector=, | |||
|Group=, | |||
|Feature=, | |||
|Language=, | |||
|Programming language=, | |||
|Introduction= | |||
}} | }} | ||
</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__ | ||
{| 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> | ||
|- | |- | ||
! Alias | |||
| {{#arraymap:{{{Alias|}}}|,|x|[[alias::x]]}} | |||
|- | |||
! Target | |||
| {{#arraymap:{{{Target|}}}|,|x|[[target::x]]}} | |||
|- | |||
! Distribution vector | |||
| {{#arraymap:{{{Vector|}}}|,|x|[[vector::x]]}} | |||
|- | |||
! Botnet | |||
| {{#arraymap:{{{Botnet|}}}|,|x|[[botnet::x]]}} | |||
|- | |||
! UserAgent | |||
| {{#arraymap:{{{UserAgent|}}}|,|x|[[user_agent::x]]}} | |||
|- | |||
! CCProtocol | |||
| {{#arraymap:{{{CCProtocol|}}}|,|x|[[cc_protocol::x]]}} | |||
|- | |||
! Activity | |||
| [[begin year::{{{BeginYear|}}}]] / [[end year::{{{EndYear|}}}]] | |||
|- | |||
! Status | |||
| [[status::{{{Status|}}}]] | |||
|- | |||
! Language | |||
| {{#arraymap:{{{Language|}}}|,|x|[[language::x]]}} | |||
|- | |||
! Programming language | |||
| {{#arraymap:{{{Programming language|}}}|,|x|[[programming language::x]]}} | |||
|- | |||
! Group | |||
| {{#arraymap:{{{Group|}}}|,|x|[[group::x]]}} | |||
|- | |||
! Family | |||
| {{#arraymap:{{{Family|}}}|,|x|[[family::x]]}} | |||
|- | |||
! Relations | |||
| Variants: {{#ask: [[variant of::{{BASEPAGENAME}}]]|format=list}} | |||
Sibling of: {{#ask: [[sibling::{{BASEPAGENAME}}]]|format=list}}<br /> | |||
Parent of: {{#ask: [[parent::{{BASEPAGENAME}}]]|format=list}}<br /> | |||
Campaigns: {{#ask: [[Category:Campaigns]] [[malware::{{BASEPAGENAME}}]]|format=list}} | |||
|} | |} | ||
==Introduction== | |||
Link to the old Wiki page : [https://www.botnets.fr/wiki.old/index.php/{{BASEPAGENAMEE}}] | |||
{{{Introduction|}}} | |||
==Features== | |||
{{#arraymaptemplate:{{{Feature|}}}|FeatureLine|,|}} | |||
==Associated images== | |||
{{#ask: [[threat::{{PAGENAME}}]] | format=gallery | autocaptions = yes}} | |||
==Publications== | |||
{{#ask:[[Category:Publications]] [[panel::{{PAGENAME}}]] | |||
|?author | |||
|?editor | |||
|?year}} | |||
[[Category:Panels]] | [[Category:Panels]] | ||
</includeonly> | </includeonly> |
Revision as of 22:13, 7 August 2015
This is the "Panel" template. It should be called in the following format:
{{Panel |Alias=, |Target=, |Family=, |Botnet=, |UserAgent= |CCProtocol=, |BeginYear= |EndYear= |Status= |Vector=, |Group=, |Feature=, |Language=, |Programming language=, |Introduction= }}
Edit the page to see the template text.