Difference between revisions of "User:Chkummer"
(→Experimental Stuff) |
(→Experimental Stuff) |
||
| Line 22: | Line 22: | ||
== Experimental Stuff == | == Experimental Stuff == | ||
| − | Using 'Cmd' | + | Using 'GenericCmd': |
| − | {{Cmd| | + | {{GenenericCmd|testGenericCmd}} |
| + | |||
| + | Using 'Cmd': | ||
| + | {{Cmd|testCmd}} | ||
| + | |||
| + | Using 'RootCmd': | ||
| + | {{RootCmd|testRootCmd}} | ||
Revision as of 15:29, 3 March 2023
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
Some other Pages
- wiki.zurich.fablab.ch
- GitHub.com
- Thingiverse.com
- Instructables.com
- hackaday.io
- YouTube.com
- Video.com
- youmagine.com
- MakerShare.com
Experimental Stuff
Using 'GenericCmd': Template:GenenericCmd
Using 'Cmd':
{{#if: testCmd |{{#if:
|Template:Error |
{{#if: testCmd|
}}
|Template:Error }}
Using 'RootCmd':
{{#if: testRootCmd |{{#if:
|Template:Error |
{{#if: testRootCmd|
}}
|Template:Error }}