Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
(Undo revision 4622 by Pio2pio (talk))
(15 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]
'''<span style="color: green">Cisco Linux notepad | [http://ciscolinux.co.uk ciscolinux.co.uk]</span>''' | {{Special:Categories}} | [https://gitlab.com/pio2pio Gitlab] | [[Change log]]


'''All Pages'''
'''All Pages'''
Line 5: Line 5:
{{Special:AllPages}}
{{Special:AllPages}}


'''Newsletter'''
= Commonly used =
*Disabled #wfLoadExtension( 'SyntaxHighlight_GeSHi' ); caused by pygment error after upgrade to MW1.29.1
<source lang="xml">
*I had to remove registration option due to spam received
<source lang="js">code</ source> #buildin
*<code><nowiki><span style="color: green">INTERNET</span></nowiki></code>
<syntaxhighlight lang="js">code</syntaxhighlight>
* >>> [http://ciscolinux.co.uk ciscolinux.co.uk] <<< blog has been opened
<syntaxhighlightjs lang="powershell">code</syntaxhighlightjs>
*code block in numbered list [[Cisco password recovery]]
<code><span style="color: green">INTERNET</span></code>
*use <nowiki><source lang=bash> lines of code will be colored</source></nowiki>
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
</source>
*SyntaxHighlighter - [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages supported languages and troubleshooting]
*code block in numbered list can be found in [[Cisco password recovery]]
*table block is in [[Linux_shell/Commands#Remove_empty_lines]]
;Subpages
Create root page Special:PrefixIndex to index supbages, eg:
 
<code><nowiki>{{Special:PrefixIndex/AWS/}}</nowiki></code>
 
Then create a subpage with eg. AWS/Cli, where Cli is a subpage
 
;Table snippet
<source>
{| class="wikitable"
|+ Headline
|-
! col1-title
! col2-title
|- style="vertical-align:top;"
|
|
|}
</source>

Revision as of 17:28, 26 August 2019

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"
|+ Headline
|- 
! col1-title
! col2-title
|- style="vertical-align:top;"
| 
| 
|}