Vorlage:Artikel:Start: Unterschied zwischen den Versionen
Aus Afterbuy-Wiki
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
$toc='ja'; | $toc='ja'; | ||
$text='text'; | $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']); | ||
} | } | ||
} | } | ||
Zeile 18: | Zeile 22: | ||
echo $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> |
Version vom 12. August 2021, 08:09 Uhr
Titel