2010/5/31 Niklas Laxström <niklas.laxst...@gmail.com>:
> I tried to use page_props once. I did end up using my own table, since
> the parser thinks it owns the page_props table and when page is parsed
> it happily deletes all values stored in page_props it doesn't know
> about.
>
The parser does indeed own the page_props table. It's intended for
storing properties that can be derived at parse time and set by the
parser itself or a parser hook through
$parserOutput->setProperty($name, $value) .

Roan Kattouw (Catrope)

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to