Vorlage:Literatur erstellen oder bearbeiten: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→CSS) |
|||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | {| align="center" | + | {| align="center" class="Forumlar-ohne-Randabstand" |
|- | |- | ||
− | |{{#forminput:form=Literatur | + | |style="width: 400px;"|{{#forminput:form=Literatur |
|autocomplete on category=Literatur | |autocomplete on category=Literatur | ||
|placeholder=Literaturseite bearbeiten oder erstellen | |placeholder=Literaturseite bearbeiten oder erstellen | ||
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"> | ||
+ | table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper | ||
+ | ,table.Forumlar-ohne-Randabstand form > p | ||
+ | ,div.Forumlar-ohne-Randabstand * div.pfFormInputWrapper | ||
+ | ,div.Forumlar-ohne-Randabstand form > p | ||
+ | { | ||
+ | margin-top:0px!important; | ||
+ | margin-bottom:0px!important; | ||
+ | } | ||
+ | </syntaxhighlight> | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 9. Juni 2023, 14:53 Uhr
Formular für Literatureingabe zur Bearbeitung
Benutzung
{{Literatur erstellen oder bearbeiten}}
Parameter
Keine
Abhängigkeiten
CSS
table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
,table.Forumlar-ohne-Randabstand form > p
,div.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
,div.Forumlar-ohne-Randabstand form > p
{
margin-top:0px!important;
margin-bottom:0px!important;
}