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...") |
No edit summary |
||
| Line 24: | Line 24: | ||
{{HexConverter|hex=0x5539|default-display=ascii}} | {{HexConverter|hex=0x5539|default-display=ascii}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{HexConverter|hex=58D8C848}} | |||
{{HexConverter|hex=0x5539|default-display=ascii}} | |||
Revision as of 17:58, 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
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}}
HexConverter
In-line converter between hex, ascii and decimal
{{HexConverter|hex=58D8C848}}
{{HexConverter|hex=0x5539|default-display=ascii}}
58D8C848
0x5539



