TB Wiki Style Guide for Content Developers: Difference between revisions
No edit summary |
|||
| (23 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:TB Wiki Content Development Guidelines}} | |||
__NOTOC__ | |||
=General= | |||
'''Page Display Title''' | |||
It is recommended that <pre>{{DISPLAYTITLE:<title name>}}</pre> is inserted at the start of every article. This will enable you to define a display title that may differ from the url of the article. This will also improve on searches when the title of the page is entered as search criteria. | |||
'''This article applies to''' | |||
For all configuration articles, use the following table to show to which product and version the article applies: | |||
{| class="wikitable" | |||
|- | |||
|rowspan="3"|This article applies to: | |||
|'''Product''' | |||
|'''Version''' | |||
|- | |||
|SBC | |||
|3.0 | |||
|} | |||
=Header Tabs= | =Header Tabs= | ||
[[Image:TbWikiStyle1.png]] | |||
To create a page with tabbed content, do the following: | |||
* | * At the top of a page, enter <pre>__NOTOC__</pre> | ||
* For every tab header, use one equal sign before and after the header name. Then enter your content. '''Do not use == or === for lower level headers.''' | * For every tab header, use one equal sign before and after the header name. Then enter your content. '''Do not use <pre>==</pre> or <pre>===</pre> for lower level headers.''' | ||
* | * To make tabbed headers work, at the end of the article enter <pre><headertabs/></pre> | ||
* | * If you want to return the user to a tab on another page, and have a specific tab highlighted, enter | ||
<pre>{{#switchtablink:<tab name>|<Link text>|<Page Name}}</pre> | |||
as in | |||
<pre>{{#switchtablink:System|Return to Web Portal 3.1 Home Page|Sbc_Tutorial_Guide_v3.1}}</pre> | |||
[[Toolpack:Tsbc_System_Settings_3.1|Use this page as an example of Tabbed Headers]] | |||
<headertabs/> | |||
Latest revision as of 13:51, 13 May 2022