সাঁচ:Infobox Wikipedia user script/doc
এয়া হৈছে ‘সাঁচ:Infobox Wikipedia user script’ শীৰ্ষক সাঁচটোৰ নথিকৰণৰ উপপৃষ্ঠা। ইয়াত সাঁচটো ব্যৱহাৰৰ তথ্য, শ্ৰেণীসমূহ, আন্তঃৱিকি সংযোগবোৰ আৰু অন্য সমল থাকে, যিবোৰ মূল সাঁচ পৃষ্ঠাটোৰ অংশ নহয়। |
Example
সম্পাদনা কৰকMyScript in action | |
বিৱৰণ | Does something useful |
---|---|
লেখক | Username |
স্থিতি | Stable |
প্ৰথম প্ৰকাশ | ৭ জুলাই ২০০৮ |
সংস্কৰণ | 2.1.0 |
আপডেট | ৩ মাৰ্চ ২০১৩ |
সমৰ্থিত ব্ৰাউজাৰ | Firefox, Chrome |
সমৰ্থিত স্কিন | Vector |
উৎস | User:Username/Example.js |
{{infobox user script | name = MyScript | desc = Does something useful | author = [[User:Username|Username]] | updated = {{start date and age|2013|03|03}} | status = Stable | released = {{start date and age|2008|07|07}} | version = 2.1.0 | source = [[User:Username/Example.js]] | skins = Vector | browsers = [[Firefox]], [[Google Chrome|Chrome]] | logo = [[File:Wikimedia-logo.svg|50px]] | screenshot = [[File:Floater script screenshot.png|300px]] | screenshot-caption = MyScript in action }}
- Add
|styled = yes
for an alternate colored version (see second example):
MyScript | |
---|---|
বিৱৰণ | Does something useful |
লেখক | Username |
স্থিতি | Stable |
প্ৰথম প্ৰকাশ | ৭ জুলাই ২০০৮ |
সংস্কৰণ | 2.1.0 |
আপডেট | ৩ মাৰ্চ ২০১৩ |
সমৰ্থিত ব্ৰাউজাৰ | Firefox, Chrome |
সমৰ্থিত স্কিন | Vector |
উৎস | User:Username/Example.js |
{{infobox user script | name = MyScript | desc = Does something useful | author = [[User:Username|Username]] | updated = {{start date and age|2013|03|03}} | released = {{start date and age|2008|07|07}} | status = Stable | version = 2.1.0 | source = [[User:Username/Example.js]] | skins = Vector | browsers = [[Firefox]], [[Google Chrome|Chrome]] | styled = yes }}
Usage
সম্পাদনা কৰকThis infobox is intended to be used on user script description/documentation pages.
Parameters
সম্পাদনা কৰক- name: The name of the script. Defaults to page name.
- desc: A short description of what the script does.
- author: The script author's user name.
- released: When the script was first released.
- updated: The date of last update. Use {{start date and age}} to automatically display time since the last update.
- status: Script's development status. You may describe this any way you like, such as alpha/beta/release, or stable/experimental/inactive.
- source: The source code page.
- skins: Supported skins.
- browsers: Supported web browser(s).
- github: The script's repository on GitHub.
- gitlab: The script's repository on GitLab.
- logo: Image file address for logo
- screenshot: Image file address for screenshot
- screenshot-caption: Text caption for screenshot
- styled: Set to
yes
for an alternate colored version (see example above)
The following parameters can aid in automatic installation:
- mainsource: The main source file, which is to be loaded from the user's custom script.
- install-target: The preferred page on which the script should be included. The default is
common.js
.