Difference between revisions of "Adding New Pages - Mediawiki"
From Help Wiki
m |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | <div class="container-fluid"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-8"> | ||
+ | <div class="lead"> | ||
Learn about the two primary methods for creating new wiki pages or articles. | Learn about the two primary methods for creating new wiki pages or articles. | ||
− | + | </div> | |
+ | |||
===Create new page from a link=== | ===Create new page from a link=== | ||
''In the beginning was the word ...'' | ''In the beginning was the word ...'' | ||
Line 9: | Line 14: | ||
All new pages are brought into existence by: | All new pages are brought into existence by: | ||
# first creating a link to a non-existent page ''<nowiki>[[my new page title]]</nowiki>'' | # first creating a link to a non-existent page ''<nowiki>[[my new page title]]</nowiki>'' | ||
− | # following the link to this as of yet uncreated space and adding content | + | # following the link to this as of yet uncreated space and adding content (hint: it's red) |
− | # saving the page which finalizes its creation | + | # saving the page which then finalizes its creation |
===Create a new page by "Add to Category"=== | ===Create a new page by "Add to Category"=== | ||
+ | [[File:Mw-addpagecat.png|right|200px]] | ||
+ | Because the above process seems to profoundly confuse many new wiki authors, we've added functionality which also lets you create a new page from any category page. | ||
+ | # Navigate to the [[Categories - Mediawiki| category page]] where you'd like to add an article | ||
+ | # Enter the page name in the "Add page..." form | ||
+ | #Click '''Create''' | ||
− | + | ||
+ | <!-- end col-md-8 --> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-3 sidebar"> | ||
{{Mediawiki Help}} | {{Mediawiki Help}} | ||
{{GetHelp}} | {{GetHelp}} | ||
− | + | ||
+ | <!-- end col-md-3--> | ||
+ | </div> | ||
+ | <!-- end row--> | ||
+ | </div> | ||
+ | <!-- end container--> | ||
+ | </div> | ||
+ | <!-- Generator=Template:TwoColumn --> | ||
+ | __NOTOC__ | ||
+ | __NOEDITSECTION__ | ||
[[category:Mediawiki]] | [[category:Mediawiki]] |
Latest revision as of 09:47, 9 August 2019
Learn about the two primary methods for creating new wiki pages or articles.
Create new page from a link
In the beginning was the word ...
Wikis are unlike most web authoring environments in that there does not exist a New Page button.
All new pages are brought into existence by:
- first creating a link to a non-existent page [[my new page title]]
- following the link to this as of yet uncreated space and adding content (hint: it's red)
- saving the page which then finalizes its creation
Create a new page by "Add to Category"
Because the above process seems to profoundly confuse many new wiki authors, we've added functionality which also lets you create a new page from any category page.
- Navigate to the category page where you'd like to add an article
- Enter the page name in the "Add page..." form
- Click Create