BIKI Helper – Extension
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add pics!) |
Lou Montana (talk | contribs) m (Fix) |
||
Line 100: | Line 100: | ||
{{#biki-date:ymd|2001-06-22|2005-06-23}}<br> | {{#biki-date:ymd|2001-06-22|2005-06-23}}<br> | ||
{{#biki-date:his|2001-06-22 10:30:00|2001-06-23 11:45:17}}<br> | {{#biki-date:his|2001-06-22 10:30:00|2001-06-23 11:45:17}}<br> | ||
{{#biki-date:ymd|2001-06-22 10:30:00|2002-05-23 11:45:17}},<!-- I cheated for the formatting cause --><br>{{#biki-date:his|2001-06-22 10:30:00|2002-05-23 11:45:17}}<br> | |||
|} | |} | ||
Revision as of 15:45, 19 April 2024
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.10 |
This extension provides useful tools here and there on the BIKI.
Features
- Wiki Editor Toolbar shortcuts
{{#biki-date}}
wiki function - see biki-date Function Syntax- Namespaced page's title formatting, available through the
#biki-title-namespace
CSS classname
Editor Toolbar Buttons
Added functionalities:
- Code tags (SQF Syntax, SQS Syntax, config (C++), Enforce Script (C#), JSON)
- Infoboxes ({{Feature}} informative/important/warning, {{Wiki}} TODO/WIP)
- Game icons ({{GVI}} for most games)
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
Page Title Formatting
Installation
- Unzip the directory to wiki
/extensions /BIKIHelper - Add
wfLoadExtension( 'BIKIHelper' );
to LocalSettings.php