Difference between revisions of "Template:Space/doc"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{documentation subpage|override=space/doc|Space}} | {{documentation subpage|override=space/doc|Space}} | ||
− | Forces a <code>space</code> character using html replacement. Useful for minor text | + | Forces a <code>space</code> character using html replacement. Useful for minor text adjustments and aligning if adding a normal space-character( ) doesn't seem to work. |
'''Example:''' | '''Example:''' | ||
Line 13: | Line 13: | ||
looks better than {{logo}}<div style="display: inline-block;"><sup style="display:block; position:relative; left:2px; top: 16px"><sup>Help</sup></sup><sub style="display:block; position:relative; left:2px; top: 1px"><sub>Center</sub></sub></div> | looks better than {{logo}}<div style="display: inline-block;"><sup style="display:block; position:relative; left:2px; top: 16px"><sup>Help</sup></sup><sub style="display:block; position:relative; left:2px; top: 1px"><sub>Center</sub></sub></div> | ||
</pre> | </pre> | ||
+ | <onlyinclude> | ||
+ | [[Category:Character-substitution templates]] | ||
+ | [[Category:Inline spacing templates]] | ||
+ | </onlyinclude> |
Revision as of 17:47, 31 January 2021
This is a documentation subpage for Space. It contains usage information, categories and other content that is not part of the original template page. |
Forces a space
character using html replacement. Useful for minor text adjustments and aligning if adding a normal space-character( ) doesn't seem to work.
Example:
HelpCenter
looks better than HelpCenter
{{logo}}<div style="display: inline-block;"><sup style="display:block; position:relative; left:2px; top: 16px"><sup> Help</sup></sup><sub style="display:block; position:relative; left:2px; top: 1px"><sub>Center</sub></sub></div> looks better than {{logo}}<div style="display: inline-block;"><sup style="display:block; position:relative; left:2px; top: 16px"><sup>Help</sup></sup><sub style="display:block; position:relative; left:2px; top: 1px"><sub>Center</sub></sub></div>