টেমপ্লেট:ফাঁক/নথি
এটি টেমপ্লেট:ফাঁক-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
Usage
সম্পাদনাUse this template to insert a fixed width gap in inline text. The default is 2em.
For example,
Hello{{gap|3em}}world!
yields "Hello world!"
If no argument is given, the default is 2em:
Hello{{gap}}world!
yields "Hello world!"
For a real example of it in use, see en: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 a formatting preference, such as indented paragraphs or double spacing after full stops (periods).
Indentation
সম্পাদনাIndentation can be produced with a div style using a CSS command like "text-indent:2em". {{gap}} shouldn't be used to indent the first line of a paragraph
Offsetting right-aligned text
সম্পাদনাPlease do not use a construction like
{{right|This is incorrect{{gap}} }}
{{Right}} has a parameter "offset" for this:
{{right|This is correct|offset=2em}}
See also
সম্পাদনা- {{Right}}
- {{indent}} for a simple indented paragraph
- {{hanging indent inherit}} for paragraphs spanning Page: namespace pages
- To insert a vertical gap (i.e. extra line spacing), simply add consecutive carriage returns. 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}}.