Wiki source code of Page-Creation
Last modified by Vishal E on 2019/01/11 13:41
Show last authors
1 | Creating a new page is very simple process. In a few minutes, you will be able to create new pages as per your needs. |
2 | |
3 | {{box cssClass="ArticleContentsBox"}} |
4 | {{html}} |
5 | <h2> Table of Contents </h2> |
6 | {{/html}} |
7 | |
8 | {{toc depth="3" start="2"/}} |
9 | {{/box}} |
10 | |
11 | == Prerequisites == |
12 | |
13 | Before page creation, you should be aware of: |
14 | |
15 | * Desired **Location** of a new page to be created (it can be changed later also). |
16 | This depends on the Institute, Subject, etc for which you are creating an article. |
17 | Learn more about [[Content Organization>>doc:Help.Content-Organisation.WebHome]] on WikiNote. |
18 | * **Template** for new page. |
19 | WikiNote has 5 Templates to be used while creating an article/ page. |
20 | Learn more about [[Templates>>doc:Help.Templates.WebHome]]. |
21 | |
22 | == Page Creation == |
23 | |
24 | There are three ways to create new pages. |
25 | |
26 | === By using the Create Page Action === |
27 | |
28 | You can create a **new child page** for the current page by using the **plus icon** located to the right of the page title. |
29 | |
30 | (% class="box" %) |
31 | ((( |
32 | (% style="text-align:center" %) |
33 | [[image:AddPage.png||alt="Add Page Action"]] |
34 | |
35 | (% style="text-align: center;" %) |
36 | **Create Button** |
37 | ))) |
38 | |
39 | This will open the **Create Page wizard** where you can specify the **Title** of the new page. |
40 | |
41 | (% class="box" %) |
42 | ((( |
43 | (% style="text-align:center" %) |
44 | [[image:CreatePageSimple.png||alt="Create Page Wizard - Simple User"]] |
45 | |
46 | (% style="text-align: center;" %) |
47 | **Create Page Wizard** |
48 | ))) |
49 | |
50 | **By default**, the new page will be created as a **child of the current** page. If you don't want that, then you **can change the location** of the target page using the document picker. |
51 | |
52 | Then select a **Template** for the new page. |
53 | |
54 | Once you're done **click the "Create" button** and you will be able to edit your newly created page right away. |
55 | |
56 | === By Adding a Wanted Link === |
57 | |
58 | Here, link for a new page is written on existing page (**parent** of a new page). |
59 | The resulting link will show up with a question mark next to it, showing it as a non-existent page. Simply click on the link to create the page as a **child** of the current page. |
60 | |
61 | (% class="box" %) |
62 | ((( |
63 | (% style="text-align:center" %) |
64 | [[image:CreateInWYSIWYG.PNG.png||alt="Create new page in WYSIWYG"]] |
65 | **Question mark** indicates a **link to non-existing page**. By clicking it, it will create a new page. |
66 | ))) |
67 | |
68 | When clicking on a "wanted link", you will be asked to select one of the available **Templates**. |
69 | |
70 | Clicking on the desired Template will take you directly to the edit mode for the missing page. This approach will allow you to create a hierarchy while you create new pages. |
71 | |
72 | === By Going to URL of Intended New Page === |
73 | |
74 | Enter the new page name (and its path) directly in the URL of your browser. For example http://wikinote.org/Main/University-A/Subject-B/Topic-C. If the target page doesn't exist then you'll get an empty page with **a message** saying that the page doesn't exist and there'll be a link to create it: |
75 | |
76 | (% class="box" %) |
77 | ((( |
78 | (% style="text-align: center;" %) |
79 | [[image:Create-Page-by-Visiting-its-Link.jpg||alt="Create a Page by Visiting its Link"]] |
80 | Click on the message **edit this page** to create it. |
81 | ))) |
82 | |
83 | === Page creation video procedure === |
84 | |
85 | {{video url="https://www.youtube.com/watch?v=JoodHFy5L7M"/}} |
86 | |
87 |