विभाग:Section link/doc
हा विभाग in MediaWiki:Abusefilter-warning-notwallofshame वापरला जात आहे. त्यावरील केल्या गेलेले बदल, हे विकिपीडिया सदस्य आंतरपृष्ठावर तातडीने दिसतील.मोठ्या प्रमाणावर होणाऱ्या फेरफारास टाळण्यासाठी, त्यावर करावयाचे बदल हे आधी त्याच्या, विभाग /धूळपाटी किंवा /चाचणी उपपानांवर, किंवा स्वतःच्या सदस्यपानावर करुन बघावेत. हे तपासलेले/ चाचणी केलेले बदल मग एकाच संपादनात, विभाग नामविश्वात जोडल्या जाऊ शकतात. यावरील बदल लागू करण्याआधी, याच्या चर्चापानावर, त्याबद्दलची योग्य ठिकाणी व विस्तृत चर्चा करा. |
हा विभाग (मॉड्यूल) पान सुरक्षेच्या अधीन असलेला आहे. तो खूप पानांवर वापरल्या जाणारा उच्च-दृश्यतेचा विभाग आहे किंवा, त्याचे substitution वारंवार होते. त्यामधील उत्पात किंवा चुका या अनेक पानांवर परिणाम करु शकतात. किरकोळ किंवा क्षुद्र संपादनही विदागारावर प्रचंड ताण उत्पन्न करु शकते. म्हणून, त्यास संपादनांपासून सुरक्षित केले आहे. |
This module creates links to sections, nicely formatted with the "§" symbol instead of the default "#".
Usage
संपादनFrom wikitext
संपादनFrom wikitext, this module should be used via the template {{section link}}. Please see the template page for documentation.
From Lua
संपादनFirst, load the module:
local mSectionLink = require('Module:Section link')
You can then make section links via the _main function.
mSectionLink._main(page, sections, options, title)
Parameters:
- page - the page name to link to. Defaults to the full page name of title, or the current title if that is not specified.
- sections - an array of section names to link to, or a string to link to just one section name.
- options - a table of options. Accepts the following fields:
- nopage - set this to true to avoid displaying the base page name in links.
- title - a default mw.title object to use instead of the current title. Intended for testing purposes.
All parameters are optional.
Examples
संपादनLua code | Wikitext code | Result |
---|---|---|
mSectionLink('Paris')
|
{{section link|Paris}}
|
Paris § Notes |
mSectionLink('Paris', 'Architecture')
|
{{section link|Paris|Architecture}}
|
Paris § Architecture |
mSectionLink('Paris', {'Architecture', 'Culture'})
|
{{section link|Paris|Architecture|Culture}}
|
Paris §§ Architecture and Culture |
mSectionLink('Paris', {'Architecture', 'Culture', 'Sport'})
|
{{section link|Paris|Architecture|Culture|Sport}}
|
Paris §§ Architecture, Culture, and Sport |
mSectionLink('Paris', {'Architecture', 'Culture', 'Sport'}, {nopage = true})
|
{{section link|Paris|Architecture|Culture|Sport|nopage=yes}}
|
§§ Architecture, Culture, and Sport |
See also
संपादन- The character used is साचा:Unichar