Category:Templates: Difference between revisions
add new translateable note boxes |
Marked this version for translation |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
Templates help making the page more clearly lay out and readable. | Templates help making the page more clearly lay out and readable. | ||
<!--T:2--> | |||
==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. | ||
</translate> | </translate> | ||
{{Note{{#translation:}}|<translate>Usage: <pre><nowiki> | {{Note{{#translation:}}|<translate><!--T:3--> | ||
Usage: <pre><nowiki> | |||
</translate> | </translate> | ||
{{Note{{#translation:}}|<translate>This text should be noted.</translate>}} | {{Note{{#translation:}}|<translate>This text should be noted.</translate>}} | ||
Line 13: | Line 16: | ||
</translate> | </translate> | ||
}} | }} | ||
{{Tip{{#translation:}}|<translate>Usage: <pre><nowiki> | {{Tip{{#translation:}}|<translate><!--T:4--> | ||
Usage: <pre><nowiki> | |||
</translate> | </translate> | ||
{{Tip{{#translation:}}|<translate>This text should be considered.</translate>}} | {{Tip{{#translation:}}|<translate>This text should be considered.</translate>}} | ||
Line 20: | Line 24: | ||
</translate> | </translate> | ||
}} | }} | ||
{{Todo{{#translation:}}|<translate>Usage: <pre><nowiki> | {{Todo{{#translation:}}|<translate><!--T:5--> | ||
Usage: <pre><nowiki> | |||
</translate> | </translate> | ||
{{Todo{{#translation:}}|<translate>The described action to modify the wiki should be done later on.</translate>}} | {{Todo{{#translation:}}|<translate>The described action to modify the wiki should be done later on.</translate>}} | ||
Line 27: | Line 32: | ||
</translate> | </translate> | ||
}} | }} | ||
{{Warning{{#translation:}}|<translate>Usage: <pre><nowiki> | {{Warning{{#translation:}}|<translate><!--T:6--> | ||
Usage: <pre><nowiki> | |||
</translate> | </translate> | ||
{{Warning{{#translation:}}|<translate>This text should be heeded.</translate>}} | {{Warning{{#translation:}}|<translate>This text should be heeded.</translate>}} | ||
Line 37: | Line 43: | ||
<translate> | <translate> | ||
==Incomplete/Outdated content== | ==Incomplete/Outdated content== <!--T:7--> | ||
<!--T:8--> | |||
* <code><nowiki>{{Stub{{#translation:}}}}</nowiki></code> [[Special:MyLanguage/Template:Stub]] | * <code><nowiki>{{Stub{{#translation:}}}}</nowiki></code> [[Special:MyLanguage/Template:Stub]] | ||
{{Stub{{#translation:}}}} | {{Stub{{#translation:}}}} | ||
==DDNet related images== | ==DDNet related images== <!--T:9--> | ||
<!--T:10--> | |||
* 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 | ||
Line 66: | Line 74: | ||
* 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}} | ||
==Infoboxes== | ==Infoboxes== <!--T:11--> | ||
<!--T:12--> | |||
* [[Template:Infobox weapon]] | * [[Template:Infobox weapon]] | ||
* [[Template:Infobox mod]] | * [[Template:Infobox mod]] | ||
<!--T:13--> | |||
== 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> | ||
Line 80: | Line 90: | ||
</pre>We have some other nice code boxes: | </pre>We have some other nice code boxes: | ||
<!--T:14--> | |||
* [[Template:ic|inline code]]: <code><nowiki>{{ic|code}}</nowiki></code>: {{ic|code}} | * [[Template:ic|inline code]]: <code><nowiki>{{ic|code}}</nowiki></code>: {{ic|code}} | ||
* [[Template:bc|block code]]: <code><nowiki>{{bc|code}}</nowiki></code>: | * [[Template:bc|block code]]: <code><nowiki>{{bc|code}}</nowiki></code>: | ||
Line 86: | Line 97: | ||
{{hc|autoexec.cfg|code}} | {{hc|autoexec.cfg|code}} | ||
==Key presses== | ==Key presses== <!--T:15--> | ||
<!--T:16--> | |||
* <code><nowiki>{{key press|A|space}}</nowiki></code> → {{key press|A|space}} For usage see https://www.mediawiki.org/wiki/Template:Key_press | * <code><nowiki>{{key press|A|space}}</nowiki></code> → {{key press|A|space}} For usage see https://www.mediawiki.org/wiki/Template:Key_press | ||
</translate> | </translate> |
Revision as of 22:25, 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 | Template:Hammer |
{{Pistol}} |
Pistol | Template:Pistol |
{{Shotgun}} |
Shotgun | Template:Shotgun |
{{Grenade}} |
Grenade | Template:Grenade |
{{Laser}} |
Laser | Template:Laser |
{{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
Subcategories
This category has the following 9 subcategories, out of 9 total.
T
- Templates/de (4 P)
- Templates/en (7 P)
- Templates/es (7 P)
- Templates/fr (1 P)
- Templates/pt-br (empty)
- Templates/ru (7 P)
- Templates/uk (7 P)
- Templates/zh (7 P)
Pages in category "Templates"
The following 31 pages are in this category, out of 31 total.