Difference between revisions of "Documentation:User Templates"

From FSDeveloper Wiki
Jump to: navigation, search
m (Category: Missions)
m
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page contains a list of templates available for use in wiki pages.
+
{{:Ambox-Wiki-Editors}}
 +
{{:Ambox-Content-WIP}}
 +
This page contains a list of templates available on this site for use in wiki pages.
  
 +
Page requires expanding to include Page & Section framework templates.
  
== Template Types ==
+
== Page templates ==
=== Page templates ===
+
Placeholder text for 'Page templates'.
=== Section templates ===
 
=== Transclusion templates ===
 
Allow use of single-source 'boilerplate text' to be replicated across multiple pages.
 
  
These are standalone, uncategorised, pages, containing just the core text.
+
== Section templates ==
<br>
+
Placeholder text for 'Section templates'.
Editing a transclusion page will cause text on every calling page to display the applied changes.
 
  
'''NB'''
+
== Transclusion templates ==
The comment section should be left in place in the transclusion page.
+
Transclusion code is a special link which inserts the entire contents of a page into the calling page.
<br>
 
This allows users to easily copy & paste the wikicode directly into their required content page.
 
  
== Category: Missions ==
+
See - [[Templates-Transclusion/doc]]
Transclusion templates for use in the Missions category.
 
  
----
+
== Ambox templates ==
=== Oneline ===
+
Placeholder text for 'Ambox templates'.
Oneline, a single-line explanation of the topic.  
 
  
==== Useage ====
+
See - [[Templates-Ambox/doc]]
Used in the following page types or sections -
 
* Function Reference (Listing)
 
* FunctionType (Detail)
 
* FunctionName (Detail)
 
* Related Internal
 
  
==== Code ====
+
== Infobox templates ==
<pre>
+
Placeholder text for 'Ambox templates'.
<!-- Paste the following line to required location -
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
-->
 
'''[[TopicPageName]]''' oneline, a single-line explanation of the topic.  
 
</pre>
 
  
----
+
See - [[Templates-Infobox/doc]]
=== Overview ===
 
Overview, a multi-line explanation of the topic.
 
Includes a 'More about TopicPageName...' link to the full-detail page.
 
  
Intended for placement in section above the 'Contents' box.
+
== Navbox templates ==
Should also be preceeded by the 'Oneline' transclusion.
+
Transclusion code is a special link which inserts the entire contents of a page into the calling page.
  
==== Useage ====
+
See - [[Templates-Navbox/doc]]
Used in the following page types or sections -
 
* FunctionType (Detail)
 
* FunctionName (Detail)
 
  
==== Code ====
+
== Sandbox Testing ==
<pre>
+
A sandbox area for wiki code testing.
<!-- Paste the following line to required location -
 
{{:Transclusion-Missions-Overview-TopicPageName}}
 
-->
 
'''[[TopicPageName]]''' overview, a multi-line explanation of the topic.
 
  
More blurb here.
+
See - [[Wiki-Sandbox_Test_Area]]
<div style="text-align:right;margin-right:10px;margin-bottom:4px;">'''[[TopicPageName|More about TopicPageName...]]'''</div>
 
</pre>
 
  
----
+
[[Category:Wiki-Documentation]]
=== Related ===
 
Pre-assembled lists of related page 'oneline' transclusions.
 
 
 
For replication across all related pages in a detail 'level'.
 
 
 
See examples at -
 
 
 
==== Useage ====
 
Used in the following page sections -
 
* Related Internal
 
 
 
==== Code ====
 
<pre>
 
<!-- Paste the following line to required location -
 
{{:Transclusion-Missions-Related-TopicPageName}}
 
-->
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
{{:Transclusion-Missions-Oneline-TopicPageName}}
 
</pre>
 

Latest revision as of 09:23, 6 February 2010

This page contains a list of templates available on this site for use in wiki pages.

Page requires expanding to include Page & Section framework templates.

Page templates

Placeholder text for 'Page templates'.

Section templates

Placeholder text for 'Section templates'.

Transclusion templates

Transclusion code is a special link which inserts the entire contents of a page into the calling page.

See - Templates-Transclusion/doc

Ambox templates

Placeholder text for 'Ambox templates'.

See - Templates-Ambox/doc

Infobox templates

Placeholder text for 'Ambox templates'.

See - Templates-Infobox/doc

Navbox templates

Transclusion code is a special link which inserts the entire contents of a page into the calling page.

See - Templates-Navbox/doc

Sandbox Testing

A sandbox area for wiki code testing.

See - Wiki-Sandbox_Test_Area