টেমপ্লেট:Outdent

উইকিবই থেকে

┌─────────────────────────────────┘

টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]

ব্যবহার[সম্পাদনা]

To outdent posts, insert the number of colons that were used for indenting in the previous post, or use an integer value for that number. Do not use subst: with this template.

::::This is the previous post, indented 4 levels
{{Outdent|::::}}start of a new post

displays as

This is the previous post, indented 4 levels
┌─────────────┘
start of a new post
::::::This is the previous post, indented 6 levels
{{Outdent|6}}start of a new post

displays as

This is the previous post, indented 6 levels
┌───────────────────┘
start of a new post

You can also have the template automatically add a linked tag, by adding any second parameter (its specific value is discarded):

::::::This is the previous post, indented 6 levels
{{Outdent|6|link}}start of a new post

displays as

This is the previous post, indented 6 levels
┌───────────────────┘
(outdent
start of a new post

The outdent template may also be indented using colons, like any other text.

CSS class[সম্পাদনা]

This template is contained in the CSS class "outdent-template". Users who would prefer not to see the template can add the following line to their custom CSS (by default: Special:MyPage/monobook.css):

span.outdent-template { display: none; }