Template talk:Infobox
From Animepedia
- RegExp archive
- Altering this kind of text:
| param 1 = | param 2 = | param 3 =
- With
^\s*\|\s*(.*?)(\s*)=\s*\n
- Into the base infobox code:
{{#if:{{{$1|}}}|<nowiki/>
{{!}}-
!{{!}} $1
{{!}}
{{{$1}}}
| }}
- Into the base example code:
| $1$2= ''$1''
