Difference between revisions of "Template:Kill notice"

From Team Fortress Wiki
Jump to: navigation, search
m
Line 1: Line 1:
<div class="tf-killnotice" style="width:{{{width|100%}}}; height:40px; background:#{{#if:{{{dark|}}}|2A2725|F1E9CB}}; border-radius:5px; text-align:center; padding-bottom:0.25em; overflow:hidden; line-height:40px;">
+
<div class="tf-killnotice" style="width:{{{width|100%}}}; height:40px; background:#{{#if:{{{dark|}}}|2A2725|F1E9CB}}; <!--
 +
    // Compatibility.
 +
  -->border-radius: 5px;<!--
 +
  -->-moz-border-radius: 5px;<!--
 +
  -->-webkit-border-radius: 5px;<!--
 +
    //
 +
  -->text-align:center; padding-bottom:0.25em; overflow:hidden; line-height:40px;">
 
  <div style="vertical-align: middle;">
 
  <div style="vertical-align: middle;">
 
{{#if:{{{extend|}}}
 
{{#if:{{{extend|}}}

Revision as of 10:32, 22 September 2010

Killicon skull.png

Documentation for Kill notice

Usage

Standard

Killicon wrench.png

Extended

  • {{kill notice|extend=yes|weapon=wrench|killer=Engineer|victim=Spy}} generates:
Engineer 
Killicon wrench.png
 Spy
  • {{kill notice|extend=yes|width=50%|weapon=wrench|killer=Engineer|victim=Spy|assister=Medic}} generates:
Engineer + Medic 
Killicon wrench.png
 Spy

Parameters

Parameter Example Description
Standard
weapon rocket launcher Name of the weapon used. See {{Icon killicon}} for a list.
Extended
extend yes Needed to use full kill notice functionality.
killer Soldier Name of the killer.
victim Scout Name of the victim.
assister Medic [optional] name of the assister.
Style
width 50% Defaults to 100% for use in infoboxes. Can be made any other value for user pages, etc.
dark yes Changes background colour of notice to a darker colour.
Other
invert yes Inverts the team colours (e.g. so the attacker is on BLU and victim on RED)

See also

Image insertion templatesview  edit )