User:Dan: Difference between revisions

From Smith Family Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* {{Year|Estimated about 1910|x}}
* {{#regex: abc.def | /(.*)(\..*)?/ | \1}}
* {{#if: {{#regex: Estimated about 1910 | /\d\d\d\d/ }}
* {{#regex: abcdef | /(.*)(\..*)?/ | \1}}
| {{#regex: Estimated about 1910 | /\d\d\d\d/ }}
* {{#regex: abc.def. | /(.*)(\..*)?/ | \1}}
| x
* {{#regex: abc.de.f | /(.*)(\..*)?/ | \1}}
}}


{{File Gallery
{{File Gallery

Revision as of 23:40, 30 June 2015

  • abc.def
  • abcdef
  • abc.def.
  • abc.de.f

Related Files