Difference between revisions of "Template:Design Document Index"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(Initial version of this page)
 
(renamed JSON Data Structures)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="float: right; margin-left: 10px; background: #DDFFDD; border: 1px solid #000; width: 300px;"
{| style="float: {{{float|right}}}; margin-left: 10px; background: #DDFFDD; border: 1px solid #000; width: 300px;"
|-
|-
| style="padding: 0.25em 0.5em; width: 100%;" colspan="2" align="center" | '''''Design Document''''' <sup>[[Template:Design Document Index| edit]]</sup>
| style="padding: 0.25em 0.5em; width: 100%;" colspan="2" align="center" | '''''Design Document''''' <sup>[[Template:Design Document Index| edit]]</sup>
Line 6: Line 6:
*[[Design Document Introduction|Introduction]]
*[[Design Document Introduction|Introduction]]
*[[Design Document Environment|Environment]]
*[[Design Document Environment|Environment]]
*[[Design Document Scope|Scope]]
*[[Design Document Esthetics|Esthetics]]
*[[Design Document Esthetics|Esthetics]]
*[[Design Document Game Boxes|Game Boxes]]
*[[Design Document Game Boxes|Game Boxes]]
*[[Object List|Objects]]
*[[Data Base Tables|Data Base]]
*[[Background Utilities|Utilities]]
*[[Design Document JSON Data Structures|Data Structures]]
|  
|  
*[[Object List|Javascript Objects]]
*[[Design Document Client Side Overview|Client Side Overview]]
*[[Design Document Client Side Overview|Client Side Overview]]
*[[Design Document Server Side Overview|Server Side Overview]]
*[[Design Document Server Side Overview|PHP Overview]]
*[[Design Document Client Side Coding Details|Client Side Coding]]
*[[Design Document Client Side Coding Details|Client Side Coding]]
*[[Design Document Server Side Coding Details|Server Side Coding]]
*[[Design Document PHP AJAX Coding Details Part 1|PHP AJAX Part 1]]
*[[Design Document PHP AJAX Coding Details Part 2|PHP AJAX Part 2]]
*[[Design Document PHP AJAX Coding Details Part 3|PHP AJAX Part 3]]
*[[Design Document PHP Coding Details|PHP Includes]]
|}
|}


<includeonly>{{{category|[[Category:Design Documents]]}}}</includeonly><noinclude>
<noinclude>
== Documentation ==
== Documentation ==
Use this template to include an index of the major [[Design Document Introduction|Design Document]] articles within the wiki.  This index will appear in the top right corner of the article page.
Use this template to include an index of the major [[Design Document Introduction|Design Document]] articles within the wiki.  This index will appear in the top right corner of the article page.
Line 23: Line 28:
=== Usage ===
=== Usage ===
Simply insert the template near the top of the article by typing '''<nowiki>{{Design Document Index}}</nowiki>'''.  
Simply insert the template near the top of the article by typing '''<nowiki>{{Design Document Index}}</nowiki>'''.  
The template will float to the right by default. <br>If you do not want this to happen then type '''<nowiki>{{Design Document Index|float=none}}</nowiki>'''.
</noinclude>
</noinclude>

Latest revision as of 07:06, 21 February 2018

Design Document edit


Documentation

Use this template to include an index of the major Design Document articles within the wiki. This index will appear in the top right corner of the article page.

Usage

Simply insert the template near the top of the article by typing {{Design Document Index}}.

The template will float to the right by default.
If you do not want this to happen then type {{Design Document Index|float=none}}.