پرش به محتوا
منوی اصلی
منوی اصلی
انتقال به نوار کناری
نهفتن
ناوبری
تغییرات اخیر
مقالهٔ تصادفی
جستجو
جستجو
ایجاد حساب
ورود
ابزارهای شخصی
ایجاد حساب
ورود
صفحههایی برای ویرایشگرانی که از سامانه خارج شدند
بیشتر بدانید
مشارکتها
بحث
در حال ویرایش
الگو:بیشتر/توضیحات
الگو
بحث
فارسی
خواندن
ویرایش مبدأ
نمایش تاریخچه
ابزارها
ابزارها
انتقال به نوار کناری
نهفتن
عملها
خواندن
ویرایش مبدأ
نمایش تاریخچه
عمومی
پیوندها به این صفحه
تغییرات مرتبط
بارگذاری پرونده
صفحههای ویژه
اطلاعات صفحه
در پایگاههای دیگر
ویکیشیعه
دانشنامه اسلامی
امامت پدیا
ویکیپاسخ
ویکی حسین
هشدار:
شما وارد نشدهاید. نشانی آیپی شما برای عموم قابل مشاهده خواهد بود اگر هر تغییری ایجاد کنید. اگر
وارد شوید
یا
یک حساب کاربری بسازید
، ویرایشهایتان به نام کاربریتان نسبت داده خواهد شد، همراه با مزایای دیگر.
بررسی ضدهرزنگاری. این قسمت را پر
نکنید
!
{{زیرصفحه توضیحات}} <!-- ردهها و میانویکیها در انتهای صفحه. --> {{لوآ|Module:Further}} This template is used to link to articles containing further information on a topic. It looks like this: {{بیشتر|مقاله}} It is typically used at the top of a section, when the topic of that section is covered in more detail by another page. It is useful for implementing [[ویکیپدیا:شیوه خلاصهنویسی|شیوه خلاصهنویسی]]. == استفاده == ; کاربرد پایه: {{بیشتر|''صفحه۱''|''صفحه۲''|''صفحه۳''|...}} ; تمامی پارامترها: {{بیشتر|''صفحه۱''|''صفحه۲''|''صفحه۳''|...|selfref=''yes''|category=''no''}} == پارامترها == This template accepts the following parameters: * <code>1</code>, <code>2</code>, <code>3</code>, ... - the pages to link to. At least one page name is required. Categories and files are automatically escaped with the [[راهنما:لم دونقطه|colon trick]], and links to sections are automatically formatted as ''page § section'', rather than the MediaWiki default of ''page#section''. * <code>selfref</code> - if set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See [[الگو:Selfref]] for more information. * <code>category</code> - if set to "no", "n", "false", or "0", suppresses the error tracking category ([[:رده:الگو:سرنویس همراه خطا]]). This only has an effect if the first positional parameter (the page to link to) is omitted. == نمونهها == * <code><nowiki>{{بیشتر|مقاله}}</nowiki></code> → {{بیشتر|مقاله}} * <code><nowiki>{{بیشتر|مقاله۱|مقاله۲|مقاله۳}}</nowiki></code> → {{بیشتر|مقاله۱|مقاله۲|مقاله۳}} == خطاها == If no page names are supplied, the template will output the following message: * {{بیشتر|category=no}} If you see this error message, it is for one of four reasons: # No parameters were specified (the template code was <code><nowiki>{{بیشتر}}</nowiki></code>). Please use <code><nowiki>{{بیشتر|</nowiki>''page''<nowiki>}}</nowiki></code> instead. # Some parameters were specified, but no page names were included. For example, the template text <code><nowiki>{{بیشتر|selfref=yes}}</nowiki></code> will produce this error. Please use (for example) <code><nowiki>{{بیشتر|</nowiki>''page''<nowiki>|selfref=yes}}</nowiki></code> instead. # A page name was specified, but it contains an equals sign ("="). The equals sign has a special meaning in template code, and because of this it cannot be used in template parameters that do not specify a parameter name. For example, the template code <code><nowiki>{{بیشتر|1+1=2|2+2=4}}</nowiki></code> will produce this error. To work around this, you can specify the parameter name explictly by using <code>1=</code>, <code>2</code>, etc., before the page name, like this: <code><nowiki>{{بیشتر|1=1+1=2|2=2+2=4}}</nowiki></code>. # You tried to access [[پودمان:Further]] directly by using <code><nowiki>{{#invoke:further|further|</nowiki>''text''<nowiki>}}</nowiki></code>. Use of #invoke in this way has been disabled for performance reasons. Please use <code><nowiki>{{بیشتر|</nowiki>''text''<nowiki>}}</nowiki></code> instead. If you see this error message and are unsure of what to do, please post a message on [[ویکیپدیا:میز کمک|the help desk]], and someone should be able to help you. Pages that contain this error message are tracked in [[:رده:الگو:سرنویس همراه خطا]]. == دادههای الگو == {{بالای تاشو|TemplateData}} {{TemplateDataHeader}} <templatedata> { "description": "Template used to link to pages containing further information on a topic. Produces the output \"Further information: page 1, page 2 and page 3\".", "params": { "۱": { "label": "Page 1", "description": "The name of the first page that you want to link to.", "type": "string", "required": true }, "۲": { "label": "Page 2", "description": "The name of the second page that you want to link to.", "type": "string", "required": false }, "۳": { "label": "Page 3", "description": "The name of the third page that you want to link to. More pages can be added using the parameters \"4\", \"5\", \"6\", etc.", "type": "string", "required": false }, "selfref": { "type": "string/line", "label": "Self reference", "description": "Set to \"yes\" if the template is a self-reference to Wikipedia that would not make sense on mirrors or forks of the Wikipedia site." }, "category": { "label": "Category", "description": "Set to \"no\", \"n\", \"false\", or \"0\" to suppresses the error tracking category (Category:Hatnote templates with errors). This only has an effect if no page names are specified." } } } </templatedata> {{پایین تاشو}} == جستارهای وابسته == {{الگوهای سرنویس}} <includeonly> <!-- ردهها و میانویکی در اینجا: --> [[رده:الگو:مبتنی بر لوآ]] [[رده:الگو:ابهامزدایی و تغییرمسیر]] [[رده:الگو:سرنویس]] [[رده:الگو:بخش صفحه ویکیپدیا]] </includeonly>
خلاصه:
لطفاً توجه داشتهباشید که همهٔ مشارکتها در ویکی حج منتشرشده تحت Creative Commons Attribution-NonCommercial-ShareAlike در نظر گرفتهمیشوند (برای جزئیات بیشتر
ویکی حج:حق تکثیر
را ببینید). اگر نمیخواهید نوشتههایتان بیرحمانه ویرایش و توزیع شوند؛ بنابراین، آنها را اینجا ارائه نکنید.
شما همچنین به ما تعهد میکنید که خودتان این را نوشتهاید یا آن را از یک منبع با مالکیت عمومی یا مشابه آزاد آن برداشتهاید (برای جزئیات بیشتر
ویکی حج:حق تکثیر
را ببینید).
کارهای دارای حق تکثیر را بدون اجازه ارائه نکنید!
لغو
راهنمای ویرایشکردن
(در پنجرهٔ تازه باز میشود)
الگوهای بهکاررفته در این صفحه:
الگو:Icon
(
ویرایش
)
الگو:Mbox
(
ویرایش
)
الگو:Namespace detect
(
ویرایش
)
الگو:Navbox
(
ویرایش
)
الگو:Ombox/styles.css
(
ویرایش
)
الگو:TemplateDataHeader
(
ویرایش
)
الگو:آیکون
(
ویرایش
)
الگو:الگو
(
ویرایش
)
الگو:الگوب
(
ویرایش
)
الگو:الگوهای سرنویس
(
ویرایش
)
الگو:بالای تاشو
(
ویرایش
)
الگو:بیشتر
(
ویرایش
)
الگو:تشخیص فضای نام
(
ویرایش
)
الگو:زیرصفحه توضیحات
(
ویرایش
)
الگو:لوآ
(
ویرایش
)
الگو:پایین تاشو
(
ویرایش
)
الگو:پیوند الگو
(
ویرایش
)
پودمان:Arguments
(
ویرایش
)
پودمان:Color contrast
(
ویرایش
)
پودمان:Color contrast/colors
(
ویرایش
)
پودمان:Further
(
ویرایش
)
پودمان:Hatnote
(
ویرایش
)
پودمان:List
(
ویرایش
)
پودمان:Lua banner
(
ویرایش
)
پودمان:Message box
(
ویرایش
)
پودمان:Message box/configuration
(
ویرایش
)
پودمان:Message box/ombox.css
(
ویرایش
)
پودمان:Namespace detect
(
ویرایش
)
پودمان:Namespace detect/config
(
ویرایش
)
پودمان:Namespace detect/data
(
ویرایش
)
پودمان:Navbar
(
ویرایش
)
پودمان:Navbar/configuration
(
ویرایش
)
پودمان:Navbar/styles.css
(
ویرایش
)
پودمان:Navbox
(
ویرایش
)
پودمان:Navbox/configuration
(
ویرایش
)
پودمان:Navbox/styles.css
(
ویرایش
)
پودمان:TableTools
(
ویرایش
)
پودمان:Yesno
(
ویرایش
)
جستجو
جستجو
در حال ویرایش
الگو:بیشتر/توضیحات
افزودن مبحث
Toggle limited content width