Difference between revisions of "User:Chkummer"
(→Some other Pages) |
(→Some other Pages) |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | == Helpful links about Wiki == | ||
| + | * [https://workingwithmediawiki.com/book/ Working with MediaWiki] | ||
| + | |||
| + | == Edit/Change Sidebar == | ||
| + | Edit the [[MediaWiki:Sidebar]] Page (as Wiki-Admin) | ||
| + | |||
== Creating Cmd Template == | == Creating Cmd Template == | ||
* Search for 'Template:GenericCmd' click on 'Create the page "Template:GenericCmd" on this wiki!' get the source from [https://wiki.gentoo.org/wiki/Template:GenericCmd GenericCmd] and past it. Follow the instructions to copy/paste the required dependencies. | * Search for 'Template:GenericCmd' click on 'Create the page "Template:GenericCmd" on this wiki!' get the source from [https://wiki.gentoo.org/wiki/Template:GenericCmd GenericCmd] and past it. Follow the instructions to copy/paste the required dependencies. | ||
* Search for 'Template:Cmd' click on 'Create the page "Template:Cmd" on this wiki!' get the source from [https://wiki.gentoo.org/wiki/Template:Cmd Cmd] | * Search for 'Template:Cmd' click on 'Create the page "Template:Cmd" on this wiki!' get the source from [https://wiki.gentoo.org/wiki/Template:Cmd Cmd] | ||
| − | * Search for 'Template:RootCmd' click on 'Create the page "Template:RootCmd" on this wiki!' get the source from | + | * Search for 'Template:RootCmd' click on 'Create the page "Template:RootCmd" on this wiki!' get the source from |
| + | Or try to use these ones [https://www.kerwien.se/wiki/Category:Template https://www.kerwien.se/wiki/Category:Template] | ||
| + | |||
| + | == Current Work == | ||
| + | * [[ToDo]] | ||
| + | * [[chkvideoprod]] | ||
| + | * [[:Category:Event Setups]] | ||
== Some other Pages == | == Some other Pages == | ||
| + | *[https://cpg.kummers.org/index.php?title=User:Chkummer cpg.kummers.org] @ Content Production Genossenschafts Wiki | ||
*[https://wiki.zurich.fablab.ch/index.php?title=Benutzer:Chkummer wiki.zurich.fablab.ch] | *[https://wiki.zurich.fablab.ch/index.php?title=Benutzer:Chkummer wiki.zurich.fablab.ch] | ||
*[https://github.com/chkummer GitHub.com] | *[https://github.com/chkummer GitHub.com] | ||
| Line 18: | Line 31: | ||
== Experimental Stuff == | == Experimental Stuff == | ||
| − | {{GenericCmd| | + | |
| + | === Templates === | ||
| + | Working with Templates could be complicated. [https://en.wikipedia.org/wiki/Wikipedia:Debugging_templates Here are some debugging tips]. Sometimes the [[Special:ExpandTemplates|Expand templates]] could be very helpful | ||
| + | |||
| + | ==== Template:Bc ==== | ||
| + | Using Template '[[Template:Bc|Bc]]': | ||
| + | {{bc|code}} | ||
| + | |||
| + | ==== Template:Test ==== | ||
| + | Using Template '[[Template:Test|Test]]': | ||
| + | {{Test|testText}} | ||
| + | |||
| + | ==== Template:GenericCmd ==== | ||
| + | Using Template '[[Template:GenericCmd|GenericCmd]]': | ||
| + | {{GenericCmd|testGenericCmd}} | ||
| + | |||
| + | ==== Template:Cmd ==== | ||
| + | Using Template '[[Template:Cmd|Cmd]]': | ||
| + | {{Cmd|testCmd}} | ||
| + | |||
| + | ==== Template:RootCmd ==== | ||
| + | Using Template '[[Template:RootCmd|RootCmd]]': | ||
| + | {{RootCmd|testRootCmd}} | ||
Latest revision as of 20:10, 15 March 2024
Contents
Helpful links about Wiki
Edit/Change Sidebar
Edit the MediaWiki:Sidebar Page (as Wiki-Admin)
Creating Cmd Template
- Search for 'Template:GenericCmd' click on 'Create the page "Template:GenericCmd" on this wiki!' get the source from GenericCmd and past it. Follow the instructions to copy/paste the required dependencies.
- Search for 'Template:Cmd' click on 'Create the page "Template:Cmd" on this wiki!' get the source from Cmd
- Search for 'Template:RootCmd' click on 'Create the page "Template:RootCmd" on this wiki!' get the source from
Or try to use these ones https://www.kerwien.se/wiki/Category:Template
Current Work
Some other Pages
- cpg.kummers.org @ Content Production Genossenschafts Wiki
- wiki.zurich.fablab.ch
- GitHub.com
- Thingiverse.com
- Instructables.com
- hackaday.io
- YouTube.com
- Video.com
- youmagine.com
- MakerShare.com
Experimental Stuff
Templates
Working with Templates could be complicated. Here are some debugging tips. Sometimes the Expand templates could be very helpful
Template:Bc
Using Template 'Bc':
code
Template:Test
Using Template 'Test':
1 is testText. 2 is .
Template:GenericCmd
Using Template 'GenericCmd':
{{#if: testGenericCmd|
Template:Cmd
Using Template 'Cmd':
{{#if: testCmd |{{#if:
|Template:Error |
{{#if: testCmd|
}}
|Template:Error }}
Template:RootCmd
Using Template 'RootCmd':
{{#if: testRootCmd |{{#if:
|Template:Error |
{{#if: testRootCmd|
}}
|Template:Error }}