mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
aperçu des sorts de clerc au survol
This commit is contained in:
parent
210a86b6c4
commit
637b99110c
1315 changed files with 7237 additions and 8069 deletions
4
regex
4
regex
|
|
@ -1,3 +1,3 @@
|
|||
# Search and replace spell links by Spell Toolips
|
||||
search : (\[_)(\D+)(_\]\()(\/grimoire\/)(\D+)(\/\))
|
||||
replace : <ST l="$2" s="$5" />
|
||||
search : \[_(.*)_\]\(\/grimoire\/(.*)\/\)
|
||||
replace : <ST l="$1" s="$2" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue