Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
(Undo revision 4622 by Pio2pio (talk))
 
(6 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 23: Line 24:
Then create a subpage with eg. AWS/Cli, where Cli is a subpage
Then create a subpage with eg. AWS/Cli, where Cli is a subpage


;Table snippet
;Table snippet | [https://www.tablesgenerator.com/mediawiki_tables generator] | [https://tableconvert.com/html-to-mediawiki Convert HTML->Mediawiki] table
<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>

Latest revision as of 21:58, 6 January 2022

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 | generator | Convert HTML->Mediawiki table
{| class="wikitable"
|+ TableHeadline
|- 
! col1Title
! col2Title
|- style="vertical-align:top;"
| <source </source
| <source </source
|}