User:Tfu: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#moodlebook: Master Templates / V12 Templates / Advanced | Advanced Object Types Part II | 121 }}
=TEST=
 
<syntaxhighlight lang="php">
<?php
echo true;
$weekday = 'monday';
?>
</syntaxhighlight>
 
 
<code type="php">
<?php
echo true;
$weekday = 'monday';
?>
</code>
 
Dies ist <code>ein</code> test
 
=TEST2=
The <img src="https://class.innovaphone.com/moodle2/filter/wikilink/fish-help.png"/>&nbsp;<a href="http://wiki.innovaphone.com/index.php?title=Reference12r1%3APBX%2FObjects%2FDECT_System">PBX/Objects/DECT System</a> object is needed for connecting an innovaphone DECT solution to the PBX. There will be no registration on this object. The DECT System object is used for storing the system parameters of the DECT system.<br /><br />
 
<!-- {{#moodlebook: Master Templates / V12 Templates / Advanced | Advanced Object Types Part II | 121 }} -->

Latest revision as of 17:19, 9 May 2023

TEST

<?php
 echo true;
 $weekday = 'monday';
?>


<?php

echo true;

$weekday = 'monday'; ?>

Dies ist ein test

TEST2

The <img src="https://class.innovaphone.com/moodle2/filter/wikilink/fish-help.png"/> <a href="http://wiki.innovaphone.com/index.php?title=Reference12r1%3APBX%2FObjects%2FDECT_System">PBX/Objects/DECT System</a> object is needed for connecting an innovaphone DECT solution to the PBX. There will be no registration on this object. The DECT System object is used for storing the system parameters of the DECT system.