الفرق بين النسختين بتاع: «قالب:مصادر/doc»

تم حذف المحتوى تمت إضافة المحتوى
ص تزويد قوالب توماتيكى و/او تظبيط عن طريق اوب
ص Bot: Replace deprecated <source> tag and "enclose" parameter، تغييرات تجميلية
 
سطر 67:
== Multiple uses ==
 
If {{tl|Reflist}} is used multiple times without a parameter, each instance will include all of the previously defined references. To force the parser to close previous references, each use of {{tl|Reflist}} must be forced as a new instance by the use of any parameter. Even a undefined parameter such as {{tlx|Reflist|close&#61;=1}} will force the references to close.
 
== Grouped references ==
سطر 74:
The general format for the reference tag would be:
 
:{{tag|ref group&#61;=''"groupname"''|open}}
 
And for the reflist:
:{{tlx|Reflist|group&#61;=''"groupname"''}}
 
:Where ''groupname'' would be a group identifier such as "note", "nb" or "label".
سطر 150:
The font size defaults to 90% of the standard size. To change it, add:
 
<sourcesyntaxhighlight lang="css">.references-small { font-size: 90%;}</sourcesyntaxhighlight>
 
Change 90% to the desired size.
سطر 157:
To disable columns, add:
 
<sourcesyntaxhighlight lang="css">
.references-column-count, .references-column-width {
column-count:1 !important;
سطر 166:
-webkit-column-width:auto !important;
}
</syntaxhighlight>
</source>
 
Similarly, to force all reference lists to a number of columns, change the number.