2009/7/4 Martien <
martien.van...@gmail.com>:
Yeah, I think you need:
| {{{field|Has author|uploadable}}}
From the man page:
http://www.mediawiki.org/wiki/Extension:Semantic_Forms
"field - Specifies a field to be placed in a form, corresponding to a
template field. The name immediately following the field declaration
is the name of the template field."
I think that text could be clearer, but it does suggest that you need
to use the above format rather than what you have (the clue was the
'uploadable' string turning up in the template).
See:
http://www.mediawiki.org/wiki/Extension:Semantic_Forms#Sample_form
In documentation I'd recommend the use of the term 'template
parameter' over 'template field' to mean the string used to identify a
variable in the template call. i.e.
{{ my template | some such = so and so }}
whole thing = template call.
"my template" = template name.
"some such" = template parameter.
"so and so" = value of the parameter.
HTH,
Dan.
P.S. How come 'forminput' doesn't have named parameters? Is it a limit
of the way parser functions work, or it just hasn't been coded that
way?
> >
>