نمایش مبدأ برای پودمان:Labelled list hatnote
به دلیل زیر، اجازهٔ ویرایش این صفحه ندارید:
میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
--------------------------------------------------------------------------------
-- Labelled list --
-- --
-- This module does the core work of creating a hatnote composed of a list --
-- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", --
-- for {{see also}} and similar templates. --
--------------------------------------------------------------------------------
local mHatnote = require('Module:Hatnote')
local mHatlist = require('Module:Hatnote list')
local mArguments --initialize lazily
local p = {}
-- Defaults global to this module
local defaults = {
label = 'همچنین نگاه کنید به', --Final fallback for label argument
labelForm = '%s: %s',
prefixes = {'label', 'label ', 'l'},
template = 'Module:Labelled list hatnote'
}
-- Helper function that pre-combines display parameters into page arguments.
000
1:0
الگوی بهکاررفته در این صفحه:
بازگشت به پودمان:Labelled list hatnote.