Help:Contents

From SarahConnor

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:34, 15 January 2008 (edit)
Thebruce (Talk | contribs)
(New page: __NOTOC__ = Quick Wiki Reference = Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. * '''[http://meta.wikimedia.org/wik...)
← Previous diff
Current revision (02:35, 15 January 2008) (edit) (undo)
Thebruce (Talk | contribs)
m
 
Line 10: Line 10:
* [http://meta.wikimedia.org/wiki/Main_Page MediaWiki Homepage] * [http://meta.wikimedia.org/wiki/Main_Page MediaWiki Homepage]
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
 +
 +----
 +
 +===Additional Features:===
 +
 +==== '''Embedding video''' ====
 +Use the following code:
 + <nowiki><youtube>[youtube code]</youtube></nowiki>
 + <nowiki><gvideo>[Google video code]</gvideo></nowiki>
 +Example:
 + <nowiki><youtube>A83hfuhpo398</youtube></nowiki>
 + <nowiki><gvideo>723we689f93b64</gvideo></nowiki>
 +
 +==== '''Indenting a paragraph''' ====
 +simply place the tag:
 + <nowiki><para/></nowiki>
 +at the beginning of any line to indent
 +<!--
 +==== '''Citations, footnotes, references''' ====
 +to add footnotes to a page<ref>the footnote, of course, will be displayed in the footer</ref>, automatically incrementing, insert the following code, then add an empty <nowiki><references/></nowiki> tag where you want the footnotes to appear
 + this line of text has a footnote<nowiki><ref>text appearing in footnote below</ref></nowiki>
 +
 + <nowiki><references/></nowiki>
 +-->
 +==== '''Relative Linking''' ====
 +instead of using the standard <nowiki>[[pagename|display]]</nowiki> format, use:
 + <nowiki>{{rl|pagename|display}}</nowiki>
 +this will allow access to sub-pages without having to link down the entire url to the root web<br/>
 +eg: /Resources/People/Ingame could be referenced as <nowiki>{{rl|Ingame}}</nowiki> from the People page.
 +eg: /Resources/People/OOgame could be referenced as <nowiki>{{rl|../OOgame|OOgame}}</nowiki> from the Ingame page
 +
 +==== '''Spoiler tag''' ====
 +to hide potential spoiler text inline, place it within <spoiler>spoiler tags</spoiler>
 + <nowiki><spoiler>test</spoiler></nowiki>
 +
 +==== '''Embedded sections''' ====
 +to include subpages within the content, you can use the code:
 + <nowiki>{{section|content=(namespace:pagename)|header=(text)|color=(name)}}</nowiki>
 +or on multiple lines
 + <nowiki>{{section|</nowiki>
 + <nowiki>|content=(namespace:pagename)</nowiki>
 + <nowiki>|header=(text)</nowiki>
 + <nowiki>|color=(name)</nowiki>
 +'namespace' can be ignored for main pages, but the colon must remain - that is, the '/Puzzles' page could be referenced as 'content=:Puzzles' or 'content=WorldWithoutOil:Puzzles'<br/>
 +both 'header' and 'color' are optional. Leaving header blank removes the header line entirely. Leaving color blank renders the box in gray<br/>
 +The box is rendered to 100% of the width of the containing object (thus, to place some side by side, either enclose the template in a floated div, or within table cells, for example.
 +
 +
 +<references/>

Current revision

[edit] Quick Wiki Reference

Consult the User's Guide for information on using the wiki software.



[edit] Additional Features:

[edit] Embedding video

Use the following code:

<youtube>[youtube code]</youtube>
<gvideo>[Google video code]</gvideo>

Example:

<youtube>A83hfuhpo398</youtube>
<gvideo>723we689f93b64</gvideo>

[edit] Indenting a paragraph

simply place the tag:

<para/>

at the beginning of any line to indent

[edit] Relative Linking

instead of using the standard [[pagename|display]] format, use:

{{rl|pagename|display}}

this will allow access to sub-pages without having to link down the entire url to the root web
eg: /Resources/People/Ingame could be referenced as {{rl|Ingame}} from the People page. eg: /Resources/People/OOgame could be referenced as {{rl|../OOgame|OOgame}} from the Ingame page

[edit] Spoiler tag

to hide potential spoiler text inline, place it within

<spoiler>test</spoiler>

[edit] Embedded sections

to include subpages within the content, you can use the code:

{{section|content=(namespace:pagename)|header=(text)|color=(name)}}

or on multiple lines

{{section|
|content=(namespace:pagename)
|header=(text)
|color=(name)

'namespace' can be ignored for main pages, but the colon must remain - that is, the '/Puzzles' page could be referenced as 'content=:Puzzles' or 'content=WorldWithoutOil:Puzzles'
both 'header' and 'color' are optional. Leaving header blank removes the header line entirely. Leaving color blank renders the box in gray
The box is rendered to 100% of the width of the containing object (thus, to place some side by side, either enclose the template in a floated div, or within table cells, for example.


<references/>

Personal tools
[Support Wikibruce]