[Mediawiki-l] semantic form and template into template

Yaron Koren yaron57 at gmail.com
Wed Jul 22 12:26:40 UTC 2009


Hi,

There's no way to do that - you should instead separate out the template
calls, so it looks like:

{{Meeting
 |mon=mounth
 |days=days
 |year=year
 |where=where
 |title=title
}}
{{Poster
 |title=title
 |authors=authors
}}

...etc.

I should note that all questions about Semantic Forms should go to the main
Semantic MediaWiki mailing list:

https://lists.sourceforge.net/lists/listinfo/semediawiki-user

-Yaron



> Subject: [Mediawiki-l] semantic form and template into template
> Date: Dienstag, 21. Juli 2009
> From: Alessandra <alessandra.bilardi at gmail.com>
> To: MediaWiki announcements and site admin list <mediawiki-
> l at lists.wikimedia.org>
>
> Hi all,
>
> I create this page: http://genomics.cribi.unipd.it/index.php/Meetings
> with two templates, one inner other:
>
> {{Meeting
>  |mon=mounth
>  |days=days
>  |year=year
>  |where=where
>  |title=title
>  |poster=
> {{Poster
>          |title=title
>          |authors=authors
>         }}
> {{Poster
>          |title=title
>          |authors=authors
>         }}
> {{Poster
>          |title=title
>          |authors=authors
>         }}
>  }}
>
> I would like create form with semantic form:
>
> {{{for template|Meeting|label=Meetings|multiple}}}
>
> and inner, into parameter 'poster' of Meeting template, I would like
> session about
>
> {{{for template|Poster|label=Posters|multiple}}}
>
> Is it possible? Can you help me about how to do?
>
> Best,
>
> Alessandra
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
> -------------------------------------------------------
>


More information about the MediaWiki-l mailing list