مساعدة:هوامش الصفحات

تمكن هوامش الصفحات من إدراج مصادر المعلومات الموجودة في مقال ما. أو إضافة معلومات وشرح خاص.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

استعمال

 
شرح كيفية إضافة مصدر بناء على الهوامش (مشاهدة الشرح)

هوامش الصفحات والإشارات المرجعية تستعمل بواسطة الوسم <ref>


هامش أو مرجع وحيد

في حالة هامش وحيد، يكفي إضافة نص الهامش بين <ref> و</ref> أمام النص الذي تريد كتابة هامش أو ملاحظة مرتبط به.

هوامش ومراجع وملاحظات متعددة

في بعض الحالات، نريد ربط نفس الهامش بعدة أماكن في المقال. في هذه الحالة، نص الهامش مكتوب مرة واحدة فقط مع إضافة اسم للهامش مرتبط به:

النص الذي نريد ربط هامش به<ref name="اسم كاختصار للهامش">[www.example.com نص الهامش]</ref>.

(لاحظ أن أسم أختصار الهامش يمكن أن يتألف من أحرف لاتينية، أي أنجليزية، وأرقام، لكن لا يجوز أن يبدأ برقم.)

بعد ذلك، عندما نريد استعمال نفس الهامش، يكفي استعمال: نص آخر مرتبط بنفس الهامش<ref name="اسم كاختصار للهامش"/>.

قائمة بالمراجع والملاحظات

لإضافة قائمة بالمراجع والهوامش المستعملة في المقال، يكفي إدراج الوسم {{مراجع}}

قوالب المراجع

تم إنشاء عدد من القوالب تعمل عن طريق إملاء حقولها بالمعلومات المطلوبة حول المرجع. بعد إدراج القالب في المكان المناسب من النص، يتم إحاطته بعلامتي <ref> و</ref> أو <ref name=""> و</ref>. كلتا هاتين الأداتين موجودتان بين أدوات التحرير تحت صندوق التحرير، ويكفي تظليل نص الهامش ثم النقر على الأداة المناسبة.

قوالب إطار للهوامش

Footnotes: predefined groups

There are several predefined groups that can have a reference list styled so that the label (a character within square brackets with all superscripted, e.g., قالب:Dummy ref) of a note or citation (aka footnote, reference) matches and links to the note marker label located in the main text and the label in front of the note's text in the appropriate group's list. There can be more than one of these groups' lists in the Notes, References and other similarly purposed sections.

These predefined note and citation groups have templates that make the wikitext markup simpler. These templates also allow a standard reference to be inserted, so that an explanatory note can have a reference, or citations can be nested.

Note: If the note's text has a reference name that is used more than once, the labels will still match, but the clickable alpha characters that toggle the note's display will be next to the note's label, with links to the multiple locations of its marker in the main text. See WP:REFNAME and the first point below in § Issues.

Template use by reference group type

Group type Footnote marker template
or markup
Reference list template Sample labels
none <ref>...</ref> {{reflist}} 1 2 3 4 5 6 7 8 9 10
none {{refn}} for nested references {{reflist}} 1 2 3 4 5 6 7 8 9 10
lower-alpha {{efn}} {{notelist}} a b c d e f g h i j
upper-alpha {{efn-ua}} {{notelist-ua}} A B C D E F G H I J
lower-roman {{efn-lr}} {{notelist-lr}} i ii iii iv v vi vii viii ix x
upper-roman {{efn-ur}} {{notelist-ur}} I II III IV V VI VII VIII IX X
lower-greek[أ] {{efn-lg}} {{notelist-lg}} α β γ δ ε ζ η θ ι κ
  1. ^ Not supported by Internet Explorer 7 and below
  • {{efn}} supports |name= and |group=, which work the same as the parameters in <ref>. Do not enclose values in quotes.
  • {{notelist}} supports the column parameter, |refs= and |group= which work the same as the parameters in {{reflist}}. Do not enclose values in quotes.

In these examples, the footnote labels match between the footnote marker and the reference list:

With lower-alpha labels
Markup Renders as
Lorem ipsum dolor sit amet.{{efn|Footnote 1}} Consectetur adipisicing elit.{{efn|Footnote 2}} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{{efn|Footnote 3}}

{{notelist}}

Lorem ipsum dolor sit amet.[أ] Consectetur adipisicing elit.[ب] Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[ت]

  1. ^ Footnote 1
  2. ^ Footnote 2
  3. ^ Footnote 3
With lower-roman labels
Markup Renders as
Lorem ipsum dolor sit amet.{{efn-lr|Footnote 1}} Consectetur adipisicing elit.{{efn-lr|Footnote 2}} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{{efn-lr|Footnote 3}}

{{notelist-lr}}

Lorem ipsum dolor sit amet.[i] Consectetur adipisicing elit.[ii] Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[iii]

  1. ^ Footnote 1
  2. ^ Footnote 2
  3. ^ Footnote 3
With named references
Markup Renders as
Lorem ipsum dolor sit amet.{{efn|name=fn1|Footnote 1}} Consectetur adipisicing elit.{{efn|Footnote 2}} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{{efn|name=fn1}}

{{notelist}}

Lorem ipsum dolor sit amet.[أ] Consectetur adipisicing elit.[ب] Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[أ]

  1. ^ أ ب Footnote 1
  2. ^ Footnote 2
With named references, the references are defined in the notelist
Markup Renders as
Lorem ipsum dolor sit amet.{{efn|name=fn1}} Consectetur adipisicing elit.{{efn|name=fn2}} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{{efn|name=fn1}}

{{notelist|refs=
{{efn|name=fn1|Very long footnote 1}}
{{efn|name=fn2|Very long footnote 2}}
}}

Lorem ipsum dolor sit amet.[أ] Consectetur adipisicing elit.[ب] Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[أ]

  1. ^ أ ب Very long footnote 1
  2. ^ Very long footnote 2


. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

القضايا

  • Multiple backlink labels (see WP:REFNAME) are always styled as lower-alpha. This can be confusing when {{efn}} is used. See the note in the introduction of this section, above.
  • The entries in the reference list will show the default decimal styling if:
    • The value for |group= in {{reflist}} or <references /> does not exactly match one of the predefined values; use {{efn}} or variant as |group= will not be needed.
    • The value for |group= in {{reflist}} or <references /> is enclosed by quotes; use {{efn}} or variant as |group= will not be needed.
    • {{reflist}} is indented with the : markup.
    • <references /> is used instead of {{reflist}}
  • The entries in the reference list will have no styling if:
    • A reference is included in {{navbox}} or one of the variants and the style is set to bodyclass=hlist; to resolve this, replace the style with listclass=hlist.
  • Including external link markup will result in an error. Use the {{URL}} template instead: {{URL|1=url name|2=optional display text}}.

Reference lists: automatically generated

A page with <ref> tags but no reference list markup used to display an error, except on talk and user pages. In recent versions of Wikipedia, the error no longer appears; instead an automatically generated reference list (AGRL) is displayed at the bottom of the page.

Compared to the reference lists on properly formatted pages, an AGRL can be confusing to both readers and editors. But it is easily corrected by adding reference list markup such as the following. Add it at the position where the reference list would normally appear.

==References==
{{reflist}}

On talk pages, the {{reflist-talk}} template can be used to add a reference list to a specific discussion.

انظر أيضاً