Template:Text tools

From Disney•Pixar CARS Wiki
Jump to navigation Jump to search

{{text tools}} – shortcut {{TT}} – provides shorthand for some basic text transformations or styling that can otherwise get monotonous to write out as a span, especially when using uncommon properties that might be harder to recall, like white-space.

Parameters

Name Description
1 Shorthand ID for the desired wrapper (refer to list). Not case-sensitive.
2 Text to wrap
style Any additional style rules to apply to the element.

Key

ID value(s) Output
NOWRAP, NO_WRAP <span style="white-space: nowrap;"></span>
INVERT <span class="invert-bw"></span>
UNDERLINE <span style="text-decoration:underline;"></span>