Template:StorePageData: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<!-- | <!-- | ||
|Page_Title = Wikitext string | |Page_Title = Wikitext string | ||
|Sources = list (, ) of Wikitext string | |Sources = list (, ) of Wikitext string | ||
|Licenses = list (, ) of Wikitext string | |Licenses = list (, ) of Wikitext string | ||
|Date_Created = Date | |||
|Setting = list (, ) of Wikitext string | |||
|Canon = Boolean | |Canon = Boolean | ||
|Pointer = Boolean | |Pointer = Boolean | ||
|Published = Boolean | |Published = Boolean | ||
|Hidden = Boolean | |Hidden = Boolean <!--deprecated--> | ||
|Deprecated = Boolean | |||
|UA = Boolean | |UA = Boolean | ||
|User = Boolean | |User = Boolean | ||
|Categories = List (, ) of Wikitext string | |Categories = List (, ) of Wikitext string | ||
--></noinclude><includeonly>{{#cargo_store: | --></noinclude><includeonly>{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: | ||
_table = Pages_Info | _table = Pages_Info | ||
|Page_Title = {{#if: {{{pagetitle|}}}|{{{pagetitle}}}|{{PAGENAME}}}} | |Page_Title = {{#if: {{{pagetitle|}}}|{{{pagetitle}}}|{{PAGENAME}}}} | ||
|Sources = {{{sources|}}} | |Sources = {{{sources|}}} | ||
|Licenses = {{{licenses|}}} | |Licenses = {{{licenses|}}} | ||
|Date_Created = {{{creationdate|}}} | |Date_Created = {{{creationdate|}}} | ||
|Setting = {{{setting|}}} | |Setting = {{{setting|}}} | ||
|Pointer = {{#if: {{{pointer|}}}|1}} | |Canon = {{#if: {{{canon|}}}|1|0}} | ||
|Published = {{#if: {{{published|}}}|1}} | |Pointer = {{#if: {{{pointer|}}}|1|0}} | ||
|Hidden = {{#if: {{{hidden|}}}|1}} | |Published = {{#if: {{{published|}}}|1|0}} | ||
|UA = {{#if: {{{ua|}}}|1}} | <!--|Hidden = {{#if: {{{hidden|}}}|1|0}}--> | ||
|User = {{#if: {{{user|}}}|1}} | |Deprecated = {{#if: {{{deprecated|}}}|1|0}} | ||
|UA = {{#if: {{{ua|}}}|1|0}} | |||
|User = {{#if: {{{user|}}}|1|0}} | |||
|Categories = {{{categories|}}} | |Categories = {{{categories|}}} | ||
}}</includeonly><noinclude> | }}}}<!-- testing | ||
Canon: {{#if: {{{canon|}}}|1|0}}, Pointer: {{#if: {{{pointer|}}}|1|0}}, --></includeonly><noinclude> | |||
==Use== | ==Use== | ||
Stores data into Cargo table 'Page_Info'. | Stores data into Cargo table 'Page_Info'. | ||
Line 39: | Line 40: | ||
{{StorePageData | {{StorePageData | ||
|pagetitle= | |pagetitle= | ||
|sources= | |sources= | ||
|licenses= | |licenses= | ||
|creationdate= | |||
|setting= | |||
|canon=<!--blank, true if canon--> | |canon=<!--blank, true if canon--> | ||
|pointer=<!--blank, true if pointer--> | |||
|published=<!--blank, true if published--> | |||
|deprecated=<!--blank, true if deprecated--> | |||
|ua=<!--blank, true if hidden--> | |||
|user=<!--blank, true if user creation--> | |||
|categories=<!-- NOT CURRENTLY USED list of categories--> | |||
}}</pre> | |||
==Example== | |||
<pre> | |||
{{StorePageData | |||
|pagetitle=Foo | |||
|sources=Foo's Guide to Barbarism | |||
|licenses=Bar | |||
|creationdate= | |||
|setting= | |||
|canon=true<!--blank, true if canon--> | |||
|pointer=<!--blank, true if pointer--> | |||
|published=<!--blank, true if published--> | |||
|deprecated=<!--blank, true if deprecated--> | |||
|ua=<!--blank, true if hidden--> | |||
|user=<!--blank, true if user creation--> | |||
|categories=<!-- NOT CURRENTLY USED list of categories--> | |||
}}</pre> | |||
{{StorePageData | |||
|pagetitle=Foo | |||
|sources=Foo's Guide to Barbarism | |||
|licenses=Bar | |||
|creationdate= | |creationdate= | ||
|setting= | |setting= | ||
|canon=<!--blank, true if canon--> | |||
|pointer=<!--blank, true if pointer--> | |pointer=<!--blank, true if pointer--> | ||
|published=<!--blank, true if published--> | |published=<!--blank, true if published--> | ||
| | |deprecated=<!--blank, true if deprecated--> | ||
|ua=<!--blank, true if hidden--> | |ua=<!--blank, true if hidden--> | ||
|user=<!--blank, true if user creation--> | |user=<!--blank, true if user creation--> | ||
|categories=<!-- NOT CURRENTLY USED list of categories--> | |categories=<!-- NOT CURRENTLY USED list of categories--> | ||
|nodb=true | |||
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 15:57, 13 August 2022
This template adds rows to the table "Pages_Info", which is declared by the template Pagestart. View table. |Deprecated = Boolean |UA = Boolean |User = Boolean |Categories = List (, ) of Wikitext string -->
Use
Stores data into Cargo table 'Page_Info'.
Syntax
{{StorePageData |pagetitle= |sources= |licenses= |creationdate= |setting= |canon=<!--blank, true if canon--> |pointer=<!--blank, true if pointer--> |published=<!--blank, true if published--> |deprecated=<!--blank, true if deprecated--> |ua=<!--blank, true if hidden--> |user=<!--blank, true if user creation--> |categories=<!-- NOT CURRENTLY USED list of categories--> }}
Example
{{StorePageData |pagetitle=Foo |sources=Foo's Guide to Barbarism |licenses=Bar |creationdate= |setting= |canon=true<!--blank, true if canon--> |pointer=<!--blank, true if pointer--> |published=<!--blank, true if published--> |deprecated=<!--blank, true if deprecated--> |ua=<!--blank, true if hidden--> |user=<!--blank, true if user creation--> |categories=<!-- NOT CURRENTLY USED list of categories--> }}