Template:LiteraryForm: Difference between revisions
No edit summary |
No edit summary |
||
(7 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|}}} | | novel = {{#switch: {{{2|}}} | ||
| | | title_article = a Novel | ||
| | | title_no_article = Novel | ||
| plural = novels | | plural = novels | ||
}} | }} | ||
| play = {{#switch: {{{2|}}} | | play = {{#switch: {{{2|}}} | ||
| | | title_article = a Play | ||
| | | title_no_article = Play | ||
| plural = plays | | plural = plays | ||
}} | }} | ||
| poem = {{#switch: {{{2|}}} | | poem = {{#switch: {{{2|}}} | ||
| | | title_article = a Poem | ||
| | | title_no_article = Poem | ||
| plural = poems | | 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> | }}</includeonly> |