Template:EzTumblr: Difference between revisions

From MTG Wiki
Jump to navigation Jump to search
>Corveroth
>Corveroth
(the word I wanted last night was "slug")
Line 5: Line 5:
As with {{tl|TumblrRef}}, but the <code>tumblr-title</code> and <code>author</code> fields should be omitted.
As with {{tl|TumblrRef}}, but the <code>tumblr-title</code> and <code>author</code> fields should be omitted.


The <code>title</code> field is ''optional'' '''if''' the URL contains additional text beyond the numeric post identifier.
The <code>title</code> field is ''optional'' '''if''' the URL contains the ''slug'', the additional text beyond the numeric post identifier.


<code>url</code> and <code>date</code> are always mandatory.
<code>url</code> and <code>date</code> are always mandatory.
Line 20: Line 20:
** <code><nowiki>{{TumblrRef|author=[[Mark Rosewater]]|URL=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|tumblr-title=Blogatog|date=September 05, 2016}}</nowiki></code>
** <code><nowiki>{{TumblrRef|author=[[Mark Rosewater]]|URL=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|tumblr-title=Blogatog|date=September 05, 2016}}</nowiki></code>
** {{TumblrRef|author=[[Mark Rosewater]]|URL=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|tumblr-title=Blogatog|date=September 05, 2016}}
** {{TumblrRef|author=[[Mark Rosewater]]|URL=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|tumblr-title=Blogatog|date=September 05, 2016}}
* With all paramters:
* The slug can be omitted from the URL as long as <code>title</code> is provided:
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}</nowiki></code>
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}</nowiki></code>
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
* Truncated URLs are equivalent as long as <code>title</code> is provided:
* If the <code>title</code> is provided, the slug will be ignored:
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}</nowiki></code>
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/</nowiki>'''what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?'''<nowiki>|date=September 05, 2016}}</nowiki></code>
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
* Without a title, but with a complete URL, a title will be generated:
 
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|date=September 05, 2016}}</nowiki></code>
* Without a <code>title</code>, the URL '''must''' contain a slug, and a title will be generated:
** <code><nowiki>{{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/</nowiki>'''what-is-the-significance-of-the-watermark-on'''<nowiki>|date=September 05, 2016}}</nowiki></code>
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|date=September 05, 2016}}
** {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|date=September 05, 2016}}


[[Category:Referencing templates]]
[[Category:Referencing templates]]
</noinclude><includeonly>{{TumblrRef|URL={{{url}}}|title={{{title|{{#invoke:EzTumblr|createPostTitle|{{{url}}}}}}}}|date={{{date}}}|tumblr-title=[[{{#invoke:EzTumblr|getTitle|{{{url}}}}}]]|author=[[{{#invoke:EzTumblr|getAuthor|{{{url}}}}}]]}}</includeonly>
</noinclude><includeonly>{{TumblrRef|URL={{{url}}}|title={{{title|{{#invoke:EzTumblr|createPostTitle|{{{url}}}}}}}}|date={{{date}}}|tumblr-title=[[{{#invoke:EzTumblr|getTitle|{{{url}}}}}]]|author=[[{{#invoke:EzTumblr|getAuthor|{{{url}}}}}]]}}</includeonly>

Revision as of 00:45, 29 June 2017

This template is an abbreviated version of {{TumblrRef}}. It stores information about commonly referenced Tumblr accounts, and attaches that information to the transcluded citation based on the URL provided.

Usage

As with {{TumblrRef}}, but the tumblr-title and author fields should be omitted.

The title field is optional if the URL contains the slug, the additional text beyond the numeric post identifier.

url and date are always mandatory.

{{EzTumblr|url=http://...|title=...|date=...}}

Parameters

  • {{{url}}}: The entire URL, including http(s)://.
  • {{{title}}}: The title of the post.
  • {{{date}}}: The date of creation.

Examples

  • Using TumblrRef alone, without this template:
    • {{TumblrRef|author=[[Mark Rosewater]]|URL=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|tumblr-title=Blogatog|date=September 05, 2016}}
    • Error on call to {{WebRef}}: Parameters url and title must be specifiedMark Rosewater (September 05, 2016). "". Tumblr.
  • The slug can be omitted from the URL as long as title is provided:
    • {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
    • Error on call to {{WebRef}}: Parameters url and title must be specifiedMark Rosewater (September 05, 2016). "". Tumblr.
  • If the title is provided, the slug will be ignored:
    • {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|title=What is the significance of the watermark on Inventors' Fair?|date=September 05, 2016}}
    • Error on call to {{WebRef}}: Parameters url and title must be specifiedMark Rosewater (September 05, 2016). "". Tumblr.
  • Without a title, the URL must contain a slug, and a title will be generated:
    • {{EzTumblr|url=http://markrosewater.tumblr.com/post/150013980598/what-is-the-significance-of-the-watermark-on|date=September 05, 2016}}
    • Error on call to {{WebRef}}: Parameters url and title must be specifiedMark Rosewater (September 05, 2016). "". Tumblr.