Difference between revisions of "Help:Sandbox"

From SDU
Jump to: navigation, search
m (Reverted edits by Agegeleruvy (Talk); changed back to last version by FrankTR)
 
(60 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Feel free to try out the wiki syntax in this page.<br>
+
<ipbwiki_topiclist forumid=4,5 count=5 />
<!-- test your skills below this line -->
+
 
+
 
+
 
+
 
+
Here is the query you would use to retrieve all Service Desk contacts with the last name "Smith" :
+
<source lang="sql">
+
SELECT *
+
FROM ca_contact
+
WHERE last_name = 'Smith'
+
</source>
+
 
+
<pre>
+
<source lang="sql" line>
+
SELECT *
+
FROM ca_contact
+
WHERE last_name = 'Smith'
+
</source></pre>
+
 
+
==Source lang=html4strict==
+
<source lang="html4strict">
+
<PDM_IF $args.id != 0>
+
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
+
</PDM_IF>
+
</source>
+
 
+
==Source lang=javascript==
+
<source lang="javascript">
+
<PDM_IF $args.id != 0>
+
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
+
</PDM_IF>
+
</source>
+
 
+
==Source lang=php==
+
<source lang="php">
+
<PDM_IF $args.id != 0>
+
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
+
</PDM_IF>
+
</source>
+
 
+
==Top Ten Pages==
+
<TopTenPages>10</TopTenPages>
+
[[Special:Popularpages|more...]]
+
 
+
 
+
==Newest Pages==
+
{{Special:NewestPages/-/10}}
+
[[Special:NewestPages|more...]]
+
 
+
 
+
 
+
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br>SELECT *<br>FROM ca_contact<br>WHERE last_name = &#39;Smith&#39;<br><!--c2--></div><!--ec2-->
+
 
+
<pre><source lang=sql>
+
SELECT *
+
FROM ca_contact
+
WHERE last_name = 'Smith'
+
</source></pre>
+

Latest revision as of 05:21, 30 November 2010

<ipbwiki_topiclist forumid=4,5 count=5 />