Difference between revisions of "User:Chkummer"

From
Jump to: navigation, search
(Edit/Change Sidebar)
(Experimental Stuff)
Line 25: Line 25:
  
 
== Experimental Stuff ==
 
== Experimental Stuff ==
 +
 +
=== Templates ===
 +
Working with Templates could be complicated. Sometimes the [[Special:ExpandTemplates|Expand templates]] could be very helpful
 +
 +
==== Template:Bc ====
 
Using Template '[[Template:Bc|Bc]]':
 
Using Template '[[Template:Bc|Bc]]':
 
{{bc|code}}
 
{{bc|code}}
  
 +
==== Template:Test ====
 
Using Template '[[Template:Test|Test]]':
 
Using Template '[[Template:Test|Test]]':
 
((Test|testText))
 
((Test|testText))
  
 +
==== Template:GenericCmd ====
 
Using Template '[[Template:GenericCmd|GenericCmd]]':
 
Using Template '[[Template:GenericCmd|GenericCmd]]':
 
{{GenericCmd|testGenericCmd}}
 
{{GenericCmd|testGenericCmd}}
  
 +
==== Template:Cmd ====
 
Using Template '[[Template:Cmd|Cmd]]':
 
Using Template '[[Template:Cmd|Cmd]]':
 
{{Cmd|testCmd}}
 
{{Cmd|testCmd}}
  
 +
==== Template:RootCmd ====
 
Using Template '[[Template:RootCmd|RootCmd]]':
 
Using Template '[[Template:RootCmd|RootCmd]]':
 
{{RootCmd|testRootCmd}}
 
{{RootCmd|testRootCmd}}

Revision as of 08:49, 7 March 2023

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

Some other Pages

Experimental Stuff

Templates

Working with Templates could be complicated. Sometimes the Expand templates could be very helpful

Template:Bc

Using Template 'Bc':

code

Template:Test

Using Template 'Test': ((Test|testText))

Template:GenericCmd

Using Template 'GenericCmd':


{{#if: testGenericCmd|

{{#if:|Too many parameters. Maximum is 10.| {{#if:|{{{prompt}}} testGenericCmd {{#if:|
{{{prompt}}}
{{{2}}}|}} {{#if:|
{{{prompt}}}
{{{3}}}|}} {{#if:|
{{{prompt}}}
{{{4}}}|}} {{#if:|
{{{prompt}}}
{{{5}}}|}} {{#if:|
{{{prompt}}}
{{{6}}}|}} {{#if:|
{{{prompt}}}
{{{7}}}|}} {{#if:|
{{{prompt}}}
{{{8}}}|}} {{#if:|
{{{prompt}}}
{{{9}}}|}} {{#if:|
{{{prompt}}}
{{{10}}}|}}

{{#if:|
{{{output}}}|}}|testGenericCmd}}
}}

|Template:Error}}


Template:Cmd

Using Template 'Cmd':

{{#if: testCmd |{{#if:

|Template:Error
|

{{#if: testCmd|

{{#if:|Too many parameters. Maximum is 10.| {{#if:user $|user $ testCmd {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}} {{#if:|
user $
|}}

{{#if:|
|}}|testCmd}}
}}

|Template:Error}}

}}

|Template:Error }}

Template:RootCmd

Using Template 'RootCmd':

{{#if: testRootCmd |{{#if:

|Template:Error
|

{{#if: testRootCmd|

{{#if:|Too many parameters. Maximum is 10.| {{#if:root #|root # testRootCmd {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}} {{#if:|
root #
|}}

{{#if:|
|}}|testRootCmd}}
}}

|Template:Error}}

}}

|Template:Error }}