Hello,
This is an example like i could do this with Custom Fields.
i made a Custom Field Called Author-Alias and with this code, you can show it in your website.
<?php $Alias = get_post_meta($post->ID, 'Author-Alias', true); ?>
Author : <?php if ($Alias == "")the_author_posts_link(); else echo $Alias; ?>