BIKI Helper – Extension
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add new function doc) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 20: | Line 20: | ||
|} | |} | ||
This extension provides useful tools here and there on the BIKI. | This extension provides useful tools here and there on the BIKI. | ||
== Features == | == Features == | ||
Line 28: | Line 29: | ||
*** Infoboxes ({{Template|Feature}} informative/important/warning, {{Template|Wiki}} TODO) | *** Infoboxes ({{Template|Feature}} informative/important/warning, {{Template|Wiki}} TODO) | ||
*** Game icons ({{Template|GVI}} for most games) | *** Game icons ({{Template|GVI}} for most games) | ||
* {{hl|<syntaxhighlight lang=" | * {{hl|<syntaxhighlight lang="handlebars" inline>{{#biki-date}}</syntaxhighlight>}} wiki function - see {{Link|#biki-date Function Syntax}} | ||
=== biki-date Function Syntax === | === biki-date Function Syntax === | ||
{| class="wikitable float-right" style="font-size: .9em" | {| class="wikitable float-right" style="font-size: .9em" | ||
| <syntaxhighlight lang="html+handlebars"> | | <syntaxhighlight lang="html+handlebars"> |
Revision as of 17:43, 4 December 2023
BIKI Helper | |
---|---|
Description | Provides useful tools here and there on the BIKI. |
Author | Lou Montana |
Project Start | 2022-07-12: Project start |
Release Date |
|
Version | 1.05 |
This extension provides useful tools here and there on the BIKI.
Features
- Wiki Editor Toolbar shortcuts:
- Advanced
- Code tags (SQF Syntax, SQS Syntax, config (C++), Enforce Script (C#), JSON)
- Infoboxes ({{Feature}} informative/important/warning, {{Wiki}} TODO)
- Game icons ({{GVI}} for most games)
- Advanced
{{#biki-date}}
wiki function - see biki-date Function Syntax
biki-date Function Syntax
{{#biki-date}} | |
1460 | |
47 | |
3 | |
3 year(s), 11 month(s), 29 day(s)
|
- format: can be one of
- age_full_days, age_full_months, age_full_years
- ymd (year month day), his (hour minute second) or ymdhis
- date1: from what date to start - ideally format yyyy-mm-dd or yyyymmdd (hh:ii:ss or hhiiss)
- date2: up to what date to calculate - same as date1
Installation
- Unzip the directory to wiki
/extensions /BIKIHelper - Add
wfLoadExtension( 'BIKIHelper' );
to LocalSettings.php