Template:Byline

From Shifti
Revision as of 03:24, 24 August 2007 by ShadowWolf (talk | contribs) ({{title}} for pages in the main namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#ifeq: | |

 {{#ifeq:  | | 
   {{#ifeq:  | || 
     Author: [[User:|]] 
   }} | 
   {{#ifeq:  | |
     Author: ' |
     Author: [[User:|]]
   }}
 }} |
 {{#ifeq:  | |
   {{#ifeq:  | | Authors:  | 
     Authors: [[User:|]]  
   }} | 
   {{#ifeq:  | |
     Authors: ' |
     Author: [[User:|]] 
   }}
 }}

}}


{{#ifeq: <list of names> | |

 {{#ifeq: <name> | | 
   {{#ifeq:  | || 
     Author: [[User:|]] 
   }} | 
   {{#ifeq:  | |
     Author: <name> |
     Author: [[User:|<name>]]
   }}
 }} |
 {{#ifeq: <name> | |
   {{#ifeq:  | | Authors: <list of names> | 
     Authors: [[User:|]] <list of names> 
   }} | 
   {{#ifeq:  | |
     Authors: <name> <list of names>|
     Author: [[User:|<name>]] <list of names>
   }}
 }}

}}