Template:Left margin/doc

From Ekatra Foundation
Jump to navigation Jump to search

Lua error in package.lua at line 80: module ‘strict’ not found.

Usage

This template formats text with an indented left margin; that is, an indent that applies to all lines.

Usage
{{Left margin|size of margin|text}}
Example
{{Left margin|2em|{{lorem ipsum}}}}

produces:

Lua error in package.lua at line 80: module ‘strict’ not found.

Text-indent example
{{Left margin|2em|{{lorem ipsum}}|1em}}

produces:

Lua error in package.lua at line 80: module ‘strict’ not found.

Margin-right example
{{Left margin|2em|{{lorem ipsum}}||2em}}

produces:

Lua error in package.lua at line 80: module ‘strict’ not found.

As open and close tags

This template is also available in an open and close format where the <div> needs to span a page break in the Page namespace.

Example

{{Left margin/s|3em}}{{lorem ipsum}}{{Left margin/e}}

yields

Lua error in package.lua at line 80: module ‘strict’ not found.

Alternative usage

You can avoid to pass the text content as parameter 2, using the template as a "div begin", then closing the template with a tag </div> at the end of the text.

Example
{{Left margin|2em}}{{lorem ipsum}}</div>

produces:

Lua error in package.lua at line 80: module ‘strict’ not found.