#Redirect [[Help talk:Citation Style 1]]
== Minor bug in position of period ==
{{Rcat shell|
Note the position of the "." after "(PDF)" in {{tl|cite web}} but before it in {{tl|cite web/lua}}:
{{R from remote talk page}}
* {{cite web|url=http://www.ny.com/articles/chinatown.html|title=The History of New York's Chinatown|format=PDF|publisher=Mediabridge Infosystems, Inc.|accessdate=2011-03-05|year=2013}}
{{R from subpage}}
* {{cite web/lua|url=http://www.ny.com/articles/chinatown.html|title=The History of New York's Chinatown|format=PDF|publisher=Mediabridge Infosystems, Inc.|accessdate=2011-03-05|year=2013}}
(Also note that the ''publisher'' is being duplicated as of [https://en.wikipedia.org/w/index.php?title=Module%3ACitation%2FCS1&diff=539076715&oldid=539048261 this diff] I think)
<font color="red">—[</font>[[User:AlanM1|<span style="font-variant:small-caps;"><font color="green">Alan</font><font color="blue">M</font><font color="purple">1</font></span>]]([[User talk:AlanM1|talk]])<font color="red">]—</font> 19:19, 19 February 2013 (UTC)
* '''Fixed dot & duplicate publisher:''' Thank you for testing the {cite_web/lua} format, which uses a completely different method of joining parameters, compared to {cite_web}. -[[User:Wikid77|Wikid77]] ([[User talk:Wikid77|talk]]) 21:01, 19 February 2013 (UTC)
== Discrepancy in position of page number ==
Page parameter has moved:
* {{cite web|url=http://index.xinhua08.com/dqszs/bgxz/201107/P020110708322385591732.pdf|title=Xinhua-Dow Jones International Financial Centers Development Index (2011) |page=11 |publisher=CFC Holding Company, Ltd., Index Center and CME Group Index services LLC (Dow Jones Indexes)|date=July 8, 2011|accessdate=2013-02-04}}
* {{cite web/lua|url=http://index.xinhua08.com/dqszs/bgxz/201107/P020110708322385591732.pdf|title=Xinhua-Dow Jones International Financial Centers Development Index (2011) |page=11 |publisher=CFC Holding Company, Ltd., Index Center and CME Group Index services LLC (Dow Jones Indexes)|date=July 8, 2011|accessdate=2013-02-04}}
<font color="red">—[</font>[[User:AlanM1|<span style="font-variant:small-caps;"><font color="green">Alan</font><font color="blue">M</font><font color="purple">1</font></span>]]([[User talk:AlanM1|talk]])<font color="red">]—</font> 19:29, 19 February 2013 (UTC)
* '''Shifted page after date:''' Thanks again for testing the {cite_web/lua} format. -[[User:Wikid77|Wikid77]] ([[User talk:Wikid77|talk]]) 21:01, 19 February 2013 (UTC)
== Missing period after work parameter ==
This demonstrates a missing period after the ''work'' parameter:
* {{cite web| title = Statue of Liberty| work=World Heritage| publisher=© UNESCO World Heritage Centre 1992–2011| url = http://whc.unesco.org/en/list/307| accessdate =2011-10-23}}
* {{cite web/lua| title = Statue of Liberty| work=World Heritage| publisher=© UNESCO World Heritage Centre 1992–2011| url = http://whc.unesco.org/en/list/307| accessdate =2011-10-23}}
(''publisher'' is wrapped in parens and dup'd, too, but this may be a temporary thing)
<font color="red">—[</font>[[User:AlanM1|<span style="font-variant:small-caps;"><font color="green">Alan</font><font color="blue">M</font><font color="purple">1</font></span>]]([[User talk:AlanM1|talk]])<font color="red">]—</font> 19:37, 19 February 2013 (UTC)
* '''Parentheses are for journal format:''' The {cite_web/lua} adds parentheses around "(publisher)" when it thinks the cite is for a journal (as variable "Periodical"), so that has caused the confusion. -[[User:Wikid77|Wikid77]] ([[User talk:Wikid77|talk]]) 21:01, 19 February 2013 (UTC)
==Extra . before publisher==
*<code><nowiki>{{cite web
|url=http://www.example.org/
|title=My Favorite Things, Part II
|publisher=Example publisher
|accessdate=6 July 2005
}}</nowiki></code>
:{{cite web
|url=http://www.example.org/
|title=My Favorite Things, Part II
|publisher=Example publisher
|accessdate=6 July 2005
}}
:{{cite web/lua
|url=http://www.example.org/
|title=My Favorite Things, Part II
|publisher=Example publisher
|accessdate=6 July 2005
}}
-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 22:34, 19 February 2013 (UTC)
==Square brackets not quite in right places==
*<code><nowiki>{{cite web
|url=http://www.example.org/
|title=Honi soit qui mal y pense
|last=Joliet
|first=François
|date=30 April 2005
|accessdate=6 July 2005
|language=French
|trans_title=Shame on those who think evil
}}</nowiki></code>
:{{cite web
|url=http://www.example.org/
|title=Honi soit qui mal y pense
|last=Joliet
|first=François
|date=30 April 2005
|accessdate=6 July 2005
|language=French
|trans_title=Shamed be he who thinks evil of it
}}
:{{cite web/lua
|url=http://www.example.org/
|title=Honi soit qui mal y pense
|last=Joliet
|first=François
|date=30 April 2005
|accessdate=6 July 2005
|language=French
|trans_title=Shamed be he who thinks evil of it
}}
-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 22:34, 19 February 2013 (UTC)
==Format and language transposed==
*<code><nowiki>{{cite web
|url=http://www.incb.org/pdf/e/list/green.pdf
|title=List of psychotropic substances under international control
|date=30 April 2005
|format=PDF
|accessdate=6 July 2005
|language=Greek
}}</nowiki></code>
:{{cite web
|url=http://www.incb.org/pdf/e/list/green.pdf
|title=List of psychotropic substances under international control
|date=30 April 2005
|format=PDF
|accessdate=6 July 2005
|language=Greek
}}
:{{cite web/lua
|url=http://www.incb.org/pdf/e/list/green.pdf
|title=List of psychotropic substances under international control
|date=30 April 2005
|format=PDF
|accessdate=6 July 2005
|language=Greek
}}
-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 22:34, 19 February 2013 (UTC)
==Wrong link when archiveurl specified and deadurl=no==
*<code><nowiki>{{Cite web
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 |archivedate=19 May 2011| deadurl=no
}}</nowiki></code>
:{{Cite web
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 |archivedate=19 May 2011| deadurl=no
}}
:{{Cite web/lua
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 |archivedate=19 May 2011| deadurl=no
}}
-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 22:34, 19 February 2013 (UTC)
==No warning if archiveurl specified and archivedate is not==
*<code><nowiki>{{Cite web
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 |deadurl=no
}}</nowiki></code>
:{{Cite web
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 |deadurl=no
}}
:{{Cite web/lua
|url=http://www.wunderground.com/global/stations/03772.html
|title=London, United Kingdom Forecast : Weather Underground (weather and elevation at Heathrow Airport)
|publisher=The Weather Underground, Inc.
|ref=harv
| archiveurl=http://www.webcitation.org/5yo0HaAk7 | deadurl=no
}}
-- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 22:34, 19 February 2013 (UTC)
|