Contributing to the wiki: Difference between revisions

From OpenGK
(Created page with "== Templates == To see all templates, navigate to https://opengk.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10. Few selected ones will be discussed here Using a template is as simple as: * while editing source:<syntaxhighlight lang="markdown"> {{Warning|This is a warning example}} </syntaxhighlight> * while using the graphic editor, press Insert -> Template === Static component templates === {{Draft}}{{Stub}}{{Warning|Example warning}} === Dynamic com...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Templates ==
== Templates ==
To see all templates, navigate to https://opengk.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10. Few selected ones will be discussed here
To see all templates, navigate to https://opengk.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10. Few selected ones will be discussed here. Often the template pages contain more detailed documentation


Using a template is as simple as:
Using a template is as simple as:
Line 14: Line 14:
=== Dynamic component templates ===
=== Dynamic component templates ===


==== VIN ====
==== [[Template:VIN|VIN]] ====
Designed to wrap around VINs, it'll generate a link to the [https://vin.opengk.org VINDecoder]<syntaxhighlight lang="markdown">
Designed to wrap around VINs, it'll generate a link to the [https://vin.opengk.org VINDecoder]<syntaxhighlight lang="markdown">
{{VIN|KMHHN66F58U283708}}
{{VIN|KMHHN66F58U283708}}
</syntaxhighlight>{{VIN|KMHHN66F58U283708}}
</syntaxhighlight>{{VIN|KMHHN66F58U283708}}


==== HexConverter ====
==== [[Template:HexConverter|HexConverter]] ====
In-line converter between hex, ascii and decimal<syntaxhighlight lang="markdown">
In-line converter between hex, ascii and decimal<syntaxhighlight lang="markdown">
{{HexConverter|hex=58D8C848}}
{{HexConverter|hex=58D8C848}}
{{HexConverter|hex=0x5539|default-display=ascii}}
{{HexConverter|hex=0x5539|default-display=ascii}}
</syntaxhighlight>
</syntaxhighlight>
{{HexConverter|hex=58D8C848}}
{{HexConverter|hex=0x5539|default-display=ascii}}

Latest revision as of 19:22, 11 June 2025

Templates

To see all templates, navigate to https://opengk.org/index.php?title=Special%3AAllPages&from=&to=&namespace=10. Few selected ones will be discussed here. Often the template pages contain more detailed documentation

Using a template is as simple as:

  • while editing source:
    {{Warning|This is a warning example}}
    
  • while using the graphic editor, press Insert -> Template

Static component templates

This article is a draft. It is not finished yet, information contained in it might've not been verified and could change at any moment
This article is a stub. You can help by contributing your knowledge of the Tiburon platform
Example warning


Dynamic component templates

VIN

Designed to wrap around VINs, it'll generate a link to the VINDecoder

{{VIN|KMHHN66F58U283708}}

KMHHN66F58U283708


HexConverter

In-line converter between hex, ascii and decimal

{{HexConverter|hex=58D8C848}}
{{HexConverter|hex=0x5539|default-display=ascii}}
58D8C848


0x5539