Vorlage:Literatur erstellen oder bearbeiten: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Breite style="width: 400px;"|)
(+CSS)
Zeile 1: Zeile 1:
{| align="center"
+
{| align="center" class="Forumlar-ohne-Randabstand"
 
|-
 
|-
 
|style="width: 400px;"|{{#forminput:form=Literatur
 
|style="width: 400px;"|{{#forminput:form=Literatur
Zeile 12: Zeile 12:
  
 
Formular für Literatureingabe zur Bearbeitung
 
Formular für Literatureingabe zur Bearbeitung
 +
 
== Benutzung ==
 
== Benutzung ==
 
  <nowiki>{{</nowiki>{{PAGENAME}}}}
 
  <nowiki>{{</nowiki>{{PAGENAME}}}}
 +
 
== Parameter ==
 
== Parameter ==
 
Keine
 
Keine
 +
 
== Abhängigkeiten ==
 
== Abhängigkeiten ==
 
* [[Formular: Literatur]]
 
* [[Formular: Literatur]]
 
* [[Vorlage: Literatur]]
 
* [[Vorlage: Literatur]]
 +
 +
== CSS ==
 +
 +
<syntaxhighlight lang="css">
 +
/* Erweiterung:PageForms Rand minimieren */
 +
table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
 +
,table.Forumlar-ohne-Randabstand form > p
 +
{
 +
    margin-top:0px!important;
 +
    margin-bottom:0px!important;
 +
}
 +
</syntaxhighlight>
 
</noinclude>
 
</noinclude>

Version vom 9. Juni 2023, 14:51 Uhr

Formular für Literatureingabe zur Bearbeitung

Benutzung

{{Literatur erstellen oder bearbeiten}}

Parameter

Keine

Abhängigkeiten

CSS

/* Erweiterung:PageForms Rand minimieren */
table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
,table.Forumlar-ohne-Randabstand form > p
{
    margin-top:0px!important;
    margin-bottom:0px!important;
}