Help:Template cheatsheet: Difference between revisions

Content deleted Content added
Line 1,134:
|
| {{center}} {{smallcaps|no parameters}}
|<codesyntaxhighlight lang=html inline=1><nowiki>A B <span style="{{mirrorH}}">C</span> D</nowiki></codesyntaxhighlight>
|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}}
|<codesyntaxhighlight lang=html inline=1><nowiki><span style="{{mirrorV}}">A</span> B C D</nowiki></codesyntaxhighlight>
|<span style="{{mirrorV}}">A</span> B C D
|Shorthanded CSS code for vertically mirroring elements inside style attribute