عرض مصدر وحدة: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 yesno --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'
000
1:0
القالب المستخدم في هذه الصفحة:
ارجع إلى وحدة:Labelled list hatnote.