This is the Asbox ([A]rticle [s]tub [box]) metatemplate. It is the standard template used for creating new or updating existing article stub box templates. It supports virtually all stub template styles.

Usage সম্পাদনা

{{Asbox
| image = 
| subject = 
| qualifier = 
| category = 
| name = 
}}

image সম্পাদনা

Filename only and no prefix, e.g. "Image.png" (without quotemarks). Image will be sized at 40x30px.

subject সম্পাদনা

Placed before the word "article" in the template (e.g. "biographical", producing "This biographical article is (...)").

qualifier সম্পাদনা

Placed after the word "article" (e.g. "about a musician", producing "(...) article about a musician is (...)").

category সম্পাদনা

Name only of category to which pages where this template used are added (e.g. "History stubs").

name সম্পাদনা

Full name of the stub template itself (used for internal reference).

This simple usage should suffice for most stub templates. Additional parameters are described below for advanced use.

Full syntax সম্পাদনা

{{Asbox
| image = Ambox style.png
| pix = 
| subject = 
| article = 
| qualifier = 
| category = 
| tempsort = 
| category1 = 
| tempsort1 = 
| note = 
| name = {{subst:FULLPAGENAME}}
}}

Parameters সম্পাদনা

icon or image সম্পাদনা

If the image is called with an icon template, icon is set to the full syntax of the template; that's the name of the template, plus any arguments (separated with |), including the {{ and }} around it. Icon can also be used to provide the full image markup (include the opening and closing square brackets), if special image settings such as "border" are to be used. If the image is called explicitly image is the name of the image :- pix will likely be required as well, the default value for pix is 40x30.

imagealt may be used to override the default alt text which is set to "Stub icon".

pix সম্পাদনা

The size of the image in pixels (no need to append px). Only required if image is used and this image requires a size different from the default maximum of 40x30 pixels. (Note that in the interests of standardising the formats of stub messages, images of size 40x30 are much preferred.)

subject and qualifier সম্পাদনা

This subject article qualifier is a stub ...

Examples:

  • This geography article about a place in Rohan is a stub ...
  • This elementary physics article is a stub ...
  • This article about Rudolph the Red-nosed reindeer is a stub ...

Other parameters সম্পাদনা

Parameter Description
category The stub category the articles should go in.
tempsort If exists the stub template [?] (and any other templates) will be put in its own category sorted as " " (space) followed by tempsort, otherwise it will be sorted with the value of " " (space) followed by the template name.
category1 An optional second stub category the articles should go in.
tempsort1 If exists the stub template [?] (and any other templates) will be put in its own category sorted as " " (space) followed by tempsort1, otherwise it will be sorted with the value of " " (space) followed by the template name.
category# New (Jan 2015): Since the release of Asbox's module, this template now supports an unlimited number of categories. Just replace '#' with a number, e.g. |category2=Normal stubs, |category99=Over-categorized stubs, etc. Traditionally, category2 was the max, so please only use more than 3 if the additional categories are unique, i.e. not sub or parent categories of the others.
tempsort# New (Jan 2015): Similar to the category params, you can have any number of tempsort params.
note If exists the value [?] will be added, as a "small" note, to the stub template.
name The full page name of the template itself.
demo Has no effect in article space. Prevents category output. Set to anything to enable. (Even 'no' or 'false' will enable it!)
New (Jan 2015): If demo is set, it will show pseudo-categories. If |demo=art then the pseudo-cats shown will only be those visible in article space (i.e. no error/hidden cats). Set |demo=doc to preview the documentation page as well (and all cats). See: Template:Asbox/testcases

Examples সম্পাদনা

Using image সম্পাদনা

Based on {{Østfold-geo-stub}}: "স্ক্রিপ্ট ত্রুটি: "Demo" নামক কোনো মডিউল নেই।"

https://en.wikipedia.org/wiki/Template:Demo#:~:text=%7B%7B%23invoke%3ADemo%7Cmain%7D%7D%3Cnoinclude%3E%7B%7Bdocumentation%7D%7D%3C/noinclude%3E 

Usage সম্পাদনা

This template simply places template code in a <pre>...</pre> tag and then places the template below the pre tag.

{{demo
|br =
|demo_kill_categories =
|<nowiki>{{your template}}</nowiki>
}}

IMPORTANT: You must wrap include <nowiki>...</nowiki> tags around the source to be demonstrated (or use {{escape}}, which has a demo-escape example), like so:

{{demo|<nowiki>[template source]</nowiki>}}
  • Failure to wrap <nowiki>...</nowiki> tags around the source may cause the source to be executed before it reaches this template:টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Pre style সম্পাদনা

Set style= to add any CSS text to the <pre>...</pre> tag.

For example, {{demo|style=display:inline|<nowiki>{{done}}</nowiki>}}, would result in:


টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Line breaks সম্পাদনা

You can change the number of line breaks between the pre tag and the template by setting br= to a number. The default is 1.

{{demo|br=3|<nowiki>{{done}}</nowiki>}}

টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo


Alternative separator সম্পাদনা

You may also include an alternative separator by setting |br= to something other than a number and it will take the place of the br tags. For example, |br=<td> can make demo fit in a table:

টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo


Category removal সম্পাদনা

For templates that add categories (e.g. {{Asbox}}), set |demo_kill_categories= (or |nocat=) to anything to prevent them from showing up in the output: টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Module সম্পাদনা

If the template used is based on Lua, you can pass args directly to the demonstrated module by invoking Module:Demo like so: (this would reduce server stress) টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Note: It will attempt to preserve line breaks for unnamed params, but such is impossible for named params since those are stripped of whitespace/order before being passed to the module. Also note, you should use |demo_br= instead of |br= (all args you don't want being passed should be prefixed with 'demo_' if not already)

See also সম্পাদনা

Other formatting templates সম্পাদনা

টেমপ্লেট:Template-linking templates


বিবরণ নেই।

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
Content1

must be wrapped in <nowiki>

অজানাঐচ্ছিক
br br

Number of line breaks, or wikitext to fill in as the linebreak

অজানাঐচ্ছিক
demo_kill_categoriesdemo_kill_categories nocat

বিবরণ নেই

বুলিয়ানঐচ্ছিক
result_argresult_arg

বিবরণ নেই

অজানাঐচ্ছিক
<pre> stylestyle

বিবরণ নেই

অজানাঐচ্ছিক

Using icon and category1 সম্পাদনা

Using icon allows more flexibility in some circumstances than image and pix, since it can be used with templates. Based on {{Wales-footy-bio-stub}}: "স্ক্রিপ্ট ত্রুটি: "Demo" নামক কোনো মডিউল নেই।"

https://en.wikipedia.org/wiki/Template:Demo#:~:text=%7B%7B%23invoke%3ADemo%7Cmain%7D%7D%3Cnoinclude%3E%7B%7Bdocumentation%7D%7D%3C/noinclude%3E 

Usage সম্পাদনা

This template simply places template code in a <pre>...</pre> tag and then places the template below the pre tag.

{{demo
|br =
|demo_kill_categories =
|<nowiki>{{your template}}</nowiki>
}}

IMPORTANT: You must wrap include <nowiki>...</nowiki> tags around the source to be demonstrated (or use {{escape}}, which has a demo-escape example), like so:

{{demo|<nowiki>[template source]</nowiki>}}
  • Failure to wrap <nowiki>...</nowiki> tags around the source may cause the source to be executed before it reaches this template:টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Pre style সম্পাদনা

Set style= to add any CSS text to the <pre>...</pre> tag.

For example, {{demo|style=display:inline|<nowiki>{{done}}</nowiki>}}, would result in:


টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Line breaks সম্পাদনা

You can change the number of line breaks between the pre tag and the template by setting br= to a number. The default is 1.

{{demo|br=3|<nowiki>{{done}}</nowiki>}}

টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo


Alternative separator সম্পাদনা

You may also include an alternative separator by setting |br= to something other than a number and it will take the place of the br tags. For example, |br=<td> can make demo fit in a table:

টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo


Category removal সম্পাদনা

For templates that add categories (e.g. {{Asbox}}), set |demo_kill_categories= (or |nocat=) to anything to prevent them from showing up in the output: টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Module সম্পাদনা

If the template used is based on Lua, you can pass args directly to the demonstrated module by invoking Module:Demo like so: (this would reduce server stress) টেমপ্লেট লুপ সনাক্ত হয়েছে: টেমপ্লেট:Demo

Note: It will attempt to preserve line breaks for unnamed params, but such is impossible for named params since those are stripped of whitespace/order before being passed to the module. Also note, you should use |demo_br= instead of |br= (all args you don't want being passed should be prefixed with 'demo_' if not already)

See also সম্পাদনা

Other formatting templates সম্পাদনা

টেমপ্লেট:Template-linking templates


বিবরণ নেই।

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
Content1

must be wrapped in <nowiki>

অজানাঐচ্ছিক
br br

Number of line breaks, or wikitext to fill in as the linebreak

অজানাঐচ্ছিক
demo_kill_categoriesdemo_kill_categories nocat

বিবরণ নেই

বুলিয়ানঐচ্ছিক
result_argresult_arg

বিবরণ নেই

অজানাঐচ্ছিক
<pre> stylestyle

বিবরণ নেই

অজানাঐচ্ছিক

WhatLinksHere সম্পাদনা

The page here should have a complete list of all templates using this template. This list can be compared with existing list of stub templates to identify new stub templates created out of process. The last entries will also be the most recently created items.

Navbar সম্পাদনা

This template contains...

{{navbar |{{{name}}} |mini=yes |style=position:absolute;right:15px;font-size:smaller;display:none;}}

...which allows the specification (with CSS) of the three stub-template links provided (see [১]). A side effect is that a non-existing talk page of the stub template may appear on Special:WantedPages.

TemplateData সম্পাদনা

নতুন দৃশ্যমান সম্পাদনা দ্বারা ব্যবহৃত টেমপ্লেটের জন্য টেমপ্লেটডাটা নথি।

Asbox শীর্ষ

Standard template used for creating new or updating existing article stub box templates.

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
Stub categorycategory

The category into which this stub template puts pages.

পাতার নামপ্রয়োজনীয়
Subjectsubject

The subject of the stub template's category.

অজানাপরামর্শকৃত
Qualifierqualifier

The sub-subject of the stub template's category.

অজানাঐচ্ছিক
Icon imageimage

Image to use as an icon in the template.

ফাইলপরামর্শকৃত
Icon at textimagealt

Alt text for the icon, especially for screen readers.

পূর্বনির্ধারিত
Stub icon
অজানাপরামর্শকৃত
Icon sizepix

Size at which to display the icon.

অজানাঐচ্ছিক
Iconicon

Icon to show in the template.

অজানাপরামর্শকৃত
Page namearticle

Different term instead of 'article' to use in the template.

অজানাঐচ্ছিক
Notenote

A small note about the stub shown underneath the main text.

অজানাঐচ্ছিক
Template namename

The name of the template.

অজানাঐচ্ছিক
Secondary stub categorycategory1

A secondary category into which this stub template puts pages.

পাতার নামঐচ্ছিক
Tertiary stub categorycategory#

A tertiary category into which this stub template puts pages.

পাতার নামঐচ্ছিক
Stub category sort prefixtempsort

If set to a value other than 'no', a prefix for sorting pages in the category.

অজানাঐচ্ছিক
Tertiary stub category sort prefixtempsort#

If set to a value other than 'no', a prefix for sorting pages in the tertiary category.

অজানাঐচ্ছিক

See also সম্পাদনা

There are several meta-templates in the mbox family:

  • {{ambox}} – For article message boxes.
  • {{cmbox}} – For category message boxes.
  • {{imbox}} – For file (image) page message boxes.
  • {{mbox}} – Has namespace detection, for message boxes that are used on several types of pages and thus need to change style depending on what page they are used on.
  • {{ombox}} – For other pages message boxes.
  • {{tmbox}} – For talk page message boxes.

Closely related meta-templates:

  • {{asbox}} – For article stub message boxes.
  • {{dmbox}} – For disambiguation and set index message boxes.
  • {{fmbox}} – For header and footer message boxes.