Examples/Parameter: includematch (example 1): Difference between revisions

m
no edit summary
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
mNo edit summary
Line 7:
 
This will list articles in [[:Category:Fruit examples]], in the ''Main'' namespace, which contain a call to the template "Fruit-Infobox" and use the "grows" parameter of that template with an argument that contains "Vines" or "vines" as a text string. The example is also formatted into a (simple) table, using the {{DPL|table}} parameter.
 
* There is no pattern specified for the first element of the <code>include</code> statement. "VINES" would not match; we could use the "i" modifier with the regexp to match without case sensitivity if we wanted to.
 
<pre>
Line 18 ⟶ 20:
</pre>
 
'''Note(s):'''<br>
 
* There is no pattern specified for the first element of the <code>include</code> statement. "VINES" would not match; we could use the "i" modifier with the regexp to match without case sensitivity if we wanted to.
==Result==
 
Anonymous user