This is a documentation subpage for Template:Gap. It contains usage information, categories and other content that is not part of the original page. |
This template is used on approximately 180,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
Usage
Use this template to insert a fixed width gap in inline text. The default is 2em.
For example,
Hello{{gap|3em}}world!
yields "Helloworld!"
If no argument is given, the default is 2em:
Hello{{gap}}world!
yields "Helloworld!"
For a real example of it in use, see Page:An introduction to physiological and systematical botany (1st edition).djvu/542.
Deprecated or incorrect usage
Please note: This template is not intended to produce indented paragraphs, double spacing after full stops (periods), or offsets from the right.
Indentation
The house style of Wikisource is to separate paragraphs with a double line break, rather than to indent them, except in cases such as poetry where the formatting might be considered part of the text.
Offsetting right-aligned text
Please do not use
{{right|This is incorrect{{gap|4em}} }}
{{Right}} has a parameter Template:Parameter for this:
{{right|This is correct|offset=4em}}
The reason for this is that if the line wraps, the {{gap}} will go to the next line, where it will be invisible, and the text will end up right up against the right margin:
Compare to setting an Template:Parameter of 4em:
See also
- {{right}}
- {{indent}} for a simple indented paragraph
- {{wide space}} for a wider gap between adjacent words (this will also copy-paste as a space; {{gap}} will not.
- {{hanging indent inherit}} for paragraphs spanning Page: namespace pages
- To insert a vertical gap (i.e. extra line spacing), simply add multiple blank lines. To force a gap in situations where the Mediawiki software consumes multiple carriage returns, such as at the end of a page, use {{nop}}. See also {{dhr}}.
- {{0}}
- {{ditto}}
- {{phantom}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Width of gap to insert. | String | suggested |