Difference between revisions of "User:WikiSysop"

(Die Seite wurde geleert.)
(Tags: Blanking, 2017 source edit)
 
Title Name Sysop Phone Email Department Competencies Proxy <?php $v = "string"; // Beispielcode ?> HTML-Text <? echo $v; // Ende des PHP-Codes ?>
{{Profilinformation
            
            |Anrede=Herr
            
            |Vorname=Wiki
            
            |Name=Sysop
            
            }}
            
            
            
            
            <source lang="php">
            
            
            <?php
                
                    $v = "string";    // Beispielcode
                
                ?>
            
            HTML-Text
            
            
            <?
                
                    echo $v;         // Ende des PHP-Codes
                
                ?>
            
            
            </source>
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Profilinformation
 
|Anrede=Herr
 
|Vorname=Wiki
 
|Name=Sysop
 
}}
 
  
<source lang="php">
 
<?php
 
    $v = "string";    // Beispielcode
 
?>
 
HTML-Text
 
<?
 
    echo $v;        // Ende des PHP-Codes
 
?>
 
</source>