type @PAGE@(type name, type name2)
===== Parameters =====
=== name ===
Does such-and-such.
=== name2 ===
Does the other thing.
===== Return value =====
The value it returns.
===== Notes =====
* Beware of this and that.
===== Short examples =====
@PAGE@(1, 2); // will do xxx
===== Complete examples =====