Vorlage:Artikel:Start: Unterschied zwischen den Versionen
Aus Afterbuy-Wiki
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
$title='Titel'; | $title='Titel'; | ||
$toc='ja'; | $toc='ja'; | ||
− | $text=' | + | $text=''; |
+ | $parents=""; | ||
if(isset($argv) && is_array($argv) && !empty($argv)){ | if(isset($argv) && is_array($argv) && !empty($argv)){ | ||
if(isset($argv['title']) && trim($argv['title'])!=""){ | if(isset($argv['title']) && trim($argv['title'])!=""){ | ||
Zeile 13: | Zeile 14: | ||
if(isset($argv['text']) && trim($argv['text'])!=""){ | if(isset($argv['text']) && trim($argv['text'])!=""){ | ||
$text=trim($argv['text']); | $text=trim($argv['text']); | ||
+ | } | ||
+ | if(isset($argv['parents']) && trim($argv['parents'])!=""){ | ||
+ | $parents=trim($argv['parents']); | ||
} | } | ||
} | } | ||
if(isset($GLOBALS['include']) && $GLOBALS['include']){ | if(isset($GLOBALS['include']) && $GLOBALS['include']){ | ||
− | echo $text; | + | if($text!="" && $text!="text"){ |
+ | echo $text; | ||
+ | } | ||
} else { | } else { | ||
− | echo '{{Artikel:Start:Full|title='.$title.'|toc='.$toc.'|text='.$text.'}}'; | + | echo '{{Artikel:Start:Full|title='.$title.'|toc='.$toc.'|text='.$text.'|parents='.$parents.'}}'; |
} | } | ||
</phptag> | </phptag> |
Aktuelle Version vom 30. August 2021, 07:51 Uhr
Titel