VAULTPEDIA.DE ist seit dem 02.02.2026 öffentlich zugänglich.
Da es sich um ein frisch migriertes Wiki handelt, können vereinzelt noch Datenbank-, Seiten- oder Designfehler auftreten.
Tritt unserem Discord bei, um Fehler zu melden oder direkt mit dem Team in Kontakt zu treten.
| Diese Seite enthält Informationen zur Verwendung für Vorlage:Abbvalid. |
Template for checking whether a string contains an abbreviation which can be converted by {{abb}} (for the specified mode). Returns "1" if that is the case and an empty string otherwise.
Gebrauch
{{abbvalid|abbreviations}}
Parameter
split by.mode parameter will have any effect.<unnamed 1>, i.e. the character/string which separates the individual abbrevations.
Note that spaces at the beginning or end of the string need to be HTML encoded (& #032; without the space in between), and that using | is not recommended.Beispiele
Grundlegendes
{{abbvalid|FO3}}
returns "1" because "FO3" is a valid input for {{abb}}.
{{abbvalid|ASDF}}
returns "" (an empty string) because "ASDF" is not a valid input for {{abb}}.
{{abbvalid|FO3, ASDF}}
returns "1" because "FO3" is a valid input for {{abb}}.
{{abbvalid|ASDF, ASDF2}}
returns "" (an empty string) because neither "ASDF" nor "ASDF2" are not valid inputs for {{abb}}.
{{abbvalid|FO3, FNV}}
returns "1" because both "FO3" and "FNV" are valid inputs for {{abb}}.
Prüfen für spezifische Modi
{{abbvalid|NONE}}
returns "1" because "NONE" is a valid input for {{abb}}.
{{abbvalid|NONE|abbmode=icon}}
returns "" (an empty string) because there is no icon associated with "NONE" in {{abb}}.