More actions
Create template documentation. |
m Add dependency. Update Syntax. Make sample use Sidebar instead of draft version. |
||
| Line 7: | Line 7: | ||
:: {{T|Navbar}} | :: {{T|Navbar}} | ||
:; Used by | :; Used by | ||
:: {{Tl|Corplinks}} | |||
:: {{Tl|Exploration links}} | |||
:: {{Tl|Incursions links}} | |||
:: {{Tl|Incursions sites}} | |||
:: {{Tl|Industry Links}} | |||
:: {{Tl|Legality}} | |||
:: {{Tl|MissionLinks}} | |||
; Syntax | ; Syntax | ||
| Line 53: | Line 60: | ||
::; caption : Caption to appear under <code>image</code>. | ::; caption : Caption to appear under <code>image</code>. | ||
::; above : Text to appear above the heading/content sections. | ::; above : Text to appear above the heading/content sections. | ||
::; heading | ::; heading''<x>'' : ''x'' is 1 till 35 - text in the heading of a section. | ||
::; content | ::; content''<x>'' : ''x'' is 1 till 35 - Content of a section. One or more links separated by <br>. | ||
::; below : Text to appear below the heading/content sections. | ::; below : Text to appear below the heading/content sections. | ||
::; navbar : Controls the use of navbar. Use <code>off</code> to deactivate (If not deactivated <code>name</code> must be filled in). | ::; navbar : Controls the use of navbar. Use <code>off</code> to deactivate (If not deactivated <code>name</code> must be filled in). | ||
| Line 93: | Line 100: | ||
| above = | | above = | ||
| heading1 = | | heading1 = | ||
| heading1class = | | heading1class = | ||
| content1 = | | content1 = | ||
| content1class = | | content1class = | ||
| heading2 = | | heading2 = | ||
| heading2class = | | heading2class = | ||
| content2 = | | content2 = | ||
| content2class = | | content2class = | ||
| heading3 = | | heading3 = | ||
| heading3class = | | heading3class = | ||
| content3 = | | content3 = | ||
| content3class = | | content3class = | ||
| heading4 = | | heading4 = | ||
| heading4class = | | heading4class = | ||
| content4 = | | content4 = | ||
| Line 120: | Line 127: | ||
; Sample | ; Sample | ||
{{ | {{Sidebar | ||
| topimage = [[File:Agent.png]] | | topimage = [[File:Agent.png]] | ||
| Line 147: | Line 154: | ||
| heading1 = Heading 1 | | heading1 = Heading 1 | ||
| content1 = | | content1 = | ||
link 1-1<br> | |||
link 1-2<br> | |||
link 1-3<br> | |||
| heading2 = Heading 2 | | heading2 = Heading 2 | ||
| content2 = | | content2 = | ||
link 2-1<br> | |||
link 2-2<br> | |||
link 2-3<br> | |||
| navbar = off | | navbar = off | ||