Template:Gesture row: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
m (stray bracket)
No edit summary
Line 1: Line 1:
| [[File:Backpack {{uc:{{{1}}} {{{2}}}}}.png|128px]]
<includeonly>{{anchor|1={{uc:{{{1}}} {{{2}}}}}}}
| [[File:Item {{uc:{{{1}}} {{{2}}}}}.png|200px]]
| width="256px" style="padding:4px; padding-right:6px; margin:0px; <!-- Dodging weird padding issue -->" | {{Backpack item
| {{{2}}}
| item-name = {{uc:{{{1}}} {{{2}}}}}
| {{{3}}}
| item-level = {{#if:{{{level|}}}
|-
  | {{lang
  | en = Level 1 Gesture
  }}
  | {{{level}}}
  }}
}}
| style="padding:0.5em;" | {{{image|[[File:Item {{uc:{{{1}}} {{{2}}}}}.png|200px]]}}}
| style="padding:0.5em;" | {{{3}}}
|-</includeonly><noinclude>
{{doc begin}}
Row template for use on:
* [[Atlas gestures]]
* [[P-body gestures]]
 
=== Example ===
<pre>
{| class="wikitable"
{{gesture row|P-body|Sitspin|This gesture allows P-body to show their partner their funky dance moves. By sitting on the ground and spinning in a 360 degree manner.}}
|}
</pre>
 
{| class="wikitable"
{{gesture row|P-body|Sitspin|This gesture allows P-body to show their partner their funky dance moves. By sitting on the ground and spinning in a 360 degree manner.}}
|}
 
=== Parameters ===
* {{code|image}} &ndash; allows for a separate image to be used if needed. Requires full syntax (e.g. {{code|[[File:Xxx.png|50px|thumb]]}} instead of {{code|Xxx.png}}).
* {{code|level}} &ndash; if the level of the gesture is somehow different. Example: {{code|Level 50 Gesture}}.
 
[[Category:Formatting templates|Gesture row]]
</noinclude>

Revision as of 03:14, 29 April 2011

The template above may be partially or fully invisible or glitched due to the respected strings aren't entered.
This is normal.

Documentation for Gesture row

Row template for use on:

Example

{| class="wikitable"
{{gesture row|P-body|Sitspin|This gesture allows P-body to show their partner their funky dance moves. By sitting on the ground and spinning in a 360 degree manner.}}
|}
Backpack P-BODY SITSPIN.png
P-BODY SITSPIN
{{{level}}}
Item P-BODY SITSPIN.png This gesture allows P-body to show their partner their funky dance moves. By sitting on the ground and spinning in a 360 degree manner.

Parameters

  • image – allows for a separate image to be used if needed. Requires full syntax (e.g. [[File:Xxx.png|50px|thumb]] instead of Xxx.png).
  • level – if the level of the gesture is somehow different. Example: Level 50 Gesture.