Jump to content

Main Page: Difference between revisions

From DocDepot
No edit summary
AShanks (talk | contribs)
No edit summary
 
(76 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Welcome to the Sample Page ==
<table style="width: 100%; border-collapse: collapse; border: none; background: transparent;">
<tr style="vertical-align: top;">


This is a demonstration page to showcase the power of **MediaWiki** with the **TinyMCE** editor. You can format your content easily and visually!
  <!-- Left Column -->
  <td style="width: 50%; padding-right: 20px; border: none; background: transparent;">


=== Basic Formatting ===
<div style="font-size:1.6em; font-weight:bold; color:#000; text-decoration:none;">
[[Comet Support|Technical Support]]


- **Bold Text:** This text is '''bold'''.<br>- *Italic Text:* This text is ''italic''.<br>- ***Bold and Italic Text:*** This text is '''''bold and italic'''''.&nbsp;
[[RailNET Software|Software]]


=== Headings and Subheadings ===
<b>[[Bulletins]]</b>


# Headings help structure your content.<br>## Subheading 1<br>### Subheading 2<br>#### Subheading 3
<b>[[Legal Policies|Legal]]</b>
</div> <td style="width: 50%; padding-left: 20px; border: none; background: transparent;">
== Resources ==


=== Bullet Points and Numbering ===
=== [[RailNET Documents|RailNet]] ===


- Bullet point 1<br>- Bullet point 2<br>&nbsp; - Sub-bullet point 1<br>&nbsp; - Sub-bullet point 2
=== [[Cinq]] ===


1. Numbered item 1<br>2. Numbered item 2<br>&nbsp; &nbsp;1. Sub-item 1<br>&nbsp; &nbsp;2. Sub-item 2
=== [[Technical Reference Drawings|Drawings]] ===


=== Links ===
=== [[Customer Forms]] ===


- External link: [https://www.mediawiki.org MediaWiki Documentation]<br>- Internal link: [[Main Page]]
=== [[Training Materials]] ===


=== Image ===


Below is a sample image (you can upload and replace this image):


[[File:dog-image.png|thumb|300px|This is a sample image with a caption.]]
</tr>
 
</table>
=== Tables ===
 
{| class="wikitable"<br>|-<br>! Column 1 !! Column 2 !! Column 3<br>|-<br>| Row 1, Cell 1 || Row 1, Cell 2 || Row 1, Cell 3<br>|-<br>| Row 2, Cell 1 || Row 2, Cell 2 || Row 2, Cell 3<br>|}
 
=== Code Block ===
 
&lt;syntaxhighlight lang="csharp"&gt;<br>public class HelloWorld<br>{<br>&nbsp; &nbsp; public static void Main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; Console.WriteLine("Hello, MediaWiki!");<br>&nbsp; &nbsp; }<br>}<br>&lt;/syntaxhighlight&gt;
 
=== Highlighting Text ===
 
Use &lt;mark&gt;highlighting&lt;/mark&gt; to draw attention to specific parts of your text.
 
=== Blockquote ===
 
&gt; "This is a blockquote used for quoting text."
 
=== Horizontal Line ===
 
----<br>That's a horizontal line!<br>

Latest revision as of 15:54, 10 September 2026