Difference between revisions of "Main Page"

From WireCAD Online Help
Jump to: navigation, search
 
Line 15: Line 15:
 
Christian Holbrook<br>
 
Christian Holbrook<br>
 
President
 
President
 
 
==HOW TO EDIT==
 
 
 
 
__TOC__
 
 
== Getting started ==
 
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
 
 
== List All ==
 
List all available pictures, and media [[Special:ListFiles]]
 
 
== An Image ==
 
[[File:Arc ex.jpg]]
 
 
 
== Headline text ==
 
 
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
 
 
[[MediaWiki:Sidebar]]
 
 
This is a test. This is only a test.
 
 
== This is a headline ==
 
This is some text
 
this this some more text
 
[[A link to another page]]
 
===This is a table===
 
{|style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0"; border="1"; width="100%"
 
| Orange || Apple    || align="right" | 12,333.00
 
|-
 
| Bread  || Pie      || align="right" | 500.00
 
|-
 
| Butter || Ice cream || align="right" | 1.00
 
|-
 
| Something else || hmmm || align="right" | 4565465465.60
 
|}
 
 
 
=== this is a wikitable table ===
 
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0"; border="1"; width="100%"
 
|-
 
! Header Column1  !! Header Column2
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|-
 
| Example || Example
 
|}
 
 
 
 
===Sortable WikiTable===
 
{| class="wikitable sortable" style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0"; border="1"; width="100%"
 
|-
 
! Header text !! Header text !! Header text
 
|-
 
| Example01 || Example || Example
 
|-
 
| Example02 || Example || Example
 
|-
 
| Example03 || Example || Example
 
|}
 
 
 
 
== You Tube Video ==
 
<youtube>lm8vBCpG5Pk</youtube>
 
 
==Code Blocks==
 
To create code blocks use
 
<pre><nowiki>
 
<syntaxhighlight lang="php">
 
<?php
 
    $v = "string";    // sample initialization
 
?>
 
html text
 
<?
 
    echo $v;        // end of php code
 
?>
 
</syntaxhighlight>
 
</nowiki></pre>
 
 
list of languages: [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages Supported Languages]
 
 
<syntaxhighlight lang="php">
 
<?php
 
    $v = "string";    // sample initialization
 
?>
 
html text
 
<?
 
    echo $v;        // end of php code
 
?>
 
</syntaxhighlight>
 
 
 
==Some Useful Templates==
 
{{note|this is a note}}
 
{{warning|this is warning}}
 
 
The following is a page header:
 
{{PageHeader
 
|shortcut=np
 
|perms=ProjectsCollection - Allow Add New
 
|level=All
 
|desc=Create a new project with the New Project Wizard.}}
 

Latest revision as of 13:42, 22 February 2012

This is the WireCAD online help site.

This online help is in wiki form. This allows you to contribute to the documentation effort. Please feel free to contribute! If we all chip in here we will create a living breathing knowledge base.
On this site you can:

  • Search for Help
  • View How To's
  • Contribute new pages
  • Edit existing pages
  • Discuss pages
  • Link to YouTube video demonstrations

This online help is meant to consolidate the WireCAD Forums and WireCAD web based help.

Thanks for your help here,

Christian Holbrook
President