Vorlage:Artikel:Start: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „<phptag> if(isset($GLOBALS['include']) && $GLOBALS['include']){ echo '{{{text|titeltext}}}'; } else { </phptag> __NOTITLE__ {{SEO|seopage={{SITENAME}}…“)
 
 
(29 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<phptag>  
+
{{Hide|__TOC__|inhalt}}
 +
<phptag>
 +
$title='Titel';
 +
$toc='ja';
 +
$text='';
 +
$parents="";
 +
if(isset($argv) && is_array($argv) && !empty($argv)){
 +
  if(isset($argv['title']) && trim($argv['title'])!=""){
 +
    $title=trim($argv['title']);
 +
  }
 +
  if(isset($argv['toc']) && trim($argv['toc'])!=""){
 +
    $toc=trim($argv['toc']);
 +
  }
 +
  if(isset($argv['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|titeltext}}}';
+
  if($text!="" && $text!="text"){
 +
      echo $text;
 +
  }
 
} else {  
 
} else {  
</phptag>
+
  echo '{{Artikel:Start:Full|title='.$title.'|toc='.$toc.'|text='.$text.'|parents='.$parents.'}}';
__NOTITLE__ {{SEO|seopage={{SITENAME}} - {{{title|Titel}}} }} <div class="h1 border-bottom border-secondary"><span class="mw-headline">{{{title|Titel}}}</span></div><table><tr> {{#ifeq: {{{toc|ja}}} | ja | <td width="33%" valign="top">__TOC__</td> }} <td valign="top">{{{text|titeltext}}}</td></tr></table></div>
 
<phptag>
 
 
}
 
}
 
</phptag>
 
</phptag>

Aktuelle Version vom 30. August 2021, 07:51 Uhr


Titel