Patches Hacks Template

page title: [Action/Converter/Formatter/Handler/Hack: YourPatchName]


bugs:
Compatible with: R6.1
Current version:
Credits: Author (use ::::)

{{yourAction}}


action/youraction.php

<?php
...

1. Documentation

for users available for copy and paste

2. How to

2.1. Localization (optional)

put this at the end of your language file


lang/custom.<lang>.php

//hacks
'YourPhrase' => 'your translation here',	

[xyz] proposed translations
[de] ...
[fr]
[ru]

3. Changelog

0.1 Intitial version
0.2 ...

4. To Do

  • open task

Referring pages:

  1. Dev/PatchesHacks

Comments