BIKI Spoiler – Extension
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page creation) |
Lou Montana (talk | contribs) m (Fix date) |
||
Line 9: | Line 9: | ||
|- | |- | ||
! Project Start | ! Project Start | ||
| 2023-06- | | 2023-06-19: Project start | ||
|- | |- | ||
! Release Date | ! Release Date | ||
| | | | ||
* 2023-06- | * 2023-06-19: "v1" (0.50) | ||
|- | |- | ||
! Version | ! Version |
Revision as of 14:34, 27 June 2023
BIKI Spoiler | |
---|---|
Description | Provides a spoiler button (based on previously used JSpoiler syntax) |
Author | Lou Montana |
Project Start | 2023-06-19: Project start |
Release Date |
|
Version | 0.50 |
This extension manages <spoiler>
tags in spoiler buttons.
Features
- Turns
<spoiler>
in spoiler buttons
Installation
- Unzip the directory to wiki
/extensions /BIKISpoiler - Add
wfLoadExtension( 'BIKISpoiler' );
to LocalSettings.php
Usage
Code | Result |
---|---|
<spoiler/>
|
|
<spoiler></spoiler>
|
|
<spoiler>abc</spoiler>
|
abc |
<spoiler text="Show the hidden message">abc</spoiler>
|
abc |