User:Gifted9/autowikibrowser: Difference between revisions

Line 575:
* create 26 subrules under this rule, where subrule 1 has find: " a" and replace: " A", subrule 2 has find: " b" and replace: " B", etc until the entire alphabet is covered. this is the most blunt way to capitalize, and will surely produce false positives and negatives that you will need to manually adjust. ensure the page you need edited has only the parts that require every word capitalized - you can use a talk or user page as a holding pen for this
* ensure all subrules are enabled, and the use the "enabled" checkmark on the parent rule as the master control for all of them
 
==task: add wallpaper and flooring previews==
[[Wallpaper Collection]], [[Flooring Collection]]
# after the wallpaper and flooring previews are located, [[user:boper911/autohotkey#gimp mass crop to content.ahk|cropped]], and [[user:boper911/autohotkey#variation: wallpaper or flooring|uploaded]], ensure their naming conventions are standardized to fit the master item
# in awb, pull up the collection page to which previews should be added. note that it must already be sorted and in table format
# '''options''' tab > '''find and replace''' checked > '''advanced settings''' > click '''new rule''', name it "add wallpaper and flooring previews," and leave it blank
# create the following subrules. ensure all as well as its parent rule are enabled
{| class="wikitable"
|-
! rule number !! find !! replace !! regular expression checked
|-
| 1 || <syntaxhighlight>!Name
!Availability
!Tradeable</syntaxhighlight> || <syntaxhighlight>!Name
!Availability
!Tradeable
!Small
!Medium
!Large</syntaxhighlight> || no
|-
| 2 || <syntaxhighlight>|[[File:(.+).png]]<br>(.+)
|(.+)
|(.+)
|-</syntaxhighlight> || <syntaxhighlight>|[[File:$1.png]]<br>$2
|$3
|$4
|[[File:$1small.png]]
|[[File:$1medium.png]]
|[[File:$1large.png]]
|-</syntaxhighlight> || yes
|-
| 3 || <syntaxhighlight>|}</syntaxhighlight> || <syntaxhighlight>!
!
!
|}</syntaxhighlight> || no
|}
 
=pending=