Help:Citation Style 1/testcases/markup
{{markup|title=Using small caps in author with {{tl|smallcaps}}
|
|{{cite book |first=Sam |last=Drucker}}
{{code|{{cite book |first=Sam |last=Drucker}}}}
|
|{{cite book |first={{smallcaps|Sam}} |last={{smallcaps|Drucker}}}}
{{code|{{cite book |first={{smallcaps|Sam}} |last={{smallcaps|Drucker}}}}}}
|
|{{cite book |first={{allcaps|Sam}} |last={{allcaps|Drucker}}}}
{{code|{{cite book |first={{caps|Sam}} |last={{allcaps|Drucker}}}}}}
|
|{{cite book |first={{nocaps|Sam}} |last={{nocaps|Drucker}}}}
{{code|{{cite book |first={{nocaps|Sam}} |last={{nocaps|Drucker}}}}}}
}}