Open main menu

Difference between revisions of "Create a page"

Line 112: Line 112:
 
Special characters
 
Special characters
 
_ = space
 
_ = space
<pre>%26</pre> = &
+
%26 = &
  
  

Revision as of 13:25, 26 April 2019

Description

Learn how to create a page relating to a product you would like to document for review.




Example Page: "How to design the toothbrush"

Author 1: Mr A Claire

About...



Product

Summary

...

Lifespan

...



Problems identified

Problem 1

...

Problem 2

...

Problem 3

...



Aim & solutions

Suggestion 1

...

Suggestion 2

...

Suggestion 3

...



Cleaning & restoration

Cleaning method 1

...

Cleaning method 2

...

Restoration method 1

...



Recyclable options

Recyclable option 1

...

Recyclable option 2

...

Recyclable option 3

...



Sources & examples

...




Authors influence & summary

Author 1: Author's Name

...



Author 2: Author's Name

...



Overall influence & summary

This part is a changing log and you can View History to refer to previous 'Overall influence & summary'. ...




Lets create your first page!

Check availability

Step 1: First of all, we need to check if the page does not already exist, therefore you must search the product name to see if a page already exists. If it does not, then great, follow the next step.


Create the page

In the address bar, type the following "http://www.wikidesign.world/index.php?title=How_to_design_the_car&action=edit&redlink=1" - but before you do, remember to replace the text in the link "How_to_design_the..." with your new page name, for example if milk carton then it should look like the following "http://www.wikidesign.world/index.php?title=How_to_design_the_milk_carton&action=edit&redlink=1"

Special characters _ = space %26 = &


Copy the code

Step 1: Copy the following code into a text editor (ideally Notepad++)

<h2>Author 1: Mr A Claire</h2>
About...




<h2>Product</h2>
<h3>Summary</h3>
...
<h3>Lifespan</h3>
...




<h2>Problems identified</h2>
<h3>Problem 1</h3>
...
<h3>Problem 2</h3>
...
<h3>Problem 3</h3>
...




<h2>Aim & solutions</h2>
<h3>Suggestion 1</h3>
...
<h3>Suggestion 2</h3>
...
<h3>Suggestion 3</h3>
...




<h2>Cleaning & restoration</h2>
<h3>Cleaning method 1</h3>
...
<h3>Cleaning method 2</h3>
...
<h3>Restoration method 1</h3>
...




<h2>Recyclable options</h2>
<h3>Recyclable option 1</h3>
...
<h3>Recyclable option 2</h3>
...
<h3>Recyclable option 3</h3>
...




<h2>Sources & examples</h2>
...



Useful Links


Refer to the formatting guide at MediaWiki to embed links, tables, etc.
View an example of a new page and edit to view the source code
View an example of a page with a contribution and edit to view the source code