Updating aka Editing a wiki page: Difference between revisions

From Powers Wiki
(Created page with "category:Update_Wiki <!--This is the important bit--> =Let's get down to Business= To edit a page requires that you have editing privileges. This requires you to log int...")
 
No edit summary
Line 7: Line 7:
An editing box will appear such as the one below.
An editing box will appear such as the one below.
----
----
[[File:EditingBox.png |center|200 px]]
[[File:EditingBox.png |center|400 px]]
----
----


Line 33: Line 33:
Now input that text into the following:
Now input that text into the following:


<code>[[category:</code><big>{{color|blue|(input here)}}</big><code>]]</code>
<code>[[category:</code><big>{{color|blue| (input here)}}</big><code>]]</code>

Revision as of 01:24, 14 January 2022


Let's get down to Business

To edit a page requires that you have editing privileges. This requires you to log into the wiki.

An editing box will appear such as the one below.


EditingBox.png

From there you just type, all figures and things have to be displayed using wikitext markup language.

The wikitext site has a plethora of information on just the editing commands.


The Really Important Bit

When first editing a file you need to make sure it is linked to other files correctly so we can stay organized.

Some Important Background

The wiki is designed to link the main page to subsequent pages called "Categories."

These categories are then linked to respective pages or subcategories through a single line of text in this editor.

Step 1

You need to know the name of the category you want to link with.

For instance this page is linked with the Update_Wiki category.

Step2

Now input that text into the following:

[[category:Template:Documentation subpage Template:High use

Usage

My Template:Tlx text. Produces:

My Template:Blue text.

Template data

Template:TemplateDataHeader <TemplateData> {

       "description": "This template changes the color of any supplied text to blue",
       "params": {
               "1": {
                       "label": "Text",
                       "description": "The text that should be colored blue.",
                       "type": "string",
                       "required": true
               }
       }

} </TemplateData>

See also

Template:Text color templates see also

Template:Sandbox other]]