From MediaWiki.org
| MediaWiki version: |
1.13 |
and after |
Contains properties about pages, currently only used with __HIDDENCAT__ magic word.
mysql> describe page_props;
+-------------+---------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+---------------+------+-----+---------+-------+
| pp_page | int(11) | NO | PRI | NULL | |
| pp_propname | varbinary(60) | NO | PRI | NULL | |
| pp_value | blob | NO | | NULL | |
+-------------+---------------+------+-----+---------+-------+
3 rows in set (0,00 sec)