No edit summary |
mNo edit summary |
||
(17 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{| class="wikitable infobox" style="width:200px;float: right;margin: 10px" | <noinclude>Template für Räume | ||
==Parameter== | |||
{| | |||
!Name | Beschreibung | |||
|- | |||
| NAME|| Raumname | |||
|- | |||
| NUMBER|| Raumnummer | |||
|- | |||
|- | |||
| ASSIGN|| Zuordnung zu einer Professur oder ähnlichem. Wird der Parameter weggelassen erscheint "Medien". | |||
|- | |||
| BUILDING|| Gebäude in dem sich der Raum befindet. Wird automatisch verlinkt. | |||
|- | |||
| TYPE|| Art des Raumes. Wird automatisch auf Kategorie verlinkt | |||
|- | |||
| PHONE|| Telefonnummer | |||
|- | |||
|} | |||
==Beispiel== | |||
{{Room | |||
|NAME=Testraum | |||
|NUMBER=201 | |||
|BUILDING=Marienstraße 5 | |||
|TYPE=Projektraum | |||
|PHONE=0000 | |||
}} | |||
<nowiki>{{Room | |||
|NAME=Testraum | |||
|NUMBER=201 | |||
|BUILDING=Marienstraße 5 | |||
|TYPE=Projektraum | |||
|PHONE=0000 | |||
}}</nowiki> | |||
</noinclude> | |||
<includeonly><onlyinclude>{| class="wikitable infobox" style="width:200px;float: right;margin: 10px" | |||
|- | |- | ||
!colspan="2"| {{{NAME}}} | !colspan="2"| {{{NAME}}} | ||
Line 7: | Line 42: | ||
| Gebäude|| [[{{{BUILDING}}}]] | | Gebäude|| [[{{{BUILDING}}}]] | ||
|- | |- | ||
| Zuordnung|| {{{ASSIGN|Medien}}} | |||
| Zuordnung|| {{{ASSIGN}}} | |||
|- | |- | ||
| Art|| [[:Category:{{{TYPE}}}|{{{TYPE}}}]] | | Art|| [[:Category:{{{TYPE}}}|{{{TYPE}}}]] | ||
|- | |- | ||
| Telefon|| {{{PHONE}}} | | Telefon|| {{{PHONE}}} | ||
|- | |- | ||
|}</onlyinclude> | |}</onlyinclude></includeonly> | ||
<noinclude>[[Category:Template]]</noinclude> |
Latest revision as of 14:20, 21 July 2011
Template für Räume
Parameter
Beschreibung | |
---|---|
NAME | Raumname |
NUMBER | Raumnummer |
ASSIGN | Zuordnung zu einer Professur oder ähnlichem. Wird der Parameter weggelassen erscheint "Medien". |
BUILDING | Gebäude in dem sich der Raum befindet. Wird automatisch verlinkt. |
TYPE | Art des Raumes. Wird automatisch auf Kategorie verlinkt |
PHONE | Telefonnummer |
Beispiel
Testraum | |
---|---|
Raumnummer | 201 |
Gebäude | Marienstraße 5 |
Zuordnung | Medien |
Art | Projektraum |
Telefon | 0000 |
{{Room |NAME=Testraum |NUMBER=201 |BUILDING=Marienstraße 5 |TYPE=Projektraum |PHONE=0000 }}