Welcome to Media Center Master!
A powerful solution for mastering your digital media library.
Supporting Emby/MediaBrowser, Kodi/XBMC, Plex, and more!

Home Download Gallery Wiki Issue Tracker Licensing Forums

Difference between revisions of "Information Boxes"

From Media Center Master documentation
Jump to: navigation, search
Line 15: Line 15:
  
  
<big>'''Warning Box'''</big>
+
<span id="Warning Box"></span><big>'''Warning Box'''</big>
 
----
 
----
  

Revision as of 05:53, 15 August 2011

Template:Wiki Editing Guide Nav Box Level 3.1 Back to Examples Used in the Wiki

Contents

Warning Box
Acknowledgement Box
Specific Information Box
Additional Information Box

Additional Information
  • Should multiple boxes be required at any given location, the examples are listed in the order in which they are to appear (i.e., a "Warning Box" should always be listed first, on top of any other box).


Warning Box


A copy and paste of this example:

<blockquote><blockquote><blockquote><blockquote><blockquote style="border: solid medium black;">
'''Warning'''<br>
*'''<u>Do not use</u>, this guide, <u>unless</u>, the user followed the Table of Contents.'''
*'''Using these steps in any other manner <u>will not reproduce</u> what is shown in the examples.'''
</blockquote></blockquote></blockquote></blockquote></blockquote>

Will produce a centered positioned, black, medium thickness outlined box, with a bullet style outline, if more than one (1) item is listed, using, bold, regular font.

Warning

  • Do not use, this guide, unless, the user followed the Table of Contents.
  • Using these steps in any other manner will not reproduce what is shown in the examples.


A copy and paste of this example:

{|style="border-collapse: separate; border-spacing: 0; border-width: 3px; border-style: solid; border-color: black; padding: 5px; width: 700px"
|-
|'''Warning'''<br>
*'''<u>Do not use</u>, this guide, <u>unless</u>, the user followed the Table of Contents.'''
*'''Using these steps in any other manner <u>will not reproduce</u> what is shown in the examples.'''
|}

Will produce a left positioned, black, medium thickness outlined box, with a bullet style outline, if more than one (1) item is listed, using, bold, regular font.

Warning
  • Do not use, this guide, unless, the user followed the Table of Contents.
  • Using these steps in any other manner will not reproduce what is shown in the examples.

Back to top - Contents


Acknowledgement Box


A copy and paste of this example:

<blockquote><blockquote><blockquote><blockquote><blockquote style="border: solid medium grey;">
'''Acknowledgement'''<br>
'''The intended purpose of this section is for it to be used as a complete manual.'''
</blockquote></blockquote></blockquote></blockquote></blockquote>

Will produce a centered positioned, grey, medium thickness outlined box, with no outline style, using, bold, regular font.

Acknowledgement
The intended purpose of this section is for it to be used as a complete manual.


A copy and paste of this example:

{|style="border-collapse: separate; border-spacing: 0; border-width: 3px; border-style: solid; border-color: grey; padding: 5px; width: 700px"
|-
|'''Acknowledgement'''<br>
'''The intended purpose of this section is for it to be used as a complete manual.'''
|}

Will produce a left positioned, grey, medium thickness outlined box, with no outline style, using, bold, regular font.

Acknowledgement

The intended purpose of this section is for it to be used as a complete manual.


Back to top - Contents


Specific Information Box


A copy and paste of this example:

<blockquote><blockquote><blockquote style="border: solid medium grey;">
''Specific Information''<br>
*''This is the '''<u>first step of three part outlined process</u>''' to configuring settings for the transparent effect.''
*''By disabling these options, the torrent will start downloading automatically and no pop-up windows will appear.''
</blockquote></blockquote></blockquote>

Will produce a centered positioned, grey, medium thickness outlined box, if more than one (1) item is listed, with a bullet style outline, using italics.

Specific Information

  • This is the first step of three part outlined process to configuring settings for the transparent effect.
  • By disabling these options, the torrent will start downloading automatically and no pop-up windows will appear requiring user acknowledgements.


A copy and paste of this example:

{|style="border-collapse: separate; border-spacing: 0; border-width: 3px; border-style: solid; border-color: grey; padding: 5px; width: 700px"
|-
|''Specific Information''<br>
*''This is the '''<u>first step of three part outlined process</u>''' to configuring settings for the transparent effect.''
*''By disabling these options, the torrent will start downloading automatically and no pop-up windows will appear.''
|}

Will produce a left positioned, grey, medium thickness outlined box, if more than one (1) item is listed, with a bullet style outline, using italics.

Specific Information
  • This is the first step of three part outlined process to configuring settings for the transparent effect.
  • By disabling these options, the torrent will start downloading automatically and no pop-up windows will appear.


Back to top - Contents


Additional Information Box


A copy and paste of this example:

<blockquote><blockquote><blockquote style="border: solid thin grey;">
''Additional Information''<br>
*''"My Videos", "TV Series Archive" and "Movies Archive" folders are for illustration purposes of a model "Folder Structure."''
*''The "My Videos" folder is not necessary and used here only to house the other two folders.''
*''Although the "Movies Archive" folder is shown in these examples, it will not be used anywhere else in these guides.''
*''These guides will only use the "TV Series Archive" folder in dealing with TV Series Episode downloading, processing, and parsing.''
</blockquote></blockquote></blockquote>

Will produce a centered positioned, grey, thin outlined box, with a bullet style outline, if more than one (1) item is listed, using italics.

Additional Information

  • "My Videos", "TV Series Archive" and "Movies Archive" folders are for illustration purposes of a model "Folder Structure."
  • The "My Videos" folder is not necessary and used here only to house the other two folders.
  • Although the "Movies Archive" folder is shown in these examples, it will not be used anywhere else in these guides.
  • These guides will only use the "TV Series Archive" folder in dealing with TV Series Episode downloading, processing, and parsing.


A copy and paste of this example:

{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: grey; padding: 5px; width: 700px"
|-
|''Additional Information''<br>
*''"My Videos", "TV Series Archive" and "Movies Archive" folders are for illustration purposes of a model "Folder Structure."''
*''The "My Videos" folder is not necessary and used here only to house the other two folders.''
*''Although the "Movies Archive" folder is shown in these examples, it will not be used anywhere else in these guides.''
*''These guides will only use the "TV Series Archive" folder in dealing with TV Series Episode downloading, processing, and parsing.''
|}

Will produce a left positioned, grey, thin outlined box, with a bullet style outline, if more than one (1) item is listed, using italics.

Additional Information
  • "My Videos", "TV Series Archive" and "Movies Archive" folders are for illustration purposes of a model "Folder Structure."
  • The "My Videos" folder is not necessary and used here only to house the other two folders.
  • Although the "Movies Archive" folder is shown in these examples, it will not be used anywhere else in these guides.
  • These guides will only use the "TV Series Archive" folder in dealing with TV Series Episode downloading, processing, and parsing.

Back to top - Contents


Copyright © 2009-2024, Media Center Master, Inc. All rights reserved.