Werbung:

Test: Unterschied zwischen den Versionen

Aus Spielwiki
Wechseln zu: Navigation, Suche
[unmarkierte Version][unmarkierte Version]
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: '<showhide> Some text (usually title) which will not be hidden __HIDER__ <hide>Text which will be hidden</hide> </showhide>')
Zeile 1: Zeile 1:
= mediaWiki 1.13 =
+
<showhide>
{| class="wikitable" border="2" cellpadding="4" cellspacing="0"
+
Some text (usually title) which will not be hidden __HIDER__
! Word
+
<hide>Text which will be hidden</hide>
! Example
+
</showhide>
! 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 13. August 2008, 23:45 Uhr

<showhide> Some text (usually title) which will not be hidden __HIDER__ <hide>Text which will be hidden</hide> </showhide>