Module:Main list/ලේඛය

විකිපීඩියා වෙතින්

This module produces a "For a more comprehensive list, see [...]" link. It implements the {{main list}} template.

Use from wikitext[සංස්කරණය]

This module cannot be used directly from #invoke. Instead, it can only be used through the {{main list}} template. Please see the template page for documentation.

Use from other Lua modules[සංස්කරණය]

Load the module:

local mMainList = require('Module:Main list')

You can then use the _mainList function like this:

mMainList._mainList (page1, page2)

The page1 variable is the page to be linked to, and is required. The page name can include a section link if desired. If the page includes a section link, it is automatically formatted as page § section, rather than the MediaWiki default of page#section.

The page2 variable is optional; it is a second page link.

Example 1[සංස්කරණය]

mMainList._mainList ('Wikipedia:Hatnote#Hatnote templates')

Produces:

<div class="hatnote">For a more comprehensive list, see [[Wikipedia:Hatnote#Hatnote templates|Wikipedia:Hatnote § Hatnote templates]].</div>

Displays as:

For a more comprehensive list, see Wikipedia:Hatnote § Hatnote templates.

Example 2[සංස්කරණය]

mMainList._mainList ('Wikipedia:Hatnote#Hatnote templates','Wikipedia:Template messages/Cleanup#Cleanup')

Produces:

<div class="hatnote">For a more comprehensive list, see [[Wikipedia:Hatnote#Hatnote templates|Wikipedia:Hatnote § Hatnote templates]] and [[Wikipedia:Template messages/Cleanup#Cleanup|Wikipedia:Template messages/Cleanup § Cleanup]].</div>

Displays as:

Technical details[සංස්කරණය]

This module uses Module:Hatnote to format the hatnote text and Module:Arguments to fetch the arguments from wikitext.


"https://si.wikipedia.org/w/index.php?title=Module:Main_list/ලේඛය&oldid=460822" වෙතින් සම්ප්‍රවේශනය කෙරිණි