Difference between revisions of "User:WikiSysop"

(Die Seite wurde neu angelegt: „{{Profilinformation |Anrede=Herr |Vorname=Wiki |Name=Sysop }}“)
 
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>
Line 4: Line 4:
 
|Name=Sysop
 
|Name=Sysop
 
}}
 
}}
 +
 +
<source lang="php">
 +
<?php
 +
    $v = "string";    // Beispielcode
 +
?>
 +
HTML-Text
 +
<?
 +
    echo $v;        // Ende des PHP-Codes
 +
?>
 +
</source>