More actions
m Coding and testing. |
m Coding and testing. |
||
| Line 1: | Line 1: | ||
{{Work in progress|Analyzing the code and related templates and articles to write the doc,|date=10: | {{Work in progress|Analyzing the code and related templates and articles to write the doc,|date=10:26, 11 May 2022 (UTC)}} | ||
For usage guide please see [[Template:Ship|Ship Template]] | For usage guide please see [[Template:Ship|Ship Template]] | ||
| Line 15: | Line 15: | ||
: Can <em>not</em> be used on its own. | : Can <em>not</em> be used on its own. | ||
: {{T|ShipBoxTooltip}} is called when a ship article is called with mode= tooltip. e.g. <nowiki>{{:Vexor|mode= tooltip}}</nowiki> gives {{:Vexor|mode= tooltip}} | : {{T|ShipBoxTooltip}} is called when a ship article is called with mode= tooltip. e.g. <nowiki>{{:Vexor|mode= tooltip}}</nowiki> gives {{:Vexor|mode= tooltip}} | ||
; Notes (temp) | ; Notes (temp) | ||
Revision as of 10:26, 11 May 2022
This page is a work in progress.
Notes: Analyzing the code and related templates and articles to write the doc,
If this article or section has not been edited in several days, please remove this template.
Last edited: 10:26, 11 May 2022 (UTC)
For usage guide please see Ship Template
- Description
- This template is a sub-template used to produce a link to a ship which on mouse over shows a tool-tip whit some ship info.
- Dependencies
- Uses:
- {{Tooltip}}
- Ship information in ship database articles.
- Called by:
- {{Ship}} through ship database articles
- Syntax
- Can not be used on its own.
- {{ShipBoxTooltip}} is called when a ship article is called with mode= tooltip. e.g. {{:Vexor|mode= tooltip}} gives
|
Vexor
Standard Cruisers Vexor Class
|
- Notes (temp)
- The template does testing for unknown shipname(wel it is actually testing if the parameter contains anything beside white-space), if there is an article about the called ship the shipname should have something in it. If there is no article then ShipBoxTooltip is not called anyway.