Category:Templates: Difference between revisions

From DDraceNetwork
(Add banners)
(add block code examples to template overview)
Line 44: Line 44:
* [[Template:Infobox weapon]]
* [[Template:Infobox weapon]]
* [[Template:Infobox mod]]
* [[Template:Infobox mod]]
== Code boxes ==
Apart from the normal <code><nowiki><code>inline code formatting</code></nowiki></code> and<pre>
<pre>
multiline
code
boxes.
&lt;/pre>
</pre>We have some other nice code boxes:
* [[Template:ic|inline code]]: <code><nowiki>{{ic|code}}</nowiki></code>: {{ic|code}}
* [[Template:bc|block code]]: <code><nowiki>{{bc|code}}</nowiki></code>:
{{bc|code}}
* [[Template:hc|block code with header]]: <code><nowiki>{{hc|autoexec.cfg|code}}</nowiki></code>:
{{hc|autoexec.cfg|code}}

Revision as of 21:30, 31 August 2022

Templates help making the page more clearly lay out and readable.

Translation

Add {{LangNavBox}} at the top of the page to link to the same article in other languages.

Incomplete/Outdated content

  • {{Stub}}
This article is a Stub. You can help us by editing and improving it.
  • {{OutdatedTranslation}}
This article is an outdated translation, this notice was probably added by an english article editor. You can help us by editing and updating it.

Eye-catching boxes

Note: Usage: {{Note|This text should be noted.}} A "Note" box used to emphasize important information. Template:Note
Tip: Usage: {{Tip|This text should be considered.}} A "Tip" box used to share helpful hints. Template:Tip
Warning: Usage: {{Warning|This text should be heeded.}} A "Warning" box used to report potential danger. Template:Warning

DDNet related images

  • 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
  • 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:

code
autoexec.cfg
code