Werbung:
Test: Unterschied zwischen den Versionen
Aus Spielwiki
| [unmarkierte Version] | [unmarkierte Version] |
| Zeile 1: | Zeile 1: | ||
| − | {{PAGESINCATEGORY: | + | ===Other=== |
| + | {| class="wikitable" border="2" cellpadding="4" cellspacing="0" | ||
| + | ! Word | ||
| + | ! Example | ||
| + | ! Example results | ||
| + | ! Explanation | ||
| + | |- | ||
| + | | <nowiki>{{PAGESINCATEGORY:category}}</nowiki><br/><nowiki>{{PAGESINCATEGORY:category|R}}</nowiki> | ||
| + | | <code><nowiki>{{PAGESINCATEGORY:User en}}</nowiki></code><br/><code><nowiki>{{PAGESINCATEGORY:User en|R}}</nowiki></code> | ||
| + | | <code>{{PAGESINCATEGORY:User en}}</code><br/><code>{{PAGESINCATEGORY:User en|R}}</code> | ||
| + | | '''[MW1.13+]''' Returns the number of pages in a given category. Including sub-category pages and file description pages. | ||
| + | |- | ||
| + | | <nowiki>{{PAGESINCAT:category}}</nowiki><br/><nowiki>{{PAGESINCAT:category|R}}</nowiki> | ||
| + | | <code><nowiki>{{PAGESINCAT:User en}}</nowiki></code><br/><code><nowiki>{{PAGESINCAT:User en|R}}</nowiki></code> | ||
| + | | <code>{{PAGESINCAT:User en}}</code><br/><code>{{PAGESINCAT:User en|R}}</code> | ||
| + | | '''[MW1.13+]''' Alias of PAGESINCATEGORY. | ||
| + | |- | ||
| + | | <nowiki>{{PAGESIZE:page}}</nowiki><br/><nowiki>{{PAGESIZE:page|R}}</nowiki> | ||
| + | | <code><nowiki>{{PAGESIZE:Help:Magic_words}}</nowiki></code><br/><code><nowiki>{{PAGESIZE:Help:Magic_words|R}}</nowiki></code> | ||
| + | | <code>{{PAGESIZE:Help:Magic_words}}</code><br/><code>{{PAGESIZE:Help:Magic_words|R}}</code> | ||
| + | | '''[MW1.13+ r33551]''' Returns the byte size of the specified page. | ||
| + | |}{{-}} | ||
Version vom 29. Juli 2008, 10:08 Uhr
Other
| Word | Example | Example results | Explanation |
|---|---|---|---|
| {{PAGESINCATEGORY:category}} {{PAGESINCATEGORY:category|R}} |
{{PAGESINCATEGORY:User en}}{{PAGESINCATEGORY:User en|R}}
|
00
|
[MW1.13+] Returns the number of pages in a given category. Including sub-category pages and file description pages. |
| {{PAGESINCAT:category}} {{PAGESINCAT:category|R}} |
{{PAGESINCAT:User en}}{{PAGESINCAT:User en|R}}
|
00
|
[MW1.13+] Alias of PAGESINCATEGORY. |
| {{PAGESIZE:page}} {{PAGESIZE:page|R}} |
{{PAGESIZE:Help:Magic_words}}{{PAGESIZE:Help:Magic_words|R}}
|
00
|
[MW1.13+ r33551] Returns the byte size of the specified page. |