Template:Examples Box: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><center><div style="width: 98%; background-color:#F5F5F5; padding: 10px; text-align: left;">[[Image: examples_heading.png|link={{{1}}}]]<hr>{{{2}}} <hr></div></center></includeonly>
<center><div style="width: 98%; background-color:#F5F5F5; padding: 10px; text-align: left;">[[Image: examples_heading.png|link={{{1}}}]]<hr>{{{2}}} <hr></div></center><noinclude>{{Template:Examples Box/documentation}}[[Category:Examples Box Templates]]</noinclude>
 
<noinclude>==Usage==
Use this template to insert a "See it in action box," which contains links to examples in other wiki pages or in external websites, such as ReliaSoft.com and ReliaSoft.tv.
 
To insert the box in a wiki page, paste the following code. 
<pre>
{{Examples Box|WIKI PAGE|<p>More application examples are available! See also:</p>
{{Examples Link|WIKI PAGE|ANCHOR TEXT}}<nowiki/>
{{Examples Link External|HTML PAGE|ANCHOR TEXT}}<nowiki/>
{{Examples Movie|VIDEO URL|ANCHOR TEXT}}<nowiki/>
{{Examples Both|HTML URL|ANCHOR TEXT1|VIDEO URL|ANCHOR TEXT2}}<nowiki/>
}}
</pre>
The code inserts [[Template:Examples Box]] and 4 other "bullet" templates that serve as the content for the box, where the configurable parameters are shown in ALL CAPS. You can edit the paragraph text (e.g., “More application examples are available…”) as needed to suit the situation. You can also choose which of the four “bullet” templates are appropriate for the situation and then duplicate/delete the rows as needed.
 
 
 
[[Template:Examples Box]] is for inserting the "See it in action" box. It has 2 parameters: the link to the application's examples page (e.g., BlockSim Examples) and any combination of the following templates that is appropriate for the situation.
 
:a) [[Template:Examples Link]] is for linking to an example in another wiki page. It has 2 parameters:
::* WIKI PAGE = the name of the wiki page (e.g., Page_Name).
::* ANCHOR NAME = the name of the example
 
:b) [[Template:Examples Link External]] is for linking to an example that's posted on another website such as ReliaSoft.com. It has 2 parameters:
::*HTML URL = the URL of the example on the external website (e.g., http://www.reliasoft.com/BlockSim/examples/rc1/index.htm).
::*ANCHOR TEXT = the name of the example that should be displayed for the link.
 
:c) [[Template:Examples_Movie]] is for linking to an example that's only available as a video on ReliaSoft.tv. It has 2 parameters:
::*VIDEO URL = the URL for the ReliaSoft.tv web page (e.g., http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html).
::*ANCHOR TEXT = the name of the example that should be displayed for the link (e.g., "Reliability of a Storage Cluster").
 
:d) [[Template:Examples Both]] is for an example that's available both on an external website (e.g., ReliaSoft.com) and on ReliaSoft.tv. It has 4 parameters:
::*HTML URL = The URL for the HTML version of the example (e.g., http://www.reliasoft.com/BlockSim/examples/rc1/index.htm).
::*ANCHOR TEXT1 = The anchor text for the HTML version link (e.g., "Reliability Analysis of a Storage Cluster System").
::*VIDEO URL = The URL for the video version of the example on ReliaSoft.tv (e.g., http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.htm).
::*ANCHOR TEXT2 = The anchor text for the video version link (e.g., "Watch the video...").
 
:e) For any other situation, you can manually enter the necessary code to create the "custom" bullet.
 
 
For example:
 
<pre>
{{Examples_Box|BlockSim_Examples|<p>More application examples are available! See also:</p>
{{Examples Link|BlockSim_Example:_CM_Triggered_by_Subsystem_Down|This is a link to another wiki page}}<nowiki/>
{{Examples Link External|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|This is a link to an example on ReliaSoft.com}}<nowiki/>
{{Examples Movie|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|This is an example with video only}}<nowiki/>
{{Examples Both|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|Reliability Analysis of a Storage Cluster System|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|Watch the video...}}<nowiki/>
}}
</pre>
 
This code is rendered as:
{{Examples_Box|BlockSim_Examples|<p>More application examples are available! See also:</p>
{{Examples Link|BlockSim_Example:_CM_Triggered_by_Subsystem_Down|This is a link to another wiki page}}<nowiki/>
{{Examples Link External|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|This is a link to an example on ReliaSoft.com}}<nowiki/>
{{Examples Movie|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|This is an example with video only}}<nowiki/>
{{Examples Both|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|Reliability Analysis of a Storage Cluster System|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|Watch the video...}}<nowiki/>
}}
[[Category:Templates]]
</noinclude>

Latest revision as of 18:08, 1 December 2015

link={{{1}}}
{{{2}}}


Template Documentation

The Examples Box template is a series of templates used to create a "See it in action box," which contains links to examples in other wiki pages or in external websites, such as ReliaSoft.com and ReliaSoft.tv.

Use this box to list examples that are relevant to the particular topic but are not appropriate for the reference book (e.g., examples that demonstrate how to perform the analysis in the software).

For an example of how this element has been integrated into a reference book chapter, see Repairable Systems Analysis Through Simulation. Note that this example is a live page on ReliaWiki. Please do not edit it or use it to experiment with the templates!

Usage

There are five templates in this series. This template in particular (i.e., Template:Examples Box) contains the settings for the box itself, such as horizontal lines, shading, etc. The other four templates contain the settings for the bulleted contents of the box.

To use the templates, copy and paste the following code:

<div class="noprint">
{{Examples Box|EXAMPLE_PAGE|<p>More application examples are available! See also:</p> 
{{Examples Link|LINK|ANCHOR_TEXT}}<nowiki/>
{{Examples Link External|URL|ANCHOR_TEXT}}<nowiki/>
{{Examples Movie|URL|ANCHOR_TEXT}}<nowiki/>
{{Examples Both|HTML_URL|ANCHOR_TEXT1|VIDEO_URL|ANCHOR_TEXT2}}<nowiki/>}}
</div>

The code inserts the box template and the four other "bullet" templates that serve as the content for the box. You can then choose which of the four “bullet” templates are appropriate for the situation and then duplicate/delete the rows as needed. You can also customize the content for any other situation by manually entering the necessary code to create the custom bullet.

Once you have added the box code to your page, you will need to configure its parameters. Below are descriptions of the required parameters:

a) Examples Box contains the settings for the box itself, such as horizontal lines, shading, etc. It has 1 parameter:
  • EXAMPLE_PAGE = the name of the wiki page that contains the application's examples index page (e.g., BlockSim Examples)
b) Examples Link is for linking to an example in another wiki page. It has 2 parameters:
  • LINK = the name of the wiki page (e.g., BlockSim Allocation Analysis Example).
  • ANCHOR_TEXT = the name of the example that should be displayed for the wiki page (e.g., Allocation Example)
c) Examples Link External is for linking to an example that's posted on another website such as ReliaSoft.com. It has 2 parameters:
d) Examples Movie is for linking to an example that's only available as a video on ReliaSoft.tv. It has 2 parameters:
e) Examples Both is for an example that's available both on an external website (e.g., ReliaSoft.com) and on ReliaSoft.tv. It has 4 parameters:


NOTE: The <div class="noprint"> in the template indicates that the box will NOT appear in the PDF version of the wiki page. The box does not render properly in PDF and is not very useful in printed materials anyway, so we've made the decision to exclude it from printing.

Example

The following example shows what the box might look like for a BlockSim topic. The code used to build this example is also shown below.


<div class="noprint">
{{Examples_Box|BlockSim_Examples|<p>More application examples are available! See also:</p>
{{Examples Link|BlockSim_Example:_CM_Triggered_by_Subsystem_Down|This is a link to another wiki page}}<nowiki/>
{{Examples Link External|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|This is a link to an example on ReliaSoft.com}}<nowiki/>
{{Examples Movie|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|This is an example with video only}}<nowiki/>
{{Examples Both|http://www.reliasoft.com/BlockSim/examples/rc1/index.htm|Reliability Analysis of a Storage Cluster System|http://www.reliasoft.tv/blocksim/appexamples/blocksim_app_ex_1.html|Watch the video...}}<nowiki/>}}
</div>