Main Page
From apppm
(Difference between revisions)
(→Formatting and adding items to your page) |
(→Formatting and adding items to your page) |
||
Line 37: | Line 37: | ||
== Formatting and adding items to your page == | == Formatting and adding items to your page == | ||
+ | === Text === | ||
*Text formatting link: [http://www.mediawiki.org/wiki/Help:Formatting Formatting] | *Text formatting link: [http://www.mediawiki.org/wiki/Help:Formatting Formatting] | ||
+ | |||
+ | === Images === | ||
*Images editing link: [http://www.mediawiki.org/wiki/Help:Images Images] | *Images editing link: [http://www.mediawiki.org/wiki/Help:Images Images] | ||
**Code: <nowiki>[[File:example.jpg]]</nowiki> | **Code: <nowiki>[[File:example.jpg]]</nowiki> | ||
+ | |||
+ | === Videos === | ||
*EmbedVideo editing link: [http://www.mediawiki.org/wiki/Extension:EmbedVideo Videos] | *EmbedVideo editing link: [http://www.mediawiki.org/wiki/Extension:EmbedVideo Videos] | ||
**Code: <nowiki>{{#ev:youtube|video URL}}</nowiki> | **Code: <nowiki>{{#ev:youtube|video URL}}</nowiki> | ||
**Code: <nowiki>{{#ev:youtube|video url|1000|right|Let eet GO|frame}}</nowiki> | **Code: <nowiki>{{#ev:youtube|video url|1000|right|Let eet GO|frame}}</nowiki> | ||
+ | |||
+ | === References === | ||
*References Cite link: [http://www.mediawiki.org/wiki/Extension:Cite Cite] | *References Cite link: [http://www.mediawiki.org/wiki/Extension:Cite Cite] | ||
**To create a reference link in the text like this <ref name=Descartes> http://global.britannica.com/EBchecked/topic/378410/methodic-doubt </ref>, write <nowiki><ref name=''name''> ''link/title'' </ref></nowiki> | **To create a reference link in the text like this <ref name=Descartes> http://global.britannica.com/EBchecked/topic/378410/methodic-doubt </ref>, write <nowiki><ref name=''name''> ''link/title'' </ref></nowiki> | ||
** Refer to the same reference again by writing: <nowiki><ref name=''Name'' /></nowiki> | ** Refer to the same reference again by writing: <nowiki><ref name=''Name'' /></nowiki> | ||
** Create a reference list like this one, by writing <nowiki><references /></nowiki> <references /> | ** Create a reference list like this one, by writing <nowiki><references /></nowiki> <references /> |
Revision as of 10:20, 14 November 2014
Contents |
Topics
Please add a couple of categories to your page, at least consider if the page falls into the category of
- Project Management
- Program Management, or
- Portfolio Management
and whether it relates to
- Complexity
- Uncertainty, or
- Human Behaviour
other categories could also be
- Lean program management
- Systems Engineering
- Agility
- ...
You can add categories to your page by typing in [[Category:''category name'']] e.g. [[Category:Programme Management]].
Practical
Consult the User's Guide for information on using the wiki software.
Go to Help or follow the link in the navigation bar to find instructions on basic configurations
Getting started
The followin links can help you some of the settings available - otherwise google your issue and write mediawiki, this will also results in a lot of hits on how to do different things
Formatting and adding items to your page
Text
- Text formatting link: Formatting
Images
- Images editing link: Images
- Code: [[File:example.jpg]]
Videos
- EmbedVideo editing link: Videos
- Code: {{#ev:youtube|video URL}}
- Code: {{#ev:youtube|video url|1000|right|Let eet GO|frame}}