Template:Pl4

From miki
Revision as of 01:04, 28 February 2010 by Mip (talk | contribs) (Created page with '<div style="padding-left:4em;"> {{{1}}}</div><noinclude> <br/><br/> The template '''{{PAGENAME}}''' can be used to pad any element on the left by '''4em'''. Example: <pre> * An e…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{1}}}



The template Pl4 can be used to pad any element on the left by 4em. Example:

* An example of Bash script:
{{pl4|<source lang="bash">echo Hello, World!</source>}}

This gives:

  • An example of Bash script:
echo Hello, World!