More actions
m Update {{Update}}. |
m Change colors for better readability on light mode. |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 36: | Line 36: | ||
<pre> | <pre> | ||
;Description | ; Description | ||
:This template is used to do something. | : This template is used to do something. | ||
;Dependencies:<!-- delete if N/A --> | |||
: | ; Dependencies: <!-- delete if N/A --> | ||
; | :; Uses <!-- (some CSS, JS, file, or other template). <!-- delete if N/A --> | ||
: | :: some CSS, JS, file, or other template | ||
;Sample | :; Used by <!-- delete if N/A --> | ||
:: template <!-- Preferably use the {{T|templatename}} --> | |||
; Syntax | |||
: {{T|Templatename|param<!-- delete if N/A -->|namedparam=<!-- delete if N/A -->}} <!-- = is the = sign --> | |||
:; Parameters <!-- delete if N/A --> | |||
::; param | |||
::: Param description. | |||
::; param : Param description. | |||
::; namedparam | |||
::: Namedparam description. | |||
; Sample <!-- delete if N/A --> | |||
:<code><nowiki>{{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}}</nowiki></code> | :<code><nowiki>{{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}}</nowiki></code> | ||
::gives... | :: gives... | ||
{{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}} | {{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}} | ||
;See also:<!-- delete if N/A --> | |||
:* [[Template:<!-- Some other template -->]]<!-- delete if N/A --> | ; See also:<!-- delete if N/A --> | ||
: * [[Template:<!-- Some other template -->]]<!-- delete if N/A --> | |||
:* [[<!-- Some other related page -->]]<!-- delete if N/A --> | :* [[<!-- Some other related page -->]]<!-- delete if N/A --> | ||
<includeonly>[[Category:Template | <includeonly>[[Category:Template]]<!-- Any categories for the template itself --></includeonly> | ||
<noinclude>[[Category:Template documentation | <noinclude>[[Category:Template documentation]]</noinclude> | ||
</pre> | </pre> | ||
| Line 64: | Line 77: | ||
== Using templates == | == Using templates == | ||
You can insert by encasing its name in curly brackets. For instance, if you would like to mark a page as "needing cleanup", add the code {{T|Cleanup}} to the page, which produces the following: | You can insert by encasing its name in curly brackets. For instance, if you would like to mark a page as "needing cleanup", add the code {{T|Cleanup}} to the page, which produces the following: | ||
{{Banner|color= #153E7E|border= #153E7E|'''This article should be cleaned up or improved.''' The reason is: ''unspecified''. }} | {{Banner|color= #153E7E|border= #153E7E|text= white|'''This article should be cleaned up or improved.''' The reason is: ''unspecified''. }} | ||
Some templates can be used with parameters to customise how they look. For instance, you can use the template <code>{{t|Example}}</code> to mark an example on a page. You pass parameters to templates by using the pipe character | . <code><nowiki>{{Example|This is an example of how a template can look (how very meta!)}}</nowiki></code> produces the following: | Some templates can be used with parameters to customise how they look. For instance, you can use the template <code>{{t|Example}}</code> to mark an example on a page. You pass parameters to templates by using the pipe character | . <code><nowiki>{{Example|This is an example of how a template can look (how very meta!)}}</nowiki></code> produces the following: | ||
| Line 90: | Line 103: | ||
;<code>{{t|Merge}}</code> | ;<code>{{t|Merge}}</code> | ||
:If you see two articles on a similar subject, and you think they should be combined into one article, then feel free to go ahead and do so! If, however, you're unsure and would like to discuss it with other editors, use this template | :If you see two articles on a similar subject, and you think they should be combined into one article, then feel free to go ahead and do so! If, however, you're unsure and would like to discuss it with other editors, use this template. | ||
;<code>{{t|Deletion}}</code> | ;<code>{{t|Deletion}}</code> | ||
| Line 115: | Line 128: | ||
You will find these infoboxes and navigation boxes on many pages (including this one - see that black bar at the top?), as they are handy for navigating between pages on similar topics, or for showing key information about a page at a glance. If you're writing or editing a page, check to see if there is a template which you can use to better integrate your page with other similar pages. Some of the more common ones are: | You will find these infoboxes and navigation boxes on many pages (including this one - see that black bar at the top?), as they are handy for navigating between pages on similar topics, or for showing key information about a page at a glance. If you're writing or editing a page, check to see if there is a template which you can use to better integrate your page with other similar pages. Some of the more common ones are: | ||
* <code>{{t| | * <code>{{t|Community Group Navbar}}</code>, <code>{{t|EVEUniversityNav}}</code>, and <code>{{t|EVE University}}</code> for pages about the E-UNI and its members and services. | ||
* <code>{{t|Incursion sites}}</code> and <code>{{t|Incursions links}}</code> on pages about incursions. | * <code>{{t|Incursion sites}}</code> and <code>{{t|Incursions links}}</code> on pages about incursions. | ||
* <code>{{t|Wormhole Links}}</code> on pages about wormholes. | * <code>{{t|Wormhole Links}}</code> on pages about wormholes. | ||
| Line 150: | Line 162: | ||
{{UniWikiNav}} | {{UniWikiNav}} | ||
[[Category:Editing]] | |||
[[Category:Wiki Information]] | [[Category:Wiki Information]] | ||