মডিউল:Namespace detect/নথি
অবয়ব
এই নথির পাতাটি মডিউল:Namespace detect-এর জন্য
|
|
এই লুয়া মডিউলটি ৩,২৫০,০০০টি পাতায় ব্যবহৃত হয়েছে। বড় ধরনের ব্যাঘাত এবং অপ্রয়োজনীয় সার্ভারের লোড এড়ানোর জন্য, এই মডিউলটির কোন পরিবর্তন প্রথমে এটির /খেলাঘর বা /পরীক্ষা উপপাতায় পরীক্ষা করা উচিত। পরীক্ষিত পরিবর্তন তারপর একটি একক সম্পাদনায় এই পাতায় যোগ করা যাবে। অনুগ্রহ করে কোনো পরিবর্তন প্রয়োগ করার আগে আলাপ পাতায় তা আলোচনা করতে বিবেচনা করুন। |
This module allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.
Usage
[সম্পাদনা]{{#invoke: Namespace detect | main
| page = <!-- page to detect namespace for, if not the current page -->
| main = <!-- text to return for the main namespace -->
| talk = <!-- text to return for talk namespaces -->
<!-- text to return for specific subject namespaces -->
| portal =
| category =
| user =
| wikipedia =
| wp =
| education program =
| mediawiki =
| book =
| timedtext =
| template =
| special =
| media =
| file =
| image =
| help =
| module =
| other = <!-- text to return for unspecified namespaces -->
| demospace = <!-- namespace to display text for -->
| subjectns = <!-- set to "yes" to treat talk pages as the corresponding subject page -->
}}
Parameters
[সম্পাদনা]- main - text to return if the page is in the main namespace.
- talk - text to return if the page is in a talk namespace. This can be any talk namespace - it will match any of "Talk:", "Wikipedia talk:", "User talk:", etc.
- Subject namespace parameters, e.g. wikipedia, user, file... - the text to return if the page is in the corresponding namespace. This module accepts all subject namespaces as parameters, including namespace aliases and virtual namespaces. See below for a list of supported values.
- other - text to return if no parameters for the page's namespace were specified. This text is also returned if
|demospace=is set to an invalid namespace value. - subjectns - if on a talk page, use the corresponding subject page. Can be set with values of "yes", "y", "true" or "1".
- page - specifies a page to detect the namespace of. If not specified, and if the
|demospace=parameter is not set, then the module uses the current page. - demospace - force the module to behave as if the page was in the specified namespace. Often used for demonstrations.
Namespace parameters
[সম্পাদনা]Possible values for subject namespace parameters are as follows:
| Namespace | Aliases |
|---|---|
main
|
|
ব্যবহারকারী
|
user
|
উইকিবই
|
project, wikibooks, wb
|
চিত্র
|
file, image
|
মিডিয়াউইকি
|
mediawiki
|
টেমপ্লেট
|
template
|
সাহায্য
|
help
|
বিষয়শ্রেণী
|
category
|
উইকিশৈশব
|
wikijunior
|
বিষয়
|
subject
|
রন্ধনপ্রণালী
|
|
timedtext
|
|
মডিউল
|
module
|
Table function
[সম্পাদনা]Use the following to display a table with the different possible namespace parameters:
{{#invoke:Namespace detect|table|talk=yes}}
To include the parameter for talk namespaces, use |talk=yes.
Porting to different wikis
[সম্পাদনা]This module is designed to be portable. To use it on a different wiki, all you need to do is to change the values in the "cfg" table.