EJ-archive:Облако категорий
Вы находитесь на сайте "Архив статей из ЭЕЭ и статей на еврейские темы из Википедии"
(Различия между версиями)
Ariely (Обсуждение | вклад) (Новая страница: «{{Type Test |parameter = category }} '''This page demonstrates how we can generate a "cloud" layout where the size of an entry is based on some calculation.''' The…») |
Ariely (Обсуждение | вклад) |
||
(4 промежуточные версии не показаны) | |||
Строка 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: | |
{{#dpl: | {{#dpl: | ||
- | |namespace= | + | |namespace=Категория |
|nottitlematch=Type | |nottitlematch=Type | ||
- | |format=,²{:Ежевика:Облако категорий | + | |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦CAT}² — , |
|reset=all | |reset=all | ||
}} | }} | ||
Строка 17: | Строка 14: | ||
---- | ---- | ||
- | + | *Now we calculate "google importance" for some pages - based on the number of pages linking to them: | |
{{#dpl: | {{#dpl: | ||
|titlematch=B% | |titlematch=B% | ||
- | |format=,²{:Ежевика:Облако категорий | + | |format=,²{:Ежевика:Облако категорий/list¦%PAGE%¦%TITLE%¦LINK}² — , |
|reset=all | |reset=all | ||
}} | }} |
Текущая версия на 19:04, 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:
|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
}}