Difference between revisions of "Style Guide"

From Videopathy Wiki
Jump to: navigation, search
m (Block formating)
m (Block formating)
Line 2: Line 2:
  
 
==Block formating==
 
==Block formating==
To render the code visible start a new line with a blank space and the markup <nowiki><nowiki></nowiki>, written as:
+
To render the code visible start a new line with a blank space before the markup <nowiki><nowiki></nowiki>. A template needs to be developed to allow better rendering.
 
 
<nowiki>
 
(Example Text before markup)
 
<nowiki>(visible code written here)</nowiki>
 
(Example text after markup)
 
</nowiki>
 
 
 
Which will render as:
 
 
 
(Example Text before markup)
 
  <nowiki>(visible code written here)</nowiki>
 
(Example text after markup)
 
  
 
==Breadcrumbs==
 
==Breadcrumbs==

Revision as of 18:52, 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 before the markup <nowiki>. A template needs to be developed to allow better rendering.

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.