Difference between revisions of "Style Guide"
Videopathy (talk | contribs) m |
Videopathy (talk | contribs) 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>, | + | To render the code visible start a new line with a blank space and the markup <nowiki><nowiki></nowiki>, written as: |
| − | <nowiki><nowiki></nowiki> | + | |
| + | <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:43, 25 June 2017
This style guide shows simple markups, elements, and formatting used in this wiki.
Contents
Block formating
To render the code visible start a new line with a blank space and the markup <nowiki>, written as:
(Example Text before markup) <nowiki>(visible code written here)
(Example text after markup) </nowiki>
Which will render as:
(Example Text before markup)
(visible code written here)
(Example text after markup)
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.