Category:Templates/en: Difference between revisions
Updating to match new version of source page |
Updating to match new version of source page Tags: mobile web edit mobile edit |
||
Line 3: | Line 3: | ||
==Eye-catching boxes== | ==Eye-catching boxes== | ||
Disable translation before the note and enable it after the note again. Additional mark the text within the box for translation. | Disable translation before the note and enable it after the note again. Additional mark the text within the box for translation. | ||
{{Note{{#translation:}}|Usage: <pre><nowiki> | {{Note{{#translation:}}|Usage: <pre><nowiki> | ||
Line 38: | Line 39: | ||
* Images from physics layers: <code><nowiki>{{Tile|game|2}}</nowiki></code>: {{Tile|game|2}} See [[Template:Tile]] for usage | * Images from physics layers: <code><nowiki>{{Tile|game|2}}</nowiki></code>: {{Tile|game|2}} See [[Template:Tile]] for usage | ||
* Layers from game.png: <code><nowiki>{{Game.png|Ninja dash 2}}</nowiki></code>: {{Game.png|Ninja dash 2}} See [[Template:Game.png]] for usage | * Layers from game.png: <code><nowiki>{{Game.png|Ninja dash 2}}</nowiki></code>: {{Game.png|Ninja dash 2}} See [[Template:Game.png]] for usage | ||
* Images from emoticons.png: <code><nowiki>{{Emote|hearts}}</nowiki></code>: {{Emote|hearts}} [[Template:Emote]] | * Images from emoticons.png: <code><nowiki>{{Emote|hearts}}</nowiki></code>: {{Emote|hearts}} [[Template:Emote]] | ||
* Link + Image for weapons (text is customizable): | * Link + Image for weapons (text is customizable): | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Basic usage !! Result !! Template link for more info | ! Basic usage !! Result !! Template link for more info | ||
|- | |- | ||
| <code><nowiki>{{Hammer}}</nowiki></code> | | <code><nowiki>{{Hammer|hammer}}</nowiki></code> | ||
| {{Hammer|hammer}} | |||
| [[Special:MyLanguage/Template:Hammer]] | |||
|- | |- | ||
| <code><nowiki>{{Pistol}}</nowiki></code> | | <code><nowiki>{{Pistol|pistol}}</nowiki></code> | ||
| {{Pistol|pistol}} | |||
| [[Template:Pistol]] | |||
|- | |- | ||
| <code><nowiki>{{Shotgun}}</nowiki></code> | | <code><nowiki>{{Shotgun|shotgun}}</nowiki></code> | ||
| {{Shotgun|shotgun}} | |||
| [[Template:Shotgun]] | |||
|- | |- | ||
| <code><nowiki>{{Grenade}}</nowiki></code> | | <code><nowiki>{{Grenade|grenade}}</nowiki></code> | ||
| {{Grenade|grenade}} | |||
| [[Template:Grenade]] | |||
|- | |- | ||
| <code><nowiki>{{Laser}}</nowiki></code> | | <code><nowiki>{{Laser|laser}}</nowiki></code> | ||
| {{Laser|laser}} | |||
| [[Template:Laser]] | |||
|- | |- | ||
| <code><nowiki>{{Ninja}}</nowiki></code> | | <code><nowiki>{{Ninja|ninja}}</nowiki></code> | ||
| {{Ninja|ninja}} | |||
| [[Template:Ninja]] | |||
|} | |} | ||
* Links with image of tile layer attached: <code><nowiki>{{TileLink|{{Tile|game|11}}|Template:TileLink}}</nowiki></code>: {{TileLink|{{Tile|game|11}}|Template:TileLink}} | * Links with image of tile layer attached: <code><nowiki>{{TileLink|{{Tile|game|11}}|Template:TileLink}}</nowiki></code>: {{TileLink|{{Tile|game|11}}|Template:TileLink}} | ||
Line 61: | Line 78: | ||
==Infoboxes== | ==Infoboxes== | ||
* [[Template:Infobox weapon]] | * [[Special:MyLanguage/Template:Infobox weapon]] | ||
* [[Template:Infobox mod]] | * [[Special:MyLanguage/Template:Infobox mod]] | ||
== Code boxes == | == Code boxes == | ||
Apart from the normal <code><nowiki><code>inline code formatting</code></nowiki></code> and<pre> | Apart from the normal <code><nowiki><code>inline code formatting</code></nowiki></code> and<pre> | ||
<pre> | <pre> |
Revision as of 22:40, 18 February 2023
Templates help making the page more clearly lay out and readable.
Eye-catching boxes
Disable translation before the note and enable it after the note again. Additional mark the text within the box for translation.
Note: Usage:
</translate> {{Note{{#translation:}}|<translate>This text should be noted.</translate>}} <translate>
A "Note" box used to emphasize important information. Template:Note
Tip: Usage:
</translate> {{Tip{{#translation:}}|<translate>This text should be considered.</translate>}} <translate>
A "Tip" box used to share helpful hints. Template:Tip
TODO: Usage:
</translate> {{Todo{{#translation:}}|<translate>The described action to modify the wiki should be done later on.</translate>}} <translate>
A "todo" box used to emphasize the lack of information and the need/reminder to work on a section. Template:Todo
Warning: Usage:
</translate> {{Warning{{#translation:}}|<translate>This text should be heeded.</translate>}} <translate>
A "Warning" box used to report potential danger. Template:Warning
Incomplete/Outdated content
{{Stub{{#translation:}}}}
Special:MyLanguage/Template:Stub
- Images from physics layers:
{{Tile|game|2}}
: See Template:Tile for usage
- Layers from game.png:
{{Game.png|Ninja dash 2}}
: See Template:Game.png for usage
- Images from emoticons.png:
{{Emote|hearts}}
: Template:Emote
- Link + Image for weapons (text is customizable):
Basic usage | Result | Template link for more info |
---|---|---|
{{Hammer|hammer}}
|
hammer | Special:MyLanguage/Template:Hammer |
{{Pistol|pistol}}
|
pistol | Template:Pistol |
{{Shotgun|shotgun}}
|
shotgun | Template:Shotgun |
{{Grenade|grenade}}
|
grenade | Template:Grenade |
{{Laser|laser}}
|
laser | Template:Laser |
{{Ninja|ninja}}
|
ninja | Template:Ninja |
- Links with image of tile layer attached:
{{TileLink|{{Tile|game|11}}|Template:TileLink}}
: Template:TileLink
Infoboxes
Code boxes
Apart from the normal <code>inline code formatting</code>
and
<pre> multiline code boxes. </pre>
We have some other nice code boxes:
- inline code:
{{ic|code}}
:code
- block code:
{{bc|code}}
:
code
- block code with header:
{{hc|autoexec.cfg|code}}
:
autoexec.cfg
code
Key presses
{{key press|A|space}}
→ A+space For usage see https://www.mediawiki.org/wiki/Template:Key_press
Pages in category "Templates/en"
The following 7 pages are in this category, out of 7 total.