Jump to content

User:Laogeodritt/tpl/Work

From Wikipedia, the free encyclopedia
This page is not a complete encyclopedia article.
This page, {{{TITLE}}}, is merely a cache or draft of an article being {{{ACTION|worked on}}} by Laogeodritt. It is being cached here for convenience's sake, along with any notes or material. I would appreciate that you do not attempt to edit this page; I will copy over what viable material I have completed into the actual article at the end of my work sessions.

The actual article can be found [[{{{TITLE}}}|here]]. The original (source) article can be found [[{{{ORIGINAL}}}|here]].

Syntax[edit]

{{User:Laogeodritt/tpl/Work
 | is_being=action
 | title=page_title
 | original=source_article
}}

The is_being parameter is to indicate the action that is taking place. It is placed after "is merely a cache or draft of an article being …". If not specified, it will default to worked on.

The title parameter indicates the title of the original article. It can be left blank with little to no negative consequences if the WORK page's name and the real article's name are the same; otherwise, it is wise to include the title of the original article.

The original parameter indicates the internal link to the original or source article (e.g. in the case of an article being translated). It should not include the brackets or piped link; for example, if the article was "Foo" on the French wikipedia, the string to include here would be :fr:foo, not fr:Foo nor :fr:Foo|Foo. If it is not set, the sentence linking to the original will not appear.


Examples:

  • If:
    • Actual article: Asdf
    • Article copy: User:Laogeodritt/Work/Asdf
    • Rewriting the article.
    • No original article (e.g. not translation)
{{User:Laogeodritt/tpl/Work| is_being="rewritten" | title=Asdf }}
  • If:
    • Actual article: Foo
    • Article copy: User:Laogeodritt/Work/Bar
    • Writing the article.
    • No original article (e.g. not translation)
{{User:Laogeodritt/tpl/Work| is_being="written" | title=Foo }}
  • If:
    • Actual article: Spain
    • Article copy: User:Laogeodritt/Work/Spain
    • Translating the article.
    • Original article: España in the Spanish wiki
{{User:Laogeodritt/tpl/Work| is_being="translated" | title=Spain | original=:es:España }}