Template:Gesture row: Difference between revisions
Jump to navigation
Jump to search
m (stray bracket) |
No edit summary |
||
Line 1: | Line 1: | ||
| | <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 | ||
| {{{ | | item-name = {{uc:{{{1}}} {{{2}}}}} | ||
| {{{ | | 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}} – 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}} – 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.
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.}} |}
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 ofXxx.png
).level
– if the level of the gesture is somehow different. Example:Level 50 Gesture
.