پرش به محتوا
منوی اصلی
منوی اصلی
انتقال به نوار کناری
نهفتن
ناوبری
صفحهٔ اصلی
تغییرات اخیر
مقالهٔ تصادفی
راهنما دربارهٔ مدیاویکی
صفحههای ویژه
ویکیهزاره
جستجو
جستجو
ظاهر
ساخت حساب
ورود
ابزارهای شخصی
ساخت حساب
ورود
صفحههایی برای ویرایشگرانی که از سامانه خارج شدند
بیشتر بدانید
مشارکتها
بحث
در حال ویرایش
الگو:Excerpt/توضیحات
(بخش)
الگو
بحث
فارسی
خواندن
ویرایش مبدأ
نمایش تاریخچه
ابزارها
ابزارها
انتقال به نوار کناری
نهفتن
کنشها
خواندن
ویرایش مبدأ
نمایش تاریخچه
عمومی
پیوندها به این صفحه
تغییرات مرتبط
اطلاعات صفحه
ظاهر
انتقال به نوار کناری
نهفتن
هشدار:
شما وارد نشدهاید. نشانی آیپی شما برای عموم قابل مشاهده خواهد بود اگر هر تغییری ایجاد کنید. اگر
وارد شوید
یا
یک حساب کاربری بسازید
، ویرایشهایتان به نام کاربریتان نسبت داده خواهد شد، همراه با مزایای دیگر.
بررسی ضدهرزنگاری. این قسمت را پر
نکنید
!
===Parameters=== * <code>1</code> or <code>article</code> or <code>page</code> — '''Required.''' Name of the article or page to transclude. By default the lead section is transcluded ([[Africa#Water|example]]). If the page contains an infobox, the image and caption of the infobox will be transcluded (unless <code>files=0</code> is set). Also, templates listed at [[Module:Excerpt/config]] will not be transcluded (unless requested explicitly with {{para|templates}}, see below). * <code>2</code> or <code>section</code> or <code>fragment</code> — Name of the section to transclude ([[Eating#Mammals|example]]) or of the <code><nowiki><section></nowiki></code> tag to transclude ([[Axiom Space#AX-1|example]]). Must be marked with <code><nowiki><section begin=Name of the fragment/></nowiki></code> and <code><nowiki><section end=Name of the fragment/></nowiki></code> in the transcluded page. Notice that this template provides other ways of targeting specific fragments of a page without having to resort to section tags. * <code>only</code> — Elements to transclude. By default all elements are transcluded (except templates blacklisted at [[Module:Excerpt/config]]) ** <code>only=file</code> — Transclude only the first file ** <code>only=files</code> — Transclude only files ** <code>only=list</code> — Transclude only the first list ** <code>only=lists</code> — Transclude only lists ** <code>only=table</code> — Transclude only the first table ** <code>only=tables</code> — Transclude only tables ([[JKT48#Singles|example]]) ** <code>only=template</code> — Transclude only the first template ** <code>only=templates</code> — Transclude only templates ** <code>only=paragraph</code> — Transclude only the first paragraph ** <code>only=paragraphs</code> — Transclude only paragraphs * <code>paragraphs</code> — Paragraphs to transclude. By default all paragraphs are transcluded. ** <code>paragraphs=0</code> — Transclude no paragraphs ** <code>paragraphs=1</code> — Transclude the first paragraph ** <code>paragraphs=2</code> — Transclude the second paragraph ** <code>paragraphs=1,3</code> — Transclude the first and third paragraphs ** <code>paragraphs=1-3</code> — Transclude the first, second and third paragraphs ** <code>paragraphs=1-3,5</code> — Transclude the first, second, third and fifth paragraphs ** <code>paragraphs=-1</code> — Transclude all paragraphs except the first ** <code>paragraphs=-2</code> — Transclude all paragraphs except the second ** <code>paragraphs=-1,3</code> — Transclude all paragraphs except the first and third ** <code>paragraphs=-1-3</code> — Transclude all paragraphs except the first, second and third ** <code>paragraphs=-1-3,5</code> — Transclude all paragraphs except the first, second, third and fifth * <code>lists</code> — Lists to transclude. By default all lists are transcluded. Same syntax as when transcluding paragraphs. * <code>files</code> — Files to transclude. By default all files are transcluded. Same syntax as when transcluding paragraphs, but also: ** <code>files=A.jpg</code> — Transclude the file named 'A.jpg' ** <code>files=A.jpg, B.png, C.gif</code> — Transclude the files named 'A.jpg', 'B.png' and 'C.gif' ** <code>files=.+%.png</code> — Transclude all PNG files ** <code>files=-A.jpg</code> — Transclude all files except the one named 'A.jpg' ** <code>files=-A.jpg, B.png, C.gif</code> — Transclude all files except the ones named 'A.jpg', 'B.png' and 'C.gif' ** <code>files=-.+%.png</code> — Transclude all non-PNG files * <code>tables</code> — Tables to transclude. By default all tables are transcluded. Same syntax as when transcluding paragraphs, but also: ** <code>tables=Stats2020</code> — Transclude the table with id 'Stats2020' ** <code>tables=Stats2020, Stats2019, Stats2018</code> — Transclude the tables with ids 'Stats2020', 'Stats2019' and 'Stats2018' ** <code>tables=-Stats2020</code> — Transclude all tables except the one with id 'Stats2020' ** <code>tables=-Stats2020, Stats2019, Stats2018</code> — Transclude all tables except the ones with ids 'Stats2020', 'Stats2019' and 'Stats2018' * <code>templates</code> — Templates to transclude. By default all templates are transcluded except those blacklisted at [[Module:Excerpt/config]]. Using a hyphen before a comma-delimited list of templates adds those templates to the blacklist. ** <code>templates=-Ocean</code> — Add the template 'Ocean' to the blacklist ** <code>templates=-Ocean, Nature</code> — Add the templates 'Ocean' and 'Nature' to the blacklist ** <code>templates=Infobox person</code> — Ignore the blacklist and transclude the template 'Infobox person' ** <code>templates=Infobox person, Ocean</code> — Ignore the blacklist and transclude the templates 'Infobox person' and 'Ocean' ** <code>templates=.*</code> — Ignore the blacklist and transclude all templates * <code>this</code> — Change the initial text of the hatnote. For example, if the transcluded content is a gallery, you can set <code>this=This gallery is</code> so that the hatnote reads "This gallery is an excerpt from..." ([[Eastern Distributor#Tolls|example]]). * <code>displaytitle</code> — Change the text of the link in the hatnote. For example, [[WP:ITHAT|add italics]], subscripts, etc. * <code>hat=no</code> — Hide the [[Wikipedia:Hatnote|hatnote]] "This section is an excerpt from..." * <code>bold=yes</code> — Preserve '''bold''' text. * <code>links=no</code> — Remove all wikilinks. * <code>quote=yes</code> — Wrap the excerpt with <code><nowiki><blockquote></nowiki></code> tags. * <code>inline=yes</code> — Remove the hatnote and <code><nowiki><div></nowiki></code> tags around the excerpt, to use it inside other text. * <code>onlyfreefiles=no</code> — Enables transclusion of non-free files. * <code>briefdates=yes</code> — Abbreviate birth and death information to (YYYY-YYYY) format * <code>references=no</code> — Remove all references. * <code>subsections=yes</code> — Include subsections of the transcluded section. Notice that if the transclusion is done from a section level 3, and the transcluded subsections are level 3 too, then the transcluded subsections will show with the same hierarchy as the transcluding section, which is probably not desirable, so use with caution.
خلاصه:
لطفاً توجه داشته باشید که همهٔ مشارکتها در ویکیهزاره ممکن است توسط دیگر مشارکتکنندگان تغییر یابند، ویرایش یا حذف شوند. اگر نمیخواهید نوشتههایتان بیرحمانه ویرایش شوند؛ بنابراین، آنها را اینجا ارائه نکنید.
شما همچنین به ما تعهد میکنید که خودتان این را نوشتهاید یا آن را از یک منبع با مالکیت عمومی یا مشابه آزاد آن برداشتهاید (
ویکیهزاره:حق تکثیر
را برای جزئیات بیشتر ببینید).
کارهای دارای حق تکثیر را بدون اجازه ارائه نکنید!
لغو
راهنمای ویرایش
(در پنجرهٔ تازه باز میشود)
جستجو
جستجو
در حال ویرایش
الگو:Excerpt/توضیحات
(بخش)
افزودن مبحث