Template:WikiInfoBox: Difference between revisions
Appearance
1something (talk | contribs) Created page with "<noinclude>Category:Infobox Templates</noinclude><infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <data source="engine"> <label>Wiki Engine</label> </data> <data source="status"> <label>Status</label> </data> <data source="pagecount"> <label>Articles</label> </data> <data source="updatemethod"> <label>Update method</label> </data> <data source="url"> <lab..." |
1something (talk | contribs) No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>[[Category:Infobox Templates]]</noinclude><infobox> | <noinclude><pre>{{WikiInfoBox | ||
| title = | |||
| engine = | |||
| databaseextension = | |||
| status = | |||
| pagecount = | |||
| updatemethod = | |||
| launch = | |||
| account = | |||
| url = | |||
}}</pre> | |||
{{#cargo_declare: | |||
_table = wikis | |||
| engine = Text | |||
| databaseextension = Text | |||
| status = Text | |||
| pagecount = Integer | |||
| updatemethod = Text | |||
| launch = Date | |||
| account = Text | |||
}} | |||
[[Category:Infobox Templates]] | |||
</noinclude><infobox> | |||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
Line 5: | Line 28: | ||
<data source="engine"> | <data source="engine"> | ||
<label>Wiki Engine</label> | <label>Wiki Engine</label> | ||
<format>{{{engine}}}[[Category:Wikis using {{{engine}}}]]</format> | |||
</data> | |||
<data source="databaseextension"> | |||
<label>Database wiki engine extension</label> | |||
<format>{{{databaseextension}}}[[Category:Wikis using {{{databaseextension}}}]]</format> | |||
</data> | </data> | ||
<data source="status"> | <data source="status"> | ||
<label>Status</label> | <label>Status</label> | ||
<format>{{{status}}}[[Category:{{{status}}} wikis]]</format> | |||
</data> | </data> | ||
<data source="pagecount"> | <data source="pagecount"> | ||
Line 14: | Line 43: | ||
<data source="updatemethod"> | <data source="updatemethod"> | ||
<label>Update method</label> | <label>Update method</label> | ||
<format> | |||
{{#switch: {{{updatemethod}}}| | |||
Manual = Manual[[Category:Wikis updated manually]]| | |||
Automatic = Automatic[[Category:Wikis updated automatically]] | |||
{{{updatemethod}}} | |||
}} | |||
</format> | |||
</data> | |||
<data source="launch"> | |||
<label>Launch Date</label> | |||
</data> | |||
<data source="account"> | |||
<label>Shared Account</label> | |||
</data> | </data> | ||
<data source="url"> | <data source="url"> | ||
<label>Home Page</label> | <label>Home Page</label> | ||
</data> | </data> | ||
</infobox><includeonly>[[Category:Wikis]] | </infobox>{{#cargo_store: | ||
_table = wikis | |||
| engine = {{{engine}}} | |||
| databaseextension = {{{databaseextension}}} | |||
| status = {{{status}}} | |||
| pagecount = {{{pagecount}}} | |||
| updatemethod = {{{updatemethod}}} | |||
| launch = {{{launch}}} | |||
| account = {{{account}}} | |||
}}<includeonly>[[Category:Wikis]] | |||
[[Category:Pages that don't work in parsoid]]</includeonly> | [[Category:Pages that don't work in parsoid]]</includeonly> |
Latest revision as of 20:43, 18 September 2025
{{WikiInfoBox | title = | engine = | databaseextension = | status = | pagecount = | updatemethod = | launch = | account = | url = }}
This template defines the table "wikis". View table.