Template:New film/doc: Difference between revisions
No edit summary |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
|{{ambox | text = This template is a metatemplate used to create a new '''film template'''. It provides the necessary code and instructions how to adapt the code when adding a new film.<br/><ul><li>For details how to add a film with all necessary pages, see [[Boobpedia:New film]].</li><li>The instructions shown when a new film template is created or edited can be seen below:</li></ul>}}}} | |{{ambox | text = This template is a metatemplate used to create a new '''film template'''. It provides the necessary code and instructions how to adapt the code when adding a new film.<br/><ul><li>For details how to add a film with all necessary pages, see [[Boobpedia:New film]].</li><li>The instructions shown when a new film template is created or edited can be seen below:</li></ul>}}}} | ||
<includeonly>{{film|{{PAGENAME}}|style=infobox}}</includeonly> | <includeonly>{{film|{{PAGENAME}}|style=infobox}}</includeonly> | ||
== If you are creating this page: == | == If you are creating this page: == | ||
The first thing you have to do is to go to the first line and replace | The first thing you have to do is to go to the first line and replace | ||
Line 17: | Line 13: | ||
* <code>#<#/includeonly></code> by <code></includeonly></code>. Do '''not''' delete the <code></includeonly></code>, delete '''only''' the <code>#</code> signs! | * <code>#<#/includeonly></code> by <code></includeonly></code>. Do '''not''' delete the <code></includeonly></code>, delete '''only''' the <code>#</code> signs! | ||
Save the page. | |||
'''Note: Do not bother if you do not see any changes after you saved the page for the first time.''' Clicking on the '''edit''' tab again will show the changes. Saving the template again will show them permanently. | |||
You can fill in the parameters with the film data later. | |||
== | == If you want to change film data: == | ||
This documentation is automatically generated for all film templates. It shows all different styles of your template and the effect of your changes. Click on the '''edit''' tab to change the data. | |||
'''Note: Clicking the preview button does not display your changes. You have to save the page!''' | |||
< | === Inline === | ||
{{film|{{PAGENAME}}| | <code><nowiki>{{film|</nowiki>{{PAGENAME}}<nowiki>|year=1|director=1}}</nowiki></code> gives <includeonly>{{film|{{PAGENAME}}|year=1|director=1}}</includeonly>. | ||
For other inline uses, see {{tl|Film}}. | |||
=== Filmography entry === | |||
<code><nowiki>{{filmography start|style=listfull}}</nowiki><br><nowiki> | <code><nowiki>{{filmography start|style=listfull}}</nowiki><br><nowiki> | ||
{{film|</nowiki>{{PAGENAME}}<nowiki>|style=listfull}}</nowiki><br><nowiki> | {{film|</nowiki>{{PAGENAME}}<nowiki>|style=listfull}}</nowiki><br><nowiki> | ||
{{filmography end}}</nowiki></code> | {{filmography end}}</nowiki></code> | ||
gives | |||
<includeonly>{{filmography start|style=listfull}} | <includeonly>{{filmography start|style=listfull}} | ||
Line 53: | Line 40: | ||
{{filmography end}}</includeonly> | {{filmography end}}</includeonly> | ||
For other filmography uses, see {{tl|Film}}. | |||
=== Infobox === | |||
<code><nowiki>{{film|</nowiki>{{PAGENAME}}<nowiki>|style=infobox}}</nowiki></code> | <code><nowiki>{{film|</nowiki>{{PAGENAME}}<nowiki>|style=infobox}}</nowiki></code> | ||
See infobox to the right. | gives: See infobox to the right. | ||
== See also == | == See also == |
Latest revision as of 20:08, 3 August 2008
If you are creating this page:
The first thing you have to do is to go to the first line and replace
#<#includeonly>
by<includeonly>
. Do not delete the<includeonly>
, delete only the#
signs!
Go to the bottom and replace
#<#/includeonly>
by</includeonly>
. Do not delete the</includeonly>
, delete only the#
signs!
Save the page.
Note: Do not bother if you do not see any changes after you saved the page for the first time. Clicking on the edit tab again will show the changes. Saving the template again will show them permanently.
You can fill in the parameters with the film data later.
If you want to change film data:
This documentation is automatically generated for all film templates. It shows all different styles of your template and the effect of your changes. Click on the edit tab to change the data.
Note: Clicking the preview button does not display your changes. You have to save the page!
Inline
{{film|New film/doc|year=1|director=1}}
gives .
For other inline uses, see {{Film}}.
Filmography entry
{{filmography start|style=listfull}}
{{film|New film/doc|style=listfull}}
{{filmography end}}
gives
For other filmography uses, see {{Film}}.
Infobox
{{film|New film/doc|style=infobox}}
gives: See infobox to the right.
See also
- Boobpedia:New film - if you want to add a new film to Boobpedia
- {{Film}} - if you want to know more about how to use the {{Film}} template (inline, filmographies, infobox)