Help:Template: Difference between revisions

From electowiki
Content added Content deleted
(Adding {{TopNavCat|Help}})
(Fleshing out with link to Help:Susbt and an intentional redlink to Help:List of all templates)
Line 3: Line 3:
'''Help:Template''' will one day provide help for using templates on [[electowiki]]. As of right now, we just point you to [[wikipedia:Help:Template]]
'''Help:Template''' will one day provide help for using templates on [[electowiki]]. As of right now, we just point you to [[wikipedia:Help:Template]]


== List of all templates ==
== Substitution ==
:''main article: [[Help:Subst]]''


Sometimes, it's nice to be able to get the wikitext generated from a template, without actually embedding the template. A good example of this is for [[Template:US-State]]. This template can be used to make the pages for all 50 US States, and [[Washington D.C.]], and [[Puerto Rico]], and [[Guam]]....and well, you get the idea. So the first step is to do this

<code><nowiki>
{{US-State|name=Washington D.C.|region=Eastern}}
</nowiki></code>

But the problem with that is that it generates the following:

'''Washington D.C.''' is a state in the United States of America

Well, even though that ''should'' be the case, it's not yet (in June 2020). So what [[User:RobLa]] did when he made the [[Washington D.C.]] article was first created it with this:

<code><nowiki>
{{subst:US-State|name=Washington D.C.|region=Eastern}}
</nowiki></code>

...and then he edited it. The result is at this URL: https://electowiki.org/w/index.php?title=Washington_D.C.&oldid=11916


== List of all templates ==
:''main article: [[Help:List of all templates]]''
Below is a list of all of the templates on this wiki. There are a lot of them. We probably need to delete a few.
Below is a list of all of the templates on this wiki. There are a lot of them. We probably need to delete a few.



Revision as of 03:24, 16 June 2020

Wikipedia has an article on:
parent: Help

Help:Template will one day provide help for using templates on electowiki. As of right now, we just point you to wikipedia:Help:Template

Substitution

main article: Help:Subst

Sometimes, it's nice to be able to get the wikitext generated from a template, without actually embedding the template. A good example of this is for Template:US-State. This template can be used to make the pages for all 50 US States, and Washington D.C., and Puerto Rico, and Guam....and well, you get the idea. So the first step is to do this

 
  {{US-State|name=Washington D.C.|region=Eastern}}
  

But the problem with that is that it generates the following:

  Washington D.C. is a state in the United States of America 

Well, even though that should be the case, it's not yet (in June 2020). So what User:RobLa did when he made the Washington D.C. article was first created it with this:

 
  {{subst:US-State|name=Washington D.C.|region=Eastern}}
  

...and then he edited it. The result is at this URL: https://electowiki.org/w/index.php?title=Washington_D.C.&oldid=11916


List of all templates

main article: Help:List of all templates

Below is a list of all of the templates on this wiki. There are a lot of them. We probably need to delete a few.