Module talk:String
Appearance
- {{#Invoke:String|match|dog (film)|%(%a-%)}} = (film)
- {{#Invoke:String|match|dog (film)|%(%a-%)|2}} = (film)
- {{#Invoke:String|match|dog (film)|%(%a-%)|1|2}} = String Module Error: Match not found
- {{#Invoke:String|match|dog (film)|%(%a-%)|1|-1}} = (film)
- {{#Invoke:String|match|dog (film)|%(%a-%)|1|1}} = (film)
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|1|2}} = (hat)
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|1|3}} = String Module Error: Match not found
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|1|1}} = (film)
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|1|-1}} = (hat)
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|6|1}} = (hat)
- {{#Invoke:String|match|dog (film) (hat)|%(%a-%)|1|3|ignore_errors=true}} =
- {{#Invoke:String|match|dog (film) cat (hat)|at (%(%a-%))|1|1}} = (hat)
- {{#Invoke:String|match|dog (film) cat (hat)|at (%(%a-%))|1|-1}} = (hat)
- 0
- a=b
Start a discussion about Module:String
Talk pages are where people discuss how to make content on Wikipedia the best that it can be. You can use this page to start a discussion with others about how to improve Module:String.