In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

Difference between revisions of "Template:Pad/doc"

From OpenUru
Jump to navigation Jump to search
(Created page with '<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== Use <nowiki>{{pad}}</nowiki> to insert a horizontally padding span inline. The template takes …')
 
m (Remove spurious comment text)
 
Line 1: Line 1:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
+
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE. -->
 
==Usage==
 
==Usage==
 
Use <nowiki>{{pad}}</nowiki> to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in <tt>[[Pixel|px]]</tt>, <tt>[[Em (typography)|em]]</tt> or <tt>[[x-height|ex]]</tt>. The default is <tt>1 em</tt>.
 
Use <nowiki>{{pad}}</nowiki> to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in <tt>[[Pixel|px]]</tt>, <tt>[[Em (typography)|em]]</tt> or <tt>[[x-height|ex]]</tt>. The default is <tt>1 em</tt>.

Latest revision as of 08:28, 18 March 2010

Usage

Use {{pad}} to insert a horizontally padding span inline. The template takes one unnamed parameter; a width value specified in px, em or ex. The default is 1 em.

Example

Using the following code:
This is a {{pad|6em}} padded sentence.

Will produce:
This is a   padded sentence.