Help:Template cheatsheet: Difference between revisions

Content deleted Content added
Line 1,112:
|{{Tl|transform-rotate}}
|
|<syntaxhighlight lang=html inline=1><nowiki><span style="{{Transform-rotate|angle}}">rotated text</span></nowiki></syntaxhighlight>
|<syntaxhighlight lang=html inline=1><nowiki><span style="{{Transform-rotate|90}}">5</span></nowiki></syntaxhighlight>
|<span style="{{Transform-rotate|90}}">5</span>
|Shorthanded CSS code for rotating elements inside style attribute.
Line 1,134:
|
| {{center}} {{smallcaps|no parameters}}
|<syntaxhighlight lang=html inline=1><nowiki>A B <span style="{{mirrorH}}">C</span> D</nowiki></syntaxhighlight>
|A B <span style="{{mirrorH}}">C</span> D
|Shorthanded CSS code for horizontally mirroring elements inside style attribute
Line 1,141:
|
| {{center}} {{smallcaps|no parameters}}
|<syntaxhighlight lang=html inline=1><nowiki><span style="{{mirrorV}}">A</span> B C D</nowiki></syntaxhighlight>
|<span style="{{mirrorV}}">A</span> B C D
|Shorthanded CSS code for vertically mirroring elements inside style attribute