Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
(Undo revision 4622 by Pio2pio (talk))
Line 26: Line 26:
<source>
<source>
{| class="wikitable"
{| class="wikitable"
|+ Headline
|+ TableHeadline
|-  
|-  
! col1-title
! col1Title
! col2-title
! col2Title
|- style="vertical-align:top;"
|- style="vertical-align:top;"
|  
| <source></source>
|  
| <source></source>
|}
|}
</source>
</source>

Revision as of 15:53, 2 February 2020

Cisco Linux notepad | ciscolinux.co.uk | Special:Categories | Gitlab | Change log

All Pages

Commonly used

<source lang="js">code</ source> #buildin
<syntaxhighlight lang="js">code</syntaxhighlight>
<syntaxhighlightjs lang="powershell">code</syntaxhighlightjs>
<code><span style="color: green">INTERNET</span></code>
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
Subpages

Create root page Special:PrefixIndex to index supbages, eg:

{{Special:PrefixIndex/AWS/}}

Then create a subpage with eg. AWS/Cli, where Cli is a subpage

Table snippet
{| class="wikitable"
|+ TableHeadline
|- 
! col1Title
! col2Title
|- style="vertical-align:top;"
| <source>

|


|} </source>