Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
(Undo revision 4622 by Pio2pio (talk))
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''<span style="color: green">Cisco Linux notepad | [http://ciscolinux.co.uk ciscolinux.co.uk]</span>''' | {{Special:Categories}} | [https://gitlab.com/pio2pio Gitlab] | [[Change log]]
'''<span style="color: green">Cisco Linux notepad | [http://ciscolinux.co.uk ciscolinux.co.uk]</span>''' | {{Special:Categories}} | [https://gitlab.com/pio2pio GitLab] | [https://github.com/pio2pio GitHub] | [https://www.davidc.net/sites/default/subnets/subnets.html Subnet-calculator] | [[Change log]]


'''All Pages'''
'''All Pages'''
Line 12: Line 12:
<code><span style="color: green">INTERNET</span></code>
<code><span style="color: green">INTERNET</span></code>
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
{{Note|Foo|info}} # note template
</source>
</source>
*SyntaxHighlighter - [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages supported languages and troubleshooting]
*SyntaxHighlighter - [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages supported languages and troubleshooting]
Line 26: Line 27:
<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 11:58, 28 August 2021

Cisco Linux notepad | ciscolinux.co.uk | Special:Categories | GitLab | GitHub | Subnet-calculator | 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]]
{{Note|Foo|info}} # note template
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
| <source </source
|}