string submissionform(
[string $type = 'story'], [string $mode = ''], [string $topic = ''])
|
|
Shows a given submission form
This is the submission it is modular to allow us to write as little as possible. It takes a type and formats a form for the user. Currently the types is story. If no type is provided, Story is assumed.
Tags:
Parameters
| string |
$type |
type of submission ('story') |
| string |
$mode |
calendar mode ('personal' or empty string) |
| string |
$topic |
topic (for stories) |