Template:LiteraryForm: Difference between revisions
Created page with "<includeonly>{{#switch: {{{1|}}} | short story = {{#switch: {{{2|}}} | title = a short story | Title = a Short Story | plural = short stories | #default = a short story }} | essay = {{#switch: {{{2|}}} | title = an essay | Title = an Essay | plural = essays | #default = an essay }} | #default = {{#ifeq: {{{2|}}}|plural|books|a book}} }}</includeonly><noinclude> This template takes a user input literary form and the format expected (for..." |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1|}}} | <includeonly>{{#switch: {{lc:{{{1|}}}}} | ||
| short story = {{#switch: {{{2|}}} | | short story = {{#switch: {{{2|}}} | ||
| | | title_article = a Short Story | ||
| | | title_no_article = Short Story | ||
| plural = short stories | | plural = short stories | ||
}} | }} | ||
| essay = {{#switch: {{{2|}}} | | essay = {{#switch: {{{2|}}} | ||
| | | title_article = an Essay | ||
| | | title_no_article = Essay | ||
| plural = essays | | plural = essays | ||
}} | }} | ||
| | | novel = {{#switch: {{{2|}}} | ||
}} | | title_article = a Novel | ||
| title_no_article = Novel | |||
| plural = novels | |||
}} | |||
{{ | | play = {{#switch: {{{2|}}} | ||
| title_article = a Play | |||
| title_no_article = Play | |||
{{ | | plural = plays | ||
}} | |||
</ | | poem = {{#switch: {{{2|}}} | ||
| title_article = a Poem | |||
| title_no_article = Poem | |||
| plural = poems | |||
}} | |||
| fairy tale = {{#switch: {{{2|}}} | |||
| title_article = a Fairy Tale | |||
| title_no_article = Fairy Tale | |||
| plural = fairy tales | |||
}} | |||
| fable = {{#switch: {{{2|}}} | |||
| title_article = a Fable | |||
| title_no_article = Fable | |||
| plural = fables | |||
}} | |||
| short story collection = {{#switch: {{{2|}}} | |||
| title_article = a Collection of Short Stories | |||
| title_no_article = Collection of Short Stories | |||
| plural = short story collections | |||
}} | |||
}}</includeonly> |