EJ-archive:Облако категорий
Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"
(Различия между версиями)
Ariely (Обсуждение | вклад) |
Ariely (Обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
'''This page demonstrates how we can generate a "cloud" layout where the size of an entry is based on some calculation.''' | '''This page demonstrates how we can generate a "cloud" layout where the size of an entry is based on some calculation.''' | ||
- | The calculation is done within a subpage called [[Ежевика:Облако категорий | + | The calculation is done within a subpage called [[Ежевика:Облако категорий/list]] which can be adjusted to your needs. |
*We ask for the size of categories: | *We ask for the size of categories: | ||
{{#dpl: | {{#dpl: | ||
- | |debug=5 | + | |debug=5 |
|namespace=Категория | |namespace=Категория | ||
|nottitlematch=Type | |nottitlematch=Type | ||
- | |format=,²{:Ежевика:Облако категорий | + | |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦CAT}² — , |
|reset=all | |reset=all | ||
}} | }} | ||
Строка 18: | Строка 18: | ||
{{#dpl: | {{#dpl: | ||
|titlematch=B% | |titlematch=B% | ||
- | |format=,²{:Ежевика:Облако категорий | + | |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦LINK}² — , |
|reset=all | |reset=all | ||
}} | }} |
Версия 19:00, 4 мая 2011
This page demonstrates how we can generate a "cloud" layout where the size of an entry is based on some calculation.
The calculation is done within a subpage called Ежевика:Облако категорий/list which can be adjusted to your needs.
- We ask for the size of categories:
{{#dpl:
|debug=5 |namespace=Категория |nottitlematch=Type |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦CAT}² — , |reset=all
}}
- Now we calculate "google importance" for some pages - based on the number of pages linking to them:
{{#dpl:
|titlematch=B% |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦LINK}² — , |reset=all
}}