Difference between revisions of "Template:Regexp"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (Created page with "<noinclude> This is the "Regexp" template. It should be called in the following format: <pre> {{Regexp |1= |2= |3= |4= |5= |6= |7= }} </pre> Edit the page to see the template...") |
Tim Holzheim (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Regexp | {{Regexp | ||
| − | | | + | |id= |
| − | | | + | |regexp= |
| − | | | + | |base type= |
| − | | | + | |inverse= |
| − | | | + | |message= |
| − | | | + | |or char= |
| − | | | + | |base prefix= |
}} | }} | ||
</pre> | </pre> | ||
| Line 16: | Line 16: | ||
</noinclude><includeonly>{| class="wikitable" | </noinclude><includeonly>{| class="wikitable" | ||
! id | ! id | ||
| − | | [[Regexp id::{{{ | + | | [[Regexp id::{{{id|}}}]] |
|- | |- | ||
! regexp | ! regexp | ||
| − | | [[Regexp regexp::{{{ | + | | [[Regexp regexp::{{{regexp|}}}]] |
|- | |- | ||
! base type | ! base type | ||
| − | | [[Regexp base type::{{{ | + | | [[Regexp base type::{{{base type|}}}]] |
|- | |- | ||
! inverse | ! inverse | ||
| − | | [[Regexp inverse::{{{ | + | | [[Regexp inverse::{{{inverse|}}}]] |
|- | |- | ||
! message | ! message | ||
| − | | [[Regexp message::{{{ | + | | [[Regexp message::{{{message|}}}]] |
|- | |- | ||
! or char | ! or char | ||
| − | | [[Regexp or char::{{{ | + | | [[Regexp or char::{{{or char|}}}]] |
|- | |- | ||
! base prefix | ! base prefix | ||
| − | | [[Regexp base prefix::{{{ | + | | [[Regexp base prefix::{{{base prefix|}}}]] |
|} | |} | ||
| + | [[isA::Regexp]] | ||
| + | [[Category:Regexp]] | ||
</includeonly> | </includeonly> | ||
Latest revision as of 20:09, 26 February 2021
This is the "Regexp" template. It should be called in the following format:
{{Regexp
|id=
|regexp=
|base type=
|inverse=
|message=
|or char=
|base prefix=
}}
Edit the page to see the template text.