Difference between revisions of "Style Guide"

From Videopathy Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This style guide shows simple markups, elements, and formatting used in this wiki.
 
This style guide shows simple markups, elements, and formatting used in this wiki.
 +
 +
==Block formating==
 +
To render the code visible start a new line with a blank space and the markup <nowiki><nowiki></nowiki>, which will render as:
 +
<nowiki><nowiki></nowiki>
  
 
==Breadcrumbs==
 
==Breadcrumbs==
 
There is no extension for breadcrumbs installed on this wiki, however breadcrumbs can be added manually with the following markup:
 
There is no extension for breadcrumbs installed on this wiki, however breadcrumbs can be added manually with the following markup:
  
<code>
+
 
<nowiki>
+
<nowiki>
 
  :<font size=1>[[Main Page]] > [[Style Guide]]</font>
 
  :<font size=1>[[Main Page]] > [[Style Guide]]</font>
 
</nowiki>
 
</nowiki>
</code>
 
  
 
Which renders as:
 
Which renders as:
Line 16: Line 19:
 
It is important to note that certain pages link from multiple categories, such as [[Music Instruction]] which links from both [[Music]] and [[Educational & Instructional]], and in these cases both possible paths should be included in the bread crumbs, separated by a vertical line with the following markup:
 
It is important to note that certain pages link from multiple categories, such as [[Music Instruction]] which links from both [[Music]] and [[Educational & Instructional]], and in these cases both possible paths should be included in the bread crumbs, separated by a vertical line with the following markup:
  
<code>
+
 
<nowiki>
+
<nowiki>
 
:<font size=1>[[Main Page]] > [[Music]] | [[Educational & Instructional]] > [[Music Instruction]]</font>
 
:<font size=1>[[Main Page]] > [[Music]] | [[Educational & Instructional]] > [[Music Instruction]]</font>
 
</nowiki>
 
</nowiki>
</code>
+
 
  
 
Which, when installed on the [[Music Instruction]] page, will render as:
 
Which, when installed on the [[Music Instruction]] page, will render as:
Line 28: Line 31:
 
==Site Map==
 
==Site Map==
 
The [[Site Map | site map]] is built as a simple numbered list:
 
The [[Site Map | site map]] is built as a simple numbered list:
<
+
 
 +
<nowiki>
 +
#[[Main Page]]
 +
##[[Documentaries]]
 +
###[[Documentaries: Technology]]
 +
</nowiki>
  
 
==Category Specific Style Guides==
 
==Category Specific Style Guides==

Revision as of 18:37, 25 June 2017

This style guide shows simple markups, elements, and formatting used in this wiki.

Block formating

To render the code visible start a new line with a blank space and the markup <nowiki>, which will render as:

<nowiki>

Breadcrumbs

There is no extension for breadcrumbs installed on this wiki, however breadcrumbs can be added manually with the following markup:


 :<font size=1>[[Main Page]] > [[Style Guide]]</font>

Which renders as:

Main Page > Style Guide

It is important to note that certain pages link from multiple categories, such as Music Instruction which links from both Music and Educational & Instructional, and in these cases both possible paths should be included in the bread crumbs, separated by a vertical line with the following markup:


:<font size=1>[[Main Page]] > [[Music]] | [[Educational & Instructional]] > [[Music Instruction]]</font>


Which, when installed on the Music Instruction page, will render as:

Main Page > Music | Educational & Instructional > Music Instruction

Site Map

The site map is built as a simple numbered list:

#[[Main Page]]
##[[Documentaries]]
###[[Documentaries: Technology]]

Category Specific Style Guides

Professional Wrestling Style Guide

All formatting styles for professional wrestling videos are listed here.