aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-01-11 08:06:13 -0800
committerMark Sapiro <mark@msapiro.net>2009-01-11 08:06:13 -0800
commit459c60bd8ad6d798a3c55dd075b5efd05677f4b8 (patch)
treed87e76391c3e465dcfdce22d597f41ce31930027 /templates
parent4cfb7130a9b64d951b8e3367c67ca445f3eb296e (diff)
downloadmailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.tar.gz
mailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.tar.xz
mailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.zip
Updated links to Python documentation.
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/ar/headfoot.html2
-rw-r--r--templates/ca/headfoot.html2
-rw-r--r--templates/cs/headfoot.html2
-rw-r--r--templates/da/headfoot.html2
-rw-r--r--templates/de/headfoot.html2
-rw-r--r--templates/en/headfoot.html2
-rw-r--r--templates/es/headfoot.html2
-rw-r--r--templates/et/headfoot.html2
-rw-r--r--templates/eu/headfoot.html2
-rw-r--r--templates/fi/headfoot.html2
-rw-r--r--templates/fr/headfoot.html2
-rw-r--r--templates/gl/headfoot.html2
-rw-r--r--templates/he/headfoot.html2
-rw-r--r--templates/hr/headfoot.html2
-rw-r--r--templates/hu/headfoot.html2
-rw-r--r--templates/ia/headfoot.html2
-rw-r--r--templates/it/headfoot.html2
-rw-r--r--templates/ja/headfoot.html2
-rw-r--r--templates/ko/headfoot.html2
-rw-r--r--templates/lt/headfoot.html2
-rw-r--r--templates/nl/headfoot.html2
-rw-r--r--templates/no/headfoot.html2
-rw-r--r--templates/pl/headfoot.html2
-rw-r--r--templates/pt/headfoot.html2
-rw-r--r--templates/pt_BR/headfoot.html2
-rw-r--r--templates/ro/headfoot.html2
-rw-r--r--templates/ru/headfoot.html2
-rw-r--r--templates/sk/headfoot.html2
-rw-r--r--templates/sl/headfoot.html2
-rw-r--r--templates/sr/headfoot.html2
-rw-r--r--templates/sv/headfoot.html2
-rw-r--r--templates/tr/headfoot.html2
-rw-r--r--templates/uk/headfoot.html2
-rw-r--r--templates/vi/headfoot.html2
-rw-r--r--templates/zh_CN/headfoot.html2
-rw-r--r--templates/zh_TW/headfoot.html2
36 files changed, 36 insertions, 36 deletions
diff --git a/templates/ar/headfoot.html b/templates/ar/headfoot.html
index 4fe0b9ff..9587de77 100755
--- a/templates/ar/headfoot.html
+++ b/templates/ar/headfoot.html
@@ -1,4 +1,4 @@
-يمكن لهذا النص أن يتضمن<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">محارف تنسيق بايثون</a>
+يمكن لهذا النص أن يتضمن<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">محارف تنسيق بايثون</a>
والتي سيتم حلها مع مواصفات القائمة. قائمة الاستبدالات المسموحة هي:
<ul>
diff --git a/templates/ca/headfoot.html b/templates/ca/headfoot.html
index 388ef491..265da00b 100644
--- a/templates/ca/headfoot.html
+++ b/templates/ca/headfoot.html
@@ -1,5 +1,5 @@
Aquest text pot incloure
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">cadenes
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">cadenes
de format del Python</a>, les quals es resoldran com atributs de la llista.
La llista de les substitucions permeses &eacute;s la seg&uuml;ent:
diff --git a/templates/cs/headfoot.html b/templates/cs/headfoot.html
index 01921792..117c4ccb 100644
--- a/templates/cs/headfoot.html
+++ b/templates/cs/headfoot.html
@@ -1,5 +1,5 @@
Tento text me obsahovat <a
-href="http://www.python.org/doc/current/lib/typesseq-strings.html">formtovac
+href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">formtovac
pkazy Pythonu</a> kter se nahrazuj odpovdajcmi hodnotami, pi
generovn strnky. Nejdleitj promnn jsou:
diff --git a/templates/da/headfoot.html b/templates/da/headfoot.html
index 9624ab5c..48f2767d 100644
--- a/templates/da/headfoot.html
+++ b/templates/da/headfoot.html
@@ -1,6 +1,6 @@
Teksten kan indeholde formateringskoder
som udskiftes med v&aelig;rdier fra listens ops&aelig;tning. For detaljer, se
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Pythons
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Pythons
formateringsregler (engelsk)</a>. Gyldige koder er:
<ul>
diff --git a/templates/de/headfoot.html b/templates/de/headfoot.html
index 9f219dec..cc245145 100644
--- a/templates/de/headfoot.html
+++ b/templates/de/headfoot.html
@@ -1,6 +1,6 @@
<!-- updated to en 2.1 -->
Dieser Text kann sogenannte
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
Python format strings</a> enthalten, die durch listenspezifische Werte
ersetzt werden.
diff --git a/templates/en/headfoot.html b/templates/en/headfoot.html
index b2caf10f..f2dd04e0 100644
--- a/templates/en/headfoot.html
+++ b/templates/en/headfoot.html
@@ -1,5 +1,5 @@
This text can include
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
format strings</a> which are resolved against list attributes. The
list of substitutions allowed are:
diff --git a/templates/es/headfoot.html b/templates/es/headfoot.html
index 675f42e7..69b16785 100644
--- a/templates/es/headfoot.html
+++ b/templates/es/headfoot.html
@@ -1,5 +1,5 @@
Este texto puede incluir
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
cadenas de formato Python
</a>
que ser&aacute;n sustituidas por los atributos de la lista. La lista de
diff --git a/templates/et/headfoot.html b/templates/et/headfoot.html
index 4bf2be4c..9314d133 100644
--- a/templates/et/headfoot.html
+++ b/templates/et/headfoot.html
@@ -1,5 +1,5 @@
See tekst vib sisaldada
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Pythoni
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Pythoni
vormingustringe</a>, mis asendatakse selle listi atribuutidega. Lubatud
asendused on jrgmised:
<ul>
diff --git a/templates/eu/headfoot.html b/templates/eu/headfoot.html
index fc1a1485..2e3b10ab 100644
--- a/templates/eu/headfoot.html
+++ b/templates/eu/headfoot.html
@@ -1,5 +1,5 @@
Testu honek
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
kateak</a> izan ditzake; zerrendako atributuen bidez ordezkatuko dira.
Onartzen diren ordezkapenak hauexek dira:
diff --git a/templates/fi/headfoot.html b/templates/fi/headfoot.html
index 6ff74f2f..407a86bd 100644
--- a/templates/fi/headfoot.html
+++ b/templates/fi/headfoot.html
@@ -10,7 +10,7 @@
<br>T&auml;m&auml; teksti voi sis&auml;lt&auml;&auml; %(attribute)s muotoiltuja
merkkijonoja, jotka kumoavat listojen ominaisuudet. Lis&auml;tietoja
saadaksesi, katso
-<br><a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Pythonin
+<br><a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Pythonin
merkkijonomuotoilun s&auml;&auml;nn&ouml;t </a>. Muutamia hy&ouml;dyllisi&auml;
ominaisuuksia ovat:
<br>
diff --git a/templates/fr/headfoot.html b/templates/fr/headfoot.html
index 67bfdad6..1ee642fe 100644
--- a/templates/fr/headfoot.html
+++ b/templates/fr/headfoot.html
@@ -1,5 +1,5 @@
Ce texte peut contenir <a
-href="http://www.python.org/doc/current/lib/typesseq-strings.html">des formats
+href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">des formats
de cha&icirc;nes Python </a>qui sont remplac&eacute;es par les attributs
de la liste. La liste des substitutions valides est:
<ul>
diff --git a/templates/gl/headfoot.html b/templates/gl/headfoot.html
index 007a9364..25c3c9f2 100644
--- a/templates/gl/headfoot.html
+++ b/templates/gl/headfoot.html
@@ -1,5 +1,5 @@
Este texto pode inclur
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
cadeas de formato Python
</a>
que se substituir&aacute;n polos atributos da rolda. A relaci&oacute;n de
diff --git a/templates/he/headfoot.html b/templates/he/headfoot.html
index 5b564f58..38fdca39 100644
--- a/templates/he/headfoot.html
+++ b/templates/he/headfoot.html
@@ -1,5 +1,5 @@
טקסט זה יכול לכלול
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">מחרוזות
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">מחרוזות
בפורמאט Python</a> אשר מפוענחות מול תכונות הרשימה. רשימת
תתי-המצבים המותרים:
<ul>
diff --git a/templates/hr/headfoot.html b/templates/hr/headfoot.html
index 8b77694d..e94d9653 100644
--- a/templates/hr/headfoot.html
+++ b/templates/hr/headfoot.html
@@ -1,5 +1,5 @@
Ovaj tekst moe ukljuiti
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
format stringova</a> koji su razlueni prema atributima liste. Lista dozvoljenih
zamjena je:
diff --git a/templates/hu/headfoot.html b/templates/hu/headfoot.html
index aad44f47..c4e0367a 100644
--- a/templates/hu/headfoot.html
+++ b/templates/hu/headfoot.html
@@ -1,4 +1,4 @@
-Ez a szveg olyan <a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python-tpus vltozk</a>at mutat be, amelyekkel a lista egyes jellemzire lehet hivatkozni.
+Ez a szveg olyan <a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python-tpus vltozk</a>at mutat be, amelyekkel a lista egyes jellemzire lehet hivatkozni.
Az albbi vltozk jelentse:
<ul>
diff --git a/templates/ia/headfoot.html b/templates/ia/headfoot.html
index 36a56810..3899b521 100644
--- a/templates/ia/headfoot.html
+++ b/templates/ia/headfoot.html
@@ -1,5 +1,5 @@
Iste texto pote includer
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">stringas
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">stringas
in formato Python</a> que es completate per un lista de attributos. Le lista
de substitutiones permittite es:
diff --git a/templates/it/headfoot.html b/templates/it/headfoot.html
index f99a420c..d345ade6 100644
--- a/templates/it/headfoot.html
+++ b/templates/it/headfoot.html
@@ -1,5 +1,5 @@
Questo testo pu&ograve; includere <a
-href="http://www.python.org/doc/current/lib/typesseq-strings.html">Stringhe
+href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Stringhe
di formato Python</a> che saranno sostituite automaticamente dai
valori degli attributi della lista. L'elenco degli attributi permessi
&egrave;:
diff --git a/templates/ja/headfoot.html b/templates/ja/headfoot.html
index 8355d84e..c2f3904b 100644
--- a/templates/ja/headfoot.html
+++ b/templates/ja/headfoot.html
@@ -1,5 +1,5 @@
ΥƥȤˤ, ꥹȤ°֤
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
Pythonեޥåʸ</a>뤳ȤǤޤ
ǻȤִʸϰʲ̤Ǥ
diff --git a/templates/ko/headfoot.html b/templates/ko/headfoot.html
index c4e39135..9f26d23a 100644
--- a/templates/ko/headfoot.html
+++ b/templates/ko/headfoot.html
@@ -1,6 +1,6 @@
ϸ Ʈ Ǿ ִ Ư <b>%(attribute)s</b>
ϰ ֽϴ. ڼ
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
ڿ Ģ</a> ñ ٶϴ. Ӽ Ʒ ϴ.
<ul>
diff --git a/templates/lt/headfoot.html b/templates/lt/headfoot.html
index 4d9006b1..ef180b14 100644
--- a/templates/lt/headfoot.html
+++ b/templates/lt/headfoot.html
@@ -1,5 +1,5 @@
tekst gali bti trauktos
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
formato eiluts</a> kurios yra apdorojamos pagal poymius.
ia pateikiame pakeitim sra:
diff --git a/templates/nl/headfoot.html b/templates/nl/headfoot.html
index f800a1ca..f47006a7 100644
--- a/templates/nl/headfoot.html
+++ b/templates/nl/headfoot.html
@@ -1,5 +1,5 @@
De tekst mag de volgende
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html" target="_blank">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations" target="_blank">Python
format strings</a> bevatten, die automatisch herleid worden naar attributen die elders
gedefinieerd zijn voor deze lijst. De mogelijke vervangende strings zijn:
diff --git a/templates/no/headfoot.html b/templates/no/headfoot.html
index b820474b..ffb9947f 100644
--- a/templates/no/headfoot.html
+++ b/templates/no/headfoot.html
@@ -1,6 +1,6 @@
Teksten kan inneholde formateringskoder
som byttes ut med verdier fra listens oppsett. For detaljer, se
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Pythons
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Pythons
formateringsregler (engelsk)</a>. Gyldige koder er:
<ul>
diff --git a/templates/pl/headfoot.html b/templates/pl/headfoot.html
index 352da1b8..e10fef22 100644
--- a/templates/pl/headfoot.html
+++ b/templates/pl/headfoot.html
@@ -1,5 +1,5 @@
This text can include
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
format strings</a> which are resolved against list attributes. The
list of substitutions allowed are:
diff --git a/templates/pt/headfoot.html b/templates/pt/headfoot.html
index f7f681b1..bc828713 100644
--- a/templates/pt/headfoot.html
+++ b/templates/pt/headfoot.html
@@ -1,5 +1,5 @@
Este texto pode incluir
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">strings
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">strings
de formatao em Python</a> as quais so resolvidas em relao lista de
atributos ??????? atributos da lista.
As substituies permitidas so:
diff --git a/templates/pt_BR/headfoot.html b/templates/pt_BR/headfoot.html
index 6bf62259..48da833b 100644
--- a/templates/pt_BR/headfoot.html
+++ b/templates/pt_BR/headfoot.html
@@ -1,5 +1,5 @@
Este texto pode incluir
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">strings no formato
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">strings no formato
do Python</a> que s&atilde;o resolvidos contra atributos da lista. a lista
de substitui&ccedil;&otilde;es permitidas s&atilde;o:
diff --git a/templates/ro/headfoot.html b/templates/ro/headfoot.html
index 169efd61..f17d8749 100644
--- a/templates/ro/headfoot.html
+++ b/templates/ro/headfoot.html
@@ -1,5 +1,5 @@
Acest text poate include
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">iruri
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">iruri
de caractere formatate Python</a> care sunt rezolvate vis-a-ais de atributele
listei. Lista substituiilor permise este:
diff --git a/templates/ru/headfoot.html b/templates/ru/headfoot.html
index 28011930..7c67ae73 100644
--- a/templates/ru/headfoot.html
+++ b/templates/ru/headfoot.html
@@ -1,5 +1,5 @@
<a
-href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
( -)</a>,
. .
diff --git a/templates/sk/headfoot.html b/templates/sk/headfoot.html
index e60d227e..983f8870 100644
--- a/templates/sk/headfoot.html
+++ b/templates/sk/headfoot.html
@@ -1,5 +1,5 @@
Tento text môže obsahovať <a
-href="http://www.python.org/doc/current/lib/typesseq-strings.html"
+href="http://docs.python.org/library/stdtypes.html#string-formatting-operations"
">formátovacie
príkazy jazyka Python</a>, ktoré sa nahradia príslušnými
hodnotami pri vytváraní stránky. Nejdôležitejšie premenné sú:
diff --git a/templates/sl/headfoot.html b/templates/sl/headfoot.html
index 8f08c011..55298dc5 100644
--- a/templates/sl/headfoot.html
+++ b/templates/sl/headfoot.html
@@ -1,5 +1,5 @@
To besedilo lahko vkljuuje
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
nize</a>, ki jih uporabljamo namesto atributov seznama. Seznam
monih nadomestil:
diff --git a/templates/sr/headfoot.html b/templates/sr/headfoot.html
index 3d074490..c9121b3a 100644
--- a/templates/sr/headfoot.html
+++ b/templates/sr/headfoot.html
@@ -1,4 +1,4 @@
-Овај текст може да садржи <a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python-ово
+Овај текст може да садржи <a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python-ово
форматирање</a> које се утврђује на основу атрибута листа. Дозвољене замјене листе
су:
<ul>
diff --git a/templates/sv/headfoot.html b/templates/sv/headfoot.html
index 0b230e59..39cc6653 100644
--- a/templates/sv/headfoot.html
+++ b/templates/sv/headfoot.html
@@ -1,4 +1,4 @@
-Den h&auml;r texten kan inneh&aring;lla formateringskoder som byts ut mot v&auml;rden fr&aring;n listans upps&auml;ttning. F&ouml;r detaljer, se <a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Pythons formateringsregler (engelska)</a>. Giltiga koder &auml;r:
+Den h&auml;r texten kan inneh&aring;lla formateringskoder som byts ut mot v&auml;rden fr&aring;n listans upps&auml;ttning. F&ouml;r detaljer, se <a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Pythons formateringsregler (engelska)</a>. Giltiga koder &auml;r:
<ul>
<li><b>real_name</b> - Listans formaterade namn, vanligtvis listnamnet med stor initial eller stora bokst&auml;ver rakt igenom.
<li><b>list_name</b> - Listens namn, s&aring;som det anv&auml;nds i URL:er, d&auml;r det har betydelse om namnet stavas med stora eller sm&aring; bokst&auml;ver.
diff --git a/templates/tr/headfoot.html b/templates/tr/headfoot.html
index e3c42029..c7a7a670 100644
--- a/templates/tr/headfoot.html
+++ b/templates/tr/headfoot.html
@@ -1,5 +1,5 @@
Bu yaz, liste zniteliklerine kar zlecek
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
biim dizgileri</a> ierebilir. zin verilen yerine koymalarn listesi
unlardr:
diff --git a/templates/uk/headfoot.html b/templates/uk/headfoot.html
index f9d2ac9e..834cd2eb 100644
--- a/templates/uk/headfoot.html
+++ b/templates/uk/headfoot.html
@@ -1,5 +1,5 @@
Цей текст може включати
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">
форматовані рядки</a>, які пов'язані з ознаками списку. Перелік
дозволених ознак:
diff --git a/templates/vi/headfoot.html b/templates/vi/headfoot.html
index 062a1c0f..54611c21 100644
--- a/templates/vi/headfoot.html
+++ b/templates/vi/headfoot.html
@@ -1,5 +1,5 @@
Đoạn này có thể gồm
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">chuỗi dạng thức Python</a> mà được khớp với thuộc tính hộp thư chung. Danh sách các điều thay thế có thể là:
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">chuỗi dạng thức Python</a> mà được khớp với thuộc tính hộp thư chung. Danh sách các điều thay thế có thể là:
<ul>
<li><b>real_name</b> &mdash; ten « xinh » của hộp thư chung đó, thường là tên hộp thư với chữ hoa đầu từ.
diff --git a/templates/zh_CN/headfoot.html b/templates/zh_CN/headfoot.html
index 6f1b9e7e..88e89d16 100644
--- a/templates/zh_CN/headfoot.html
+++ b/templates/zh_CN/headfoot.html
@@ -1,5 +1,5 @@
此文本可以包括
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
格式字符串</a>,它们将根据列表属性来被解释。可用的替换有:
<ul>
<li><b>real_name</b> - 列表的确切名字; 通常列表名字要大写。
diff --git a/templates/zh_TW/headfoot.html b/templates/zh_TW/headfoot.html
index d21249cd..e055f580 100644
--- a/templates/zh_TW/headfoot.html
+++ b/templates/zh_TW/headfoot.html
@@ -1,6 +1,6 @@
本文可包含 <b>%(attribute)s</b> 格式字串,其可替換為通信論壇
相應的屬性。詳情請參照
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
格式化字串規則</a>. 預設屬性如下:
<ul>